/* set the page background color and margins. */
body {
	margin: 0px; 
	/*background: #DFCCA3; */
	background-image: url(images/bg_pg.gif); background-repeat: repeat; background-position: top center; 
	
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	/* inner lines */
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	/* face, arrow and track */
	scrollbar-face-color: #30445F;
	scrollbar-arrow-color: #a3a3a3;
	scrollbar-track-color: #a3a3a3;
}

/* set the page font formatting. */
body, p {font-family: verdana, sans-serif; font-size: 12px; line-height: 18px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: bold; text-decoration: none; color: #5EA55F; } /* unvisited link color */
a:hover { font-weight: bold; text-decoration: none; color: #6AE56C; } /* hover over an unvisited link color */
a:active { font-weight: bold; text-decoration: none; color: #6AE56C; } /* hover over an unvisited link color */
a:visited { font-weight: bold; text-decoration: none; color: #5EA55F; } /* visited link color*/
a:visited:hover { font-weight: bold; text-decoration: none; color: #6AE56C; } /* visited link hover color*/

h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }

h1 {font-family:times,times new roman,serif; font-size:22px; font-weight:bold; color:#2D559E; width:400px; padding-bottom:15px; margin-bottom:10px; border-bottom:1px solid #666666;}
h1.h1smaller {font-family:times,times new roman,serif; font-size:20px; font-weight:bold; color:#2D559E; width:400px; padding-bottom:15px; margin-bottom:10px; border-bottom:1px solid #666666;}
h2 {font-size:11px; font-weight:bold; color:#666666;}
h2.h2tableheader {font-size:11px; font-weight:bold; color:#666666; margin-bottom:20px;}
h3 {font-size:11px; font-weight:bold; margin-top:20px;}
h4 {font-size:18px; font-weight:bold;}
h5 {font-size:18px; font-weight:bold;}
h6 {font-size:18px; font-weight:bold;}
h7 {font-size:18px; font-weight:bold;}

li { font-size:11px; }

img.imgcomlogo { margin-top: 5px; margin-right: 15px; margin-bottom: 10px; }

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */

div.divcontent {margin:36px; margin-top:42px;}
	div.divcontent strong {color:#5EA55F;}
	div.divcontent ol li {margin-bottom:15px;}
	div.divcontent ol ul li {margin-bottom:none;}
div.divindexbut {float:left; background:no-repeat top left; width:360px; height:134px;}
	div.divindexbut h1 {margin-top:28px; margin-bottom:0px; margin-left:14px; padding:none; width:300px; font-family:times,times new roman,serif; font-size:17px; font-weight:bold; color:#2D559E; border:none;}
	div.divindexbut p {margin:0px; margin-left:14px; width:193px; font-family:verdana,helvetica,sans-serif; font-size:9px; line-height:13px; color:#EBF2FD;}
		div.divindexbut a:link { font-weight: bold; color: #EBF2FD; }
		div.divindexbut a:hover { font-weight: bold; color: #ffffff; }
		div.divindexbut a:visited { font-weight: bold; color: #EBF2FD; }
		div.divindexbut a:visited:hover { font-weight: bold; color: #ffffff; }
			div.divindexbut h1 a:link { color: #2D559E; }
			div.divindexbut h1 a:hover { color: #D63F30; }
			div.divindexbut h1 a:visited { color: #2D559E; }
			div.divindexbut h1 a:visited:hover { color: #D63F30; }
div.divindexform {float:left; width:340px;}
	div.divindexform h2 {margin-left:10px; margin-top:20px;}
	div.divindexform td.tdheader {padding-bottom:5px;}
	div.divindexform td.tdleft {padding-left:20px; width:100px; font-size:11px; background-color:#D4DFF6;}
	div.divindexform td.tdright {padding-top:3px; background-color:#D4DFF6;}
div.divnote {padding:5px; margin:25px; background-color:#eeeeee;}
#footer {margin-top:35px; margin-bottom:50px; font-size:10px; text-align:center; color:#6E809F; line-height:13px;}
	#footer a:link {font-weight:normal; color:#6E809F;}
	#footer a:hover {font-weight:normal; color:#5EA55F;}
	#footer a:visited {font-weight:normal; color:#6E809F;}
	#footer a:visited:hover {font-weight:normal; color:#5EA55F;}
div.divnav {margin-left:22px;}
	div.divnav img {margin-bottom:2px;}
	
td.tdmast {background:url(images/bg_mast-x.jpg) repeat-x top left; height:177px;}
td.tdwell {background: url(images/bg_well-y.jpg) repeat-y top left; }
td.tdcontent{background: url(images/well_top.jpg) no-repeat top left; }
td.tdformspace {padding-bottom:10px;}
td.tdtableheader {background-color:#DDE9F5; height:30px; font-weight:bold;}

p.ptop {text-align:right; font-size:9px; color:#666666; padding-bottom:5px; margin-bottom:15px; border-bottom:solid 1px #666666;}
		p.ptop a:link {font-weight:normal; }
		p.ptop a:hover {font-weight:normal}
		p.ptop a:visited {font-weight:normal}
		p.ptop a:visited:hover {font-weight:normal}
		
p.pnewsitem {border-top:#cccccc 1px solid; margin-bottom:20px; padding-top:10px;}

.fmouse { font-size: 9px; color: #666666; line-height: 13px; }

/* form fields */
.formbutton {
	margin:10px; margin-left:0px; padding:-2px;
	width: 70px;
	border-width: 1px; border-style: solid; border-color: #000000;
	background-color:#507DCB; color: #FFFFFF;
	font-family:arial,helvetica,sans-serif; font-size:9px; font-weight: bold;
}

.formbold { 
	width: 150px;
	height: 15px;
	font-size : 11px;
	font-weight: bold;
	font-family: Verdana;
	border: 1px solid #7EA1DF;
}

.formstate { 
	width: 60px;
	height: 20px;
	font-size : 10px;
	font-weight: normal;
	font-family: Verdana;	
	border: 1px solid #7EA1DF;
}
