@charset "UTF-8";
/* CSS Document */



body
	{
		font-family:Arial, Helvetica, sans-serif;
	}
	
body a
	{
		color:#017cb7;
	}
	
body a:hover
	{
		text-decoration:none;
	}
	
#contentMain
	{
		width:840px;
		margin:auto;
	}
	
#MenuDiv
	{
		width:200px;
		float:left;
		margin-top:23px;
	}
	
.MenuLink, .MenuLink2
	{
		font-size:1em;
		margin-top:0px;
		padding: 3px 0 3px 2px;
		color:#FFF;
		text-align:center;
	}

.MenuLink
	{
		background-color:#ca0a24;
	}
	
.MenuLink2
	{
		background-color:#559d34;
	}
	
a.MenuLink, a.MenuLink2, .MenuLink:hover, .MenuLink2:hover
	{
		text-decoration:underline;
	}
	
#Content
	{
	float:right;
	width:630px;
	margin-top:15px;
	}
	
#Content p, #Content h3
	{
	font-size:0.8em;
	margin-top:0px;
	color:#1a4c8b;
	}
	
#footer
	{
		width:840px;
		float:left;
	}
	
#footer p
	{
		font-size:0.6em;
	}
