body
{
	margin-top:0px;
	font-size: 12px;
	font-family: Verdana;
	background-color:#999999;
}

A {text-decoration: none; color: #0057c2;}
A:link {text-decoration: none;color: #0057c2;}
A:visited {text-decoration: none; color: #0057c2;}
A:active {text-decoration: none; color: #fcc03f;}
A:hover {text-decoration: none;	color: #fcc03f;}

p{font-size: 12px;}

div{}

.pagetitle{}

/* * * * * * * * * * * * * * * * * * * * * * * * * *
 *			Basic HTML emement classes
 * * * * * * * * * * * * * * * * * * * * * * * * * */
input, textarea, select{font-family: Verdana, Arial, Helvetica, sans-serif;}

input.textbox
{
    border: 1px solid #A4A5B2;
    padding: 2px;
    background: #ffffcc;
    font-size:10px;
}
input.textbox:focus {border:1px solid #A4A5B2; background:#F1E3B2; font-size:10px;}

textarea {border:1px solid #A4A5B2; padding:2px; background:#ffffcc; font-size:1.0em}
textarea:focus {border:1px solid #A4A5B2; background:#F1E3B2; font-size:1.0em}

select
{
    border: 1px solid #A4A5B2;
    padding: 2px;
    background: #ffffcc;
    font-size:9px;
}

select:focus
{
    border: 1px solid #A4A5B2;
    background: #ffffcc;
    font-size:9px;
}

input.button{ border:solid 1px #7c3520;  background-color:#87442a; color:#FFFFCC}



/* * * * * * * * * * * * * * * * * * * * * * * * * *
 *			Form classes
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.formsectiontitle
{
    font-weight: bold;
    font-size: 12px;
    color: #cc9933;
}

.formsectionheader
{
    font-weight: bold;
    font-size: 12px;
    color: #cc9933;
}

.itemlabel {font-size:10px;}
.itemlabelitalic {font-size:9px; font-style:italic;}

.required{font-weight:bold; color:red;}

.errortext{font-weight:bold;color:Red;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                START maincontent styles                 *
 *  This styles are used by the master pages content only. *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#maincontent
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
	margin:auto;
	padding:0px;
	width:865px;
}

#header{
	background-image:url(images/falconTech_02.jpg);
	background-repeat:no-repeat;
	height:87px;
}
#navbar{
	background-image:url(images/falconTech_04.jpg);
	background-repeat:no-repeat;
	height:59px;
}
#navbar ul{
	margin-left:167px;
	margin-top:8px;
}
#navbar ul li{
	display:inline;
	font-weight:bold;
}
#navbar ul li a, #navbar ul li a:visited{
	border-right:1px solid #f2a607;
	padding:0px 5px 0px 5px;
	color:#0057c2;
	font-weight:bold;
}
#navbar ul li a:hover, #navbar ul li a:active{
	border-right:1px solid #fdb61e;
	padding:0px 5px 0px 5px;
	color:#ffffff;
	font-weight:bold;
}
.currentPage{
	border-right:1px solid #fdb61e;
	padding:0px 5px 0px 5px;
	color:#ffffff;
	font-weight:bold;
	font-size:1em;
	display:inline;
}
#contentArea{
	background-image:url(images/falconTech_05.jpg);
	background-repeat:repeat-y;
}
#contentTable{
	padding:10px;
	color:#000000;
}
#contentTable H1{
	margin-top:20px;
	font-size:1.7em;
	color:#0057c2;
	border-bottom:1px solid #fcc03f;
}
#contentTable p{
	margin-top:0px;
	margin-left:50px;
	margin-bottom:20px;
}
#contentTable ul li{
	margin-left:40px;
	font-weight:bold;
	margin-top:0px
}
#displayTable{
	background-image:url(images/display_10.jpg);
	background-repeat:repeat-y;
	padding:0px;
}
.displayImage{
	border-bottom:1px solid #666666;
}
#footer{
	background-image:url(images/falconTech_07.jpg);
	background-repeat:none;
	height:102px;
}
#copyright{
	margin-left:10px;
	margin-top:60px;
	color:#ffffff;
	font-size:.9em;
}
.title{
	color:#0057c2;
	font-weight:bold;
	font-size:1.3em;
}
.titleEm{
	color:#0057c2;
	font-weight:bold;
	font-size:1.1em;
	font-style:italic;
	margin-left:43px;
}
	
	
	
