body {
	margin: 5px 0px 0px;
	background-color: #30559C;
	text-align: center;
	color: #333333;
}

/***********************************
	CONTAINERS
***********************************/

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#top-nav {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #333333;
	text-align: center;
	vertical-align: bottom;
	height: 18px;
	line-height: 18px;
	padding-right: 5px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}


#navigation {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #000099;
	background-color: #EAF3F8;
	text-decoration: none;
	margin: 0px;
	width: 150px;
	border-color: #B6D6E7;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	text-align: right;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#content {
	margin-left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	width: 615px;
	text-align: left;
	padding: 5px 5px 15px 5px;
	background-color: #FFFFFF;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 4px 0px 4px;
	text-align: center;
	clear: left;
	background-color: #FFFFFF;
}

#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
}
/***********************************
	LINKS
***********************************/

a {
	color: #666666;
	text-decoration: none;
}

a.small-navigation {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a.small-navigation:hover {
	color: #30559C;
}

a.navigation {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
	margin-top: 15px;
	background-image: url(images/info-boxheader.jpg);
	border: 1px solid #131373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-bottom: 0px;
}
a.navigation:hover {
	border: 1px solid #333333;
	background-color: #343399;
	background-image: url(images/info-boxheader1.jpg);
	color: #FFFFFF;
}


/***********************************
	MISCELLANEOUS
***********************************/
#header {
	padding: 0px;
	border-color: #B6D6E7;
	border-style: solid;
	border-width: 0px 0px 1px;
	width: 100%;
	background-position: center;
}
#main #content img {
	border: 1px solid #666666;
	margin-right: 6px;
	margin-left: 6px;
}


hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B6D6E7;
	border-right-color: #B6D6E7;
	border-bottom-color: #B6D6E7;
	border-left-color: #B6D6E7;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: normal;
}


h1 {
	color: #213C6B;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 15px 0px;
	font-weight:bold;
	padding: 2px 50px 0px 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #004891;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



p {
	border-color: #999999;
	border-style: none;
	border-width: 0px 0px 1px;
	margin-top: 5px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main #content li {
	font-size: 12px;
	color: #343399;
	list-style-type: square;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tableheader{
	background-image: url(images/header-bg.jpg);
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
}
.headertext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: center;
	color: #000000;
	text-align: center;
}
