body 
{
background: url("images/lghtmesh.png");
font-family: verdana; 
color: #363C74; 
letter-spacing:0px; 
font-weight:normal; 
font-size: 13px;
}

A:link {
	color: #363C74;  
	text-decoration:none;
}
A:visited{
	color: #363C74;  
	text-decoration:none;
}
A:active {
	color: #363C74;  
	text-decoration:none;
}
A:hover {
	color:#000000; 
	font-weight:bold; 
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: 2px solid #363c74;
	border-right: 2px solid #363c74;
	border-bottom: 2px solid #363c74;
}

#banner {
	width: 900px;
	height: 150px;
	background: url("images/banner.jpeg");
}

#navigation {
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;

}

#content {
	padding: 0 12px;
}

.center {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

h1 {
	font-size: 15pt; 
	text-transform: uppercase;
}

table {
	width: 550px;
	font-size: 13px;
	margin: 0 auto;
}

td {
 padding:3px 10px 3px 5px;
}

.sectitle {
 background-color:#363c74;
 font-weight:bold;
}

.sectitle td {
 color:#fff;
}

.infotitle {
 background-color:#888;
}

.infotitle td {
 color:#fff;
}

.underline {
	text-decoration: underline;	
}
.profile {
	margin-bottom: 10px;
	overflow: hidden;
}

.profile img {
	display: inline;
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid black;
}	
	