body
{
	background-image:url('gradient.png');
	background-repeat:repeat-x;
	background-color:#303b52;
}

.container
{
	width:900px;
	min-height:600px;
	margin: 0px auto;
	
}

.top
{
	height:142px;
	width:inherit;
}

#bannerlogo
{
	margin-top:60px;
	margin-left:5px;
}


.content
{
	width:inherit;
	min-height:450px;
	position:relative;
	left:-11px;
	top:-10px;
	background-color:#1c253b;
	color:white;
	border:solid 2px white;
}
.content a, .content a:link, .content a:visited
{
	color:white;
}

.content div
{
	padding:5px;
}
.content h3
{
	font-weight:bold;
}

.content .rightcontent
{
	width:440px;
	float:left;
	padding-top:10px;
}
	
.contentBackground
{
	width:inherit;
	min-height:450px;
	background-color:#151c2c;
	position:relative;
	top:10px;
	left:11px;
}

.content2
{
	width:inherit;
	min-height:450px;
	border:Solid 2px White;
}
.footer
{
	color:white;
	position:relative;
	top:12px;
}
.menu
{
	float:right;
	width:550px;
	height:30px;
	margin-top:112px;
}
.menu ul
{
	padding:0;
	margin:0;
}
.menu ul li
{
	float:left;
	list-style-type:none;
	width:110px;
	height:30px;
	font-variant:small-caps;
	font-weight:bold;
}
.menu a, .menu a:link, .menu a:visited
{
	display:block;
	color:White;
	height:26px;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
	
}
.menu a#current
{
	background-color:#455268;
}
.menu a:hover
{
	background-color:#455268;
}

.copyright
{
	clear:both;
	font-size:.8em;
	color:#808080;
	font-weight:500;
	margin-left:10px;
}