/* CSS Document */

body {
 margin: 0;
 padding: 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #6699FF;
}

#holder {
 width: 900px;
 margin-left:auto; 
 margin-right:auto;
}

#logo {
 width: 350px;
 height: 99px;
 float: left;
}

#topnav {
 width: 550px;
 height: 43px;
 background: url(images/nav_bg.gif);
 color: #6699FF;
}

#main-img {
 background: #FFFFFF;
}

#inside-header {
 float:left;
 width: 690px;
 height: 90px;
 text-align:right;
 color:#FFFFFF;
 font-size: 15px;
 font-weight: bold;
 background: url(images/inside_bg_image.jpg) no-repeat;
}



#left-column {
 float: left;
 width: 210px;
}

#right-column {
 float: right;
 width: 210px;
}

#middle-column {
 float: left;
 width: 480px;
}

#inside-column {
 float: left;
 width: 690px;
}

#footer {
 clear: both;
 color: #6699FF;
 height: 20px;
 padding-top: 5px;
 text-align: center;
 background: #FFFFFF;
 border-top: #6699FF 1px solid;
 font-size: 11px;
}

.homestyle { background: url(images/home_bg.gif) repeat-y; float:left;}
.insidestyle { background: url(images/inside_bg.gif) repeat-y; float:left}

p { line-height: 16px; padding-bottom: 8px; margin:0}
.present {line-height: 20px;} 

a.top-nav:link {color: #003366; text-decoration: none;}	
a.top-nav:visited {color: #003366; text-decoration: none;}
a.top-nav:hover {color: #0099FF;text-decoration:none;}
a.top-nav:active {color: #0099FF;text-decoration: none;}

p a:link {color: #003399; text-decoration:underline;}
p a:visited {color: #003399; text-decoration:underline;}
p a:hover {color: #0099FF;text-decoration:none;}
p a:active {color: #0099FF;text-decoration:none;}

form {padding: 0; margin:0;}

.txt
{
	border:1px #46688B solid;
	background-color:"#FFFFFF";	
	font-family: Verdana,Arial;
	font-size:12px;
	color: #000088;
}
select
{
	border:1px #000088 solid;
	background-color:"#FFFFFF";	
	font-family: Verdana,Arial;
	font-size:10px;
	color: #000088;
}
.btn
{
	background-color:#46688B;
	color:#FFFFFF;
	border:1px solid;

}
textarea{
	border:1px #46688B solid;
	font-family: Verdana,Arial;
	font-size:12px;
	color: #000088;
	background-color:#FFFFFF;
}


table#TABLERESULTS
{
	border:1px solid #fefefe; /*#fefefe;*/
	width:100%;
}
table#TABLERESULTS tr td
{
	padding:3px;
}
table#TABLERESULTS tr#hdr
{
	COLOR: #FFFFFF; 
	BACKGROUND-COLOR: #46688B;
	
}
table#TABLERESULTS tr#hdr td
{
	/*padding:0px;*/
}
table#TABLERESULTS tr#t0
{
	COLOR: #202020; 
	/*FONT-FAMILY: "Arial"; */
	BACKGROUND-COLOR: #EEEEE3
}
table#TABLERESULTS tr#t1
{
	COLOR: #101010;
	/*FONT-FAMILY: "Arial";*/
	BACKGROUND-COLOR: #FFFFCC
}
