@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #01A5E2;
	behavior: url(iepngfix.htc);
	background-image: url(../images/BS_backtile.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
}
#backtile {
	width: 869px;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	behavior: url(iepngfix.htc);
	background-image: url(../images/BS_pagetile.png);
	background-repeat: repeat-y;
}
#container {
	padding: 0px;
	width: 869px;
	margin: 0px auto;
}
#navigation {
	behavior: url(iepngfix.htc);
	background-image: url(../images/Navigation.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 49px;
	width: 869px;
} 
#header {
	padding: 0px;
	height: 219px;
	width: 869px;
	behavior: url(iepngfix.htc);
	background-image: url(../images/BS_topbanner.png);
	background-repeat: no-repeat;
} 
#sidebar1 {
	float: right;
	width: 280px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}
a:link, a:hover, a:visited, a:active {
        color: #06C;
}
#mainContent {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
} 
#mainContent h1{
	margin: 0px;
	font-size: 24px;
	color: #004C90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainContent h2{
	margin: 0px;
	font-size: 18px;
	color: #004C90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer {
	height: 32px;
	width: 869px;
	behavior: url(iepngfix.htc);
	background-image: url(../images/BS_footer.png);
	background-repeat: no-repeat;
} 
#footer p {
	text-align: right;
	font-size: 10px;
	color: #CCC;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*____________________________________Forms____________________________________*/
#mainContent fieldset {
	float: left;
	width: 300px;
	border: none;
}
#mainContent label, #label span {
        display: block;
        padding-bottom: .25em;
        margin: 0px 10px;
}
#mainContent label {
	float: left;
	width: 100%;
}
#mainContent label span {
	float: left;
	width: 25%;
	text-align: right;
}
#mainContent input, #mainContent select  {
	float: right;
	width: 70%;
	border: 1px solid #06C;
}
#mainContent input:hover  {
	background-color: #CCC;
}
#mainContent form div input {
	padding: 0px;
	margin: 5px 5px;
	width: 60px;
	background-color: #06C;
	color: #FFF;
	border: 1px solid #CCC;
	float: left;
}
#mainContent form div {
	margin-left: 92px;
	margin-top: 50px;
}
