*
{
	margin: 			0;
	padding: 			0;
}

body
{
	background-color:	#eee;
	font-family:		verdana, arial;
	font-size:			90%;
}

a:hover, #footer a:hover
{
	color:				#d21c1c;
}

#logobg
{
	background:			#06234a url('../pics/top.gif') repeat-x;
	border-bottom:		1px solid #071b35;
	height:				100px;
}

#logo
{
	background:			url('../pics/logo.jpg') no-repeat;
	height:				93px;
	margin:				0 auto;
	width:				770px;	
}

#menubg
{
	background:			#396eb4;
	border-bottom:		1px solid #ccc;
}

#menu
{
	padding:			16px 0;
	list-style:			none;
	margin:				0 auto;
	width:				732px;
}

#menu li
{
	display:			inline;
	font-size:			1em;
	font-weight:		bold;
}

#menu li a
{
	border-left:		1px solid #275ba0;
	border-right:		1px solid #5686c6;
	color:				#fff;
	padding:			16px;
	text-decoration:	none;
}

.selected
{
	background:			url('../pics/selected.gif') no-repeat center 93%;
}

#menu li a:hover
{
	background-color:	#06234a;
}

#content
{
	background-color:	#fff;
	border:				1px solid #ccc;
	padding:			0 15px 0;
	margin:				15px auto;
	width:				700px;
}

h1, h2
{
	font-size:			1.4em;
	font-weight:		normal;
	margin:				15px 0 4px;	
}

a
{
	color:				#000;
}

.list
{
	list-style:			circle;
	margin:				15px 30px 30px;
}

.list li
{
	margin-bottom:		15px;
}

.header
{
	border-bottom:		1px solid #e0e0e0;
	color:				#06234a;
	display:			block;
	font-size:			1.2em;
	font-weight:		normal;
	margin-bottom:		3px;
	padding-bottom:		2px;
	width:				250px;
}

p
{
	padding-bottom:		15px;
}

#footer
{
	border-top:			1px solid #e0e0e0;
	padding:			15px 0;
	color:				#7e7e7e;
	font-size:			0.8em;
	text-align:			right;
}

#footer a
{
	color:				#5f5e5e;
}
