@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #91b7c1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-y;
	background-position:center;
}
a:link, a:visited, a:active {
	color: #008cd2;
}
a:hover {
	color: #00adef;
}




table.main {
	/*width="656" border="0" align="center" cellpadding="0" cellspacing="0"*/
	width:799px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
	background-color:#FFFFFF;
}
.foot {
	text-align: center;
	font-size:10px;
	line-height:12px;
	padding-top:25px;
	padding-bottom:35px;
}
.bodytext {
	padding-left: 20px;
	padding-right:20px;
	padding-top: 20px;
	padding-bottom:20px;
	text-align:justify;
	vertical-align:top;
}
.bodytext ul{
	text-align:left;
}
.bodytext ul li{
	padding-bottom:20px;
	text-align:left;
}
.bodytext ul li ul {
	padding-top:10px;
	padding-bottom:20px;
	text-align:left;
}

.topheader {
	text-align:center;
	font-size:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-style:italic;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position:top;
}

.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height:32px;
	text-align: left;
	color:#CC0000;
	text-align:left;
	font-weight:normal;
	font-style:italic;
}
.oldheader {
	font-size: 26px;
	line-height:26px;
	text-align: left;
	color:#FFFFFF;
	background-color:#000066;
	padding-left: 10px;
	padding-right:10px;
	padding-top:36px;
	padding-bottom:10px;
	text-align:left;
	font-weight:normal;
}

.subhead {
	font-size: 20px;
	line-height:24px;
	text-align: left;
	color:#333333;
}
.larger {
	font-size: 16px;
	line-height: 20px;
}
.small {
	font-size:10px;
	line-height:12px;
}
.blue {
	color: #00adef;
}
.red {
	color:#FF0000;
}

.imageright {
	text-align: right;
	padding-left: 15px;
}


table.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color:#000000;
	font-weight: normal;
	line-height: 16px;
	border-collapse: collapse;
	text-align: center;
	height: 35px;
	width: 799px;
}
table.navbar td {
	border: 0px solid #ccc;
}
.current {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 12px;
	padding-bottom: 11px;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	background-image:url(images/menu-blue.gif);
	background-repeat: repeat-x;	
}

table.navbar td a{
	display: block;
	/*width: 156px;*/
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 12px;
	padding-bottom: 11px;
	text-decoration: none;
	font-size: 16px;
	/*height: 37px;*/
}
table.navbar td a:link, table.navbar td a:visited {
	color: #999999;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #FFFFFF;
	background-image:url(images/menu-blue.gif);
	background-repeat: repeat-x;	
}



