body {
	font-family : verdana, arial,sans-serif;
	font-weight : normal;
	color : #333;
	font-size : small;
	background-color : white;
	text-decoration : none;
	background: #FFF;
	line-height: 150%;
}

a {
	color : #003366;
	text-decoration : underline;
}

a:link {
	color : #003366;
	text-decoration : underline;
}

a:visited {
	color : #003366;
	text-decoration : underline;
}

a:hover {
  color: #FF9829;
}

#home {
	text-align: center;
}

#contact-details p {
	font-size: 80%;
}
				
#content {
	position:absolute;
	background:#FFF;
	margin-right:20px;
	margin-left:225px;
	margin-bottom:20px;
	padding: 15px;
	border:1px solid #FFF;
	width: 70%;
}

#content h2 {
	font-family:verdana, arial, sans-serif; 
	font-size: large; 
	color: #326036; 
	border-bottom:1px solid #103499;
	margin-bottom:10px;
	font-weight:bold;
}

#container {
	background:#FFF;
	border:1px solid #FFF;		
}

#links {	
	padding:15px;				
	border:1px solid #FFF;
	width:200px;			
}
	
.side {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
	padding:2px;				
}
	
.sidetitle {
	font-family:verdana, arial, sans-serif;
	color:#76122c;
	font-size:small;
	font-weight:bold;
	padding:2px;
	margin-top:30px;
	letter-spacing: .3em;
	background:#FFF;
	text-transform:uppercase;		
}