/* CSS Document */
body{
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
td{
	vertical-align: top;
}
img{}


a{
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a:link{}
a:visited{}
a:active{}
a:hover{
	color: #999999;
}



/* LAYOUT STYLES */


.wrapper{
	width: 770px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	background-color: #003366;
}

.header{
	height: 91px;
	width: 770px;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
}
.topnav {
	background-color: #ad8a75;
	height: 50px;
}

.leftnav{
	width: 180px;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.alternatelink{

}
.alternatelink a{
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	text-transform: none;
}
.alternatelink a:link{}
.alternatelink a:visited{}
.alternatelink a:active{}
.alternatelink a:hover{
	color: #999999;
}

.linktitle{
	color: #ad8a75;
	font-size: 16px;
	font-weight: bold;
}

.content{
	background-image: url(images/badge_background3.jpg);
	padding: 15px;
	width: 590px;
}
.content a{
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
	text-transform: none;
}
.content a:link{
	color: #003399;
	text-decoration: underline;
}
.content a:visited{
	color: #003399;
	text-decoration: underline;
}
.content a:active{}
.content a:hover{
	color: #003399;
	text-decoration: underline;
}




.footer{}
.copyright {
	width: 770px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}
