html {height:100%;}

body {
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	color: #3357B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	height: 100%;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#topBanner {
	position: absolute;
	top: 0px;
	height: 260px;
	width: 750px;
}

#nav {
	position: absolute;
	z-index: 10;
	top: 110px;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: right;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
	padding-right: 10px;
}

#nav li {
	display: inline;
	text-align: right;
	padding: 0px 4px;
}

/* End Dropdown */

#nav a:link, #nav a:visited {
	position: relative;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	border-width: 0px 3px 1px 0px;
	border-style: solid;
	border-color: #809EE4;
	padding-right: 6px;
}

#nav a:hover {
	position: relative;
	margin: 0px;
	text-decoration: none;
	color: #CCCCCC;
	border-width: 0px 3px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding-right: 6px;
	
}

.contentSkip {
	display: none;
}

#contentCell {
	background-image: url('../images/text_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
	z-index: 10;
}

#content {
	width: 535px;
	margin-top: 0px;
	background-color: transparent;
	color: #3357B3;
	background-image: url('../images/text_top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 30px;
	
}

#content h1 {
	font-size: 12pt;
	color: #99CCFF;
	width: auto;
}

#content h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #638EEB;
	margin: 10px 5px;
	border-bottom: 1px solid #000000;
}

#content p, #content table , #content dd {
	font-size: 8pt;
	padding-right: 10px;
	padding-left: 10px;
}

#content dt {
	font-size: 8pt;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#content li {
	font-size: 8pt;
}

#content td {
	vertical-align: top;
	
}

#content th {
	font-weight: bold;
	color: #99CCFF;
	text-align: left;
	border-bottom: 1px #99CCFF solid;
}

#content a:link, #content a:visited {
	color: #99CCFF;
	font-weight: bold;
}

#content a:hover {
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
}

#rightInfo {
	vertical-align: top;
	width: 190px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: transparent;
	color: #3357B3;
	padding-top: 40px;
}

#rightInfo p {
	font-size: 8pt;
}

#weather {
	text-align: right;
}

.button {
	background-color: #6179AC;
	border: 1px #000000 solid;
	color: #FFFFFF;
}

.textField {
	border: 1px #000000 solid;
	color: #000000;
	background-color: #FFFFFF;
}

#btm {
	position: relative;
	bottom: 0px;
	left: 0px;
	background-image: url('../images/btm_bar.gif');
	background-position: top left;
	background-repeat: no-repeat;	
	background-color: #FFFFFF;
	width: 750px;
	height: 35px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
}

#btm a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#btm a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #99CCFF;
}



