body 		{	font-family: Verdana,Helvetica,Arial,sans-serif;
			font-size: 11px;
			margin-left: 100px;
			width: 640px;
		}	

a 		{ 	color: rgb(255,255,255);
			text-decoration: none;
			font-weight: bold;
		}

a:hover		{	color: rgb(59,68,113);
			text-decoration: underline;
		}

p 		{	font-family: Verdana,Helvetica,Arial,sans-serif;
			font-size: 11px;
		}
		
h1		{
			font-size: 16px;
			font-weight: bold;
			font-color: #5E728B;
		}

#header		{	
			width: 640px;
			height: 98px;
			background-color: rgb(94,114,139);
			clear: both;			
		}

#nav a		{	
			text-decoration: none;
			font-color: rgb(255,255,255);
			background-color: rgb(94,114,139);
			padding-left : 10px;
			padding-right : 10px;
			border-color: rgb(94,114,139);
			margin-right: 15px;
		}
		
#nav a:active, #nav a:hover {
			background-color: white;
			font-weight: bold;
			}

#content	{
			border-top: 90px;
			width: 640px;
			clear: both;
		}

#maincontent	{
			font-size: 11px;
			padding: 0 5px 0 0;
			width: 450;
			float: left;
		}

#sidecontent	{
			padding: 5px 0 0 0;
			width: 155px;
			float: right;
		}

#footer		{
			background-color: rgb(94,114,139);
			font-size: 80%;
			width: 640px;
			clear: both;
		}

img.small	{	
			width: 160px;
			height:	110px;
		}

