﻿body {
text-align:center;
background:#465760;
font-family:Calibri, sans-serif;
}

#wrapper {
background-color:rgb(0,0,0);
width:755px;
margin:auto;
vertical-align:top;
}

.content{
/*background:url("background.png");*/
/*border:1px solid rgb(0,0,0);*/ 
margin-top:0px; 
text-align:left;
}

#navigation {
color:rgb(255,255,255);
padding-left:2px;
vertical-align:top;
width:151px;
font-size:11pt;
}

.nav_active{
	background-color:white; 
	color:black;
}

.nav_inactive{
	border-bottom:1px rgb(255,255,255) solid;
	padding-bottom:2px;
}

.white {
background-color:rgb(255,255,255);;
vertical-align:top;
width:598px;
}

a.navigation:link{
color:rgb(255,255,255);
text-decoration:none;
}
a.navigation:active{
color:rgb(255,255,255);
text-decoration:none;	
}
a.navigation:visited{
color:rgb(255,255,255);
text-decoration:none;	
}
a.navigation:hover{
color:rgb(255,255,255);
text-decoration:none;	
}

em{
text-decoration: none;
font-weight: bold;
font-size: 14pt;
}

#footer {
text-align:right;
font-size: 8pt;
color:rgb(255,255,255);
margin-top:5px;
width:755px;
margin-left:auto;
margin-right:auto;
}

