<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#container 
{
	width: 875px;
	_width:877px; /* IE 6.0 */
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#input_box{
	width: 500px;
}

#box_120_R{
	width: 120px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#box_530_L{
	width: 530px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;	
}

#input_left{
	float: left;
	height: 30px;
	width: 200px;
	text-align: right;
	padding-right: 15px;
}
#input_right{
	float: left;
	height: 30px;
	width: 250px;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 3px;
}


#text_body 
{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#header {
	text-align: left;
	width:875px;
	_width:877px; /* IE 6.0 */
	
	margin-right: auto;
	margin-left: auto;
	min-height:109px;
	_min-height:100px; /* IE 6.0 */
	
	background-image: url(../images/Banner1.gif); 
	background-repeat: no-repeat;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
	-moz-box-shadow: 	3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow:         3px 3px 3px 1px #ccc;
}

#headerMenu{
	float: right;
	height: 25px;
	width: 675px;
	position: relative;
	top: 85px;
	right: 5px;
}
#headerMenuItem{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	color: #FFF;
	width: 110px;
	float: right;
	}
	
#headerMenuItem a{
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 10px #ffffff;
	-moz-text-shadow: 0px 0px 10px #fffff;
	-webkit-text-shadow: 0px 0px 10px #ffffff;	
	}
#headerMenuItem a:hover{
	color: #FFF;
	text-shadow: 0px 0px 10px #ff0000;
	-moz-text-shadow: 0px 0px 10px #ff0000;
	-webkit-text-shadow: 0px 0px 10px #ff0000;
	}

#flow_bar{
	width:874px;
	_width:876px; /* IE 6.0 */
	float: left;
	min-height: 22px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 18px;
	margin-top: 5px;
	-moz-box-shadow: 	3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow:         3px 3px 3px 1px #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	padding-left: 1px;
}
#homeBut{
	width: 105px;
	float: left;
	height:18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #021841;
	text-align: center;
	vertical-align: bottom;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#homeBut a{
	color: #FFF;
	text-decoration: none;
	}
	
#homeBut a:hover{
	color: #FF0;
	text-decoration: none;
	text-shadow: 0px 0px 10px #ffffff;
	-moz-text-shadow: 0px 0px 10px #ffffff;
	-webkit-text-shadow: 0px 0px 10px #ffffff;
	}	
#full_box{
	width: 875px;
	_width:867px; /* IE 6.0 */
	float: left;
	min-height : 200px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
	margin-top: 5px;
	-moz-box-shadow: 	3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow:         3px 3px 3px 1px #ccc;
}

#full_box h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00C;
	text-align: center;

}
#footer{
	width:865px;
	_width:867px; /* IE 6.0 */
	float: left;
	background-color: #eee;
	min-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	margin-top: 5px;
	-moz-box-shadow: 	3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	box-shadow:         3px 3px 3px 1px #ccc;	
}
#footer a {
	color: #666;
	text-decoration: none;
	}
#footer a:hover{color: #000;text-decoration: none;}

#thecost {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #F00;
	background-color: #CCC;
	margin: 10px;
	padding: 10px;
	height: 30px;
	width: 100px;
	border: thin solid #00F;
	text-align: center;
	vertical-align: middle;
}

#LoginContainer{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#LoginLine{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 12px;
	height: 38px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 12px;
}
#LoginLineError{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-left: 12px;
	height: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 12px;
	background-color: #F00;
}
#LoginLineLeft{
	height: 30px;
	width: 100px;
	float: left;
	}
#LoginButton{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 12px;
	height: 30px;
	text-align: right;
	padding-top: 12px;
	padding-right: 12px;
}
#LoginBottom{}
#LoginHead {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url("/imagesss/sliver_head.gif");
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-size: auto;
	clear: both;
	color: #666;
	height: 26px;
	padding-top: 8px;
	white-space: nowrap;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 10px;
	text-align: center;
}	
</pre></body></html>