body		{
		text-align: center;
		font-family: arial,"ms trebuchet",verdana,sans-serif;
		color: black;
		font-size: small;
		background-color: #F5F6F7;
		}

#wrapper	{
		width: 900px;
		margin: 0 auto;
		text-align: left;
		background: #ffffff;
		border: #CDD0D5 1pt solid;
		}

#header 	{
		background-color: #ffffff;
		}


#content 	{
		width: 800px;
		background: #ffffff;
		margin-left: 40px; margin-right: 40px;
		}

#footer 	{
		width: 900px;
		text-align: center;
		clear: both;
		background-color:#f4f5f7;
		border-top: #d4d4d4 1pt solid;
		font-family: arial,"ms trebuchet",verdana,sans-serif;
		color: #000000;
		font-weight: 500;
		font-size: 88%;
		padding: 2px 0 0 0;
		margin: 0;
		}


h3		{font-family: arial,"ms trebuchet",verdana,sans-serif;
		color: #000066;
		font-size: 122%;
		padding-top: 12px;
		}

h5		{font-family: arial,"ms trebuchet",verdana,sans-serif;
		color:#A00814;
		font-size: 118%;
		padding-top: 6px;
		}

a.comp:link, a.comp:visited, a.comp:active {
	font-size: 124%;
	color: #A00814;
	font-weight: bold;
	text-decoration: none;
}

a.comp:hover, a.comp:focus {
	font-size: 124%;
	color: #2F30AD;
	font-weight: bold;
	text-decoration: none;
}


p		{font-family: arial,"ms trebuchet",verdana,sans-serif;
		color: #000000;
		font-size: 90%;
		text-align: justify;
		}

img.right	{float: right; padding-left: 20px;}

div.clear	{clear: both;}




a:link, a:visited, a:active {
	font-size: 90%;
	color: #2F30AD;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover, a:focus {
	font-size: 90%;
	color: #bb0000;
	font-weight: bold;
	text-decoration: none;
}

a.foot:link, a.foot:visited, a.foot:active {
	font-size: 90%;
	color: #2F30AD;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a.foot:hover {
	font-size: 90%;
	color: #bb0000;
	font-weight: bold;
	text-decoration: none;
	border: none;
}


/* -------- Top Navigation --------  */      

#topnav		{text-align: center;
		width: 896px;
		padding: 1px;
		}

#navbar ul {
	text-align: center;
	width: 872px;
	padding: 2px;
	margin-left: 4px; margin-right: 4px;
	list-style: none;
	background-image: url(images/topbg.gif);
	background-repeat: no-repeat;
} 
	
#navbar ul li {
	float: left;
	padding: 2;
	margin: 0 0 0 120px;
}
	
#navbar ul li a:link, #navbar ul li a:visited, #navbar ul li a:active {
	float: left;
	font-size: 90%;
	display: block;
	text-decoration: none;
	color: #2F30AD;
	padding: 2px;
	background-color: transparent;
}

#navbar ul li a:hover, #navbar  ul li a:focus {
	float: left;
	color: #bb0000;
	text-decoration: none;
	background-color: transparent;
} 
