@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	background-color: #007396;
	line-height: 16px;
}
a:link {
	color: #006fec;
}
a:visited {
	color: #3479C6;
}
a:hover {
	color: #00B5EC;
}
a:active {
	color: #F8CF2C;
}
#container {
	text-align: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 880px;
	background-color: #FFFFFF;
}
#navBar {
	height: 35px;
	background-color: #00b5ec;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	
	}
.clearFloat { 
	clear: both;
}
#leftCol {
	margin-top: 13px;
	padding-top: 11px;
	float: left;
	width: 170px;
	padding-right: 20px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #007396;
	min-height: 400px;
}

#mainContent {
	padding-top: 25px;
	width: 625px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	clear: both;
	min-height: 400px;
}



#loginBox {
	background-color: #f8cf2c;
	width: 159px;
	padding: 3px;
	margin-top: 10px;
}

#loginBox td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0983a7;
}
#loginBox input[type=text],#loginBox input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #AB8F20;
	width: 110px;
}
#loginBox input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #AB8F20;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #00B5EC;
}
h2 {
	font-size: 24px;
	color: #007396;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.tips li {
	line-height: 20px;
}
