body{
	background-color: #3a67a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	margin:0;
	padding:0px;
}

a {
	color:#ffffff;
}

.container {
	border: 1px solid #f9f185;

}

#footer {
	color: #a6bad7;	
}

div#title{
	height: 41px;
	border-bottom: 1px solid #f9f185;
	margin: 10px 0 0 10px;
}

.content {
	color: #FFFFFF;
	background-image: url(../images/contentBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.content li {
	margin-bottom:5px;
}

div#contentText {
	margin:10px;
}

div#logos {
	position:absolute;
	bottom:0px;
	width:175px;
	height:68px;
	background-image: url(../images/logos.gif);
	background-repeat: no-repeat;
}


#navcontainer
{ 
	width: 181px; 
	margin:0;
	padding:0;

}

#navcontainer ul
{
	border-top:1px solid #3a67a6;
	margin:51px 0 0 0;
	padding:0;
	width:182px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px 0 3px 1em;
	width: 171px;
	border-bottom: 1px solid #3a67a6;
	font-weight: bold;
	text-indent: -.65em;
}

#navcontainer a:link, #navlist a:visited
{
	color: #f9f185;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #3a67a6;
	color: #f9f185;
}