/* Main html sytle */

body {
	color: #FFFFFF;
	background-color: #082E5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* Header tags */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Link Tags */
a:link {
	color: #83AEFE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #CCDEFF;
}
a:active {
	color: #990000;
}
a:visited {
	color: #83AEFE;
	text-decoration: none;
	font-weight: bold;
}

/* Main Layout */
#cell1{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:686px;
	background-color: #3773BB;
	color: #000000;
	border: thin solid #000000;
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative;
}
#pagename{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A5494;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	background-color: #3773BB;
}
#bottomnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #1A5494;
	padding: 5px;
	background-color: #3773BB;
}
#leftnav{
	width: 100px;
	position: static;
	left: -98px;
	top: 84px;
	border: thin solid #1A5494;
}
#leftnavtxt{
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A5494;
	padding: 3px;
	font-weight: bold;
	background-color: #83AEFE;
}
a.mainlink, a.mainlink:visited{
	text-decoration: none;
	color: #000000;
}
a.mainlink:hover{
	color:#FFFFFF
}
/******Main Content*******/
#content{
	left: 115px;
	width:523px;
	background-color: #3773BB;
	padding: 20px;
	position: absolute;
	height: 11;
	margin-bottom: 100%;
	top: 51px;
}
#content1{
	left: 110px;
	width:523px;
	background-color: #3773BB;
	padding: 20px;
	position: relative;
	height: 11;
}
#contenttext{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	position: static;
	padding: 10px;
}
/* Top navbar */
#topnav{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-width: 300px;
	max-height: 28px;
	color: #000000;
	height: 28px;
	width: 686px;
	background-repeat: no-repeat;
}
#navleft {
	position: relative;
	top: 0px;
	left:0px;
	height: 28;
}

#navright {
	position: relative;
	height: 28px;
	left: 675;
}
#picnav {
	position: static;
	text-align: center;
}
#tnavlinks{
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	width: 489px;
}
a.toplink, a.toplink:visited{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 2px dotted #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.toplink:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
