body {
	background-color:#0950A0;
	color:#46608B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

h1 {
	font-size:1.4em;
	text-transform:capitalize;
}

h2 {
	font-size:1.0em;
	text-transform:capitalize;
}

#container{
	background-image:url(../Images/Background.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#menu {
	background-image:url(../Images/Logo.jpg);
	background-position:40px 30px;
	background-repeat:no-repeat;
	font-size:0.7em;
	text-transform:capitalize;
	padding-top:100px;
	padding-left:40px;
}

#content {
	font-size:0.8em;
	line-height:1.5em;
}


#navigation {
	font-size:0.7em;
	top:0px;
}

#navigation li{
	padding-bottom:10px;
}

#foot {
	font-size:0.6em;
	padding-bottom:10px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#46608B;
}

a:hover {
	text-decoration: underline; 
	font-weight: bold;
	color:#46608B;
}

#foot a:link, #foot a:visited, #foot a:hover {
	color:#999999;
}

#menu a:link, #menu a:visited, #menu a:hover {
	padding-right:30px;
	color:#46608B;
}
