@charset "utf-8";
body {
	background-color:#000033;
}
#container {margin-left:auto; margin-right:auto; width:800px;}

.footer {padding-left:10px; font-size:14px; text-align:center; color:#FFFFFF; clear:both;}

.homenav {color:#FFFFFF; background-image:url(../images/home-nav.jpg); height:38px; text-align:center; font-family:'Times New Roman', Times, serif;}

.header{ height:145px; background-image:url(../images/header.jpg);}
.nav{height:19px; background-image:url(../images/nav.jpg); text-align:center; color:#FFFFFF;}
.topimage{ height:290px;}
.content {background-image:url(../images/body.jpg);}
.bodytext {padding-left:90px; padding-right:90px; color:#000066; font-size:13px; margin-top:-20px; background-image:url(../images/top.jpg); background-position:top; background-repeat:no-repeat;}
h1 {font-size:16px;}
h2 {font-size:14px;}
.bottom {background-image:url(../images/footer.jpg); height:26px;}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.bodytext a:link {
	color: #000033;
	text-decoration: none;
}
.bodytext a:visited {
	text-decoration: none;
	color: #000033;
}
.bodytext a:hover {
	text-decoration: none;
	color: #CC0000;
}
.bodytext a:active {
	text-decoration: none;
	color: #000033;
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: none;
	color: #CC0000;
}
.footer a:active {
	text-decoration: none;
	color: #ffffff;
}


.tableborder { width:600px; margin-left:auto; margin-right:auto; background-color:#FFFFFF;
	BORDER-BOTTOM: #CC0000 2px solid;
	BORDER-LEFT: #CC0000 2px solid;
    BORDER-RIGHT: #CC0000 2px solid;
    BORDER-TOP: #CC0000 2px solid;
}