@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666633;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 
#keyWord {
	background-image: none;
	text-indent: 20px;
}
#keyWord h1{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align:left;
	color: #FFFFFF;
	font-weight: normal;
	background: #666633;
}
.twoColFixLtHdr #header { 
	height: 75px; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCCC99;
	margin: 0;

}
.twoColFixLtHdr #menu {
	background: #666633;
	font-family: Arial, Helvetica, sans-serif;

}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#menu a {
	width: 150px;
	height: 25px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FFFFCC;
	background-color: #666633;
	text-indent: 8pt;
	font-size: 12px;
	line-height: 25px;
	background-image: url(../images/nav.jpg);
	font-weight: bold;
	border-bottom: 1px solid #000033;
}	 

#menu a:hover, active, visited {	
	text-decoration: underline;
	background-color: #CCCC99;
	background-image: url(../images/nav_ov.jpg);
     }


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

.twoColFixLtHdr #mainContent p{
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CCCC99;
	background-image: url(../images/curve.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	font-size: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border: 0;
}

.imgright {
	float:right;
	margin-left: 10px;
}
.imgleft {
	float:left;
	margin-right: 10px;
}

#report {
	width: 230px;
	padding:10px;
	margin: 10px;
	float:right;
	background-color: #CCCC99;
	list-style: none;
}

/* CSS Document */
body {
	background-color: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 0px;



}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCC99;
	text-transform: capitalize;
	margin: 0px;
	background-color: #CCCC99;
	text-align: center;
	background-image: url(/images/tble_tp_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	line-height: 25px;


}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 5px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #666633;
	margin: 5px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #666633;
	margin: 5px;
}
hr {
	color: #666633;
	shade: no;
	size: 4px;

}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


a:link,a:active,a:visited {
	color : #339900;
	font-weight: bold;
}
a:hover		{ color : #666633; 	font-weight: bold; }

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666633;
}
.tbleHed {
	background-color: #CCCC99;
	text-align: center;
	background-image: url(/images/tble_tp_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	width: 565px;



}
.tbleBod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;



}
.headingSub {
	font-size: 9px;
}


table {
	font-size: 12px;
}

.botNav {
	font-size: 10px;
	font-weight: bold;
}
.required {
	color: #FF0000;
}
.foot_contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #666633;
}
.ogtxt {
	font-weight:bold;
	color:#996600;	
}

