body{
	margin: 0;
	padding: 0; 
	background: #161D7F;
	color: #333333;
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal; 
}	 
 
#left_col{
	position: absolute;
	top: 82px;
	left: 0;
	width: 162px;
	z-index: 3;
	background: #161D7F;
	color: #333333;
}

#center_block {
 	width: 100%;
 	z-index: 1;
 	background: #161D7F;
 	color: #333333;
 	height: 80%;
}

#header{
	height: 82px; 
	width: 100%; 
	background: #101033;
	color: #333333; 
	margin: 0;
}

#center_col{
	margin: 0 100px 0 165px;
	position: relative;
	background: #FFFFFF;
	color: #333333;
	z-index: 5;
	border-width: 0 1px;
	padding: 5px 5px 5px 5px;
}

#footer {
	width: 100%;
	height: 50px;
	background: #161D7F;
	color: #FFFFFF;
	margin: 0;
	font-size: 8pt;
}

#footer a{
	color: #FFFFFF;
}

h3 {
	margin: 0;
	padding: 5px 0;
	color: #C00030;
	font-size: 14px;
}

a.home {
	font-size: 14px;
	font-weight: bold;
	color: #C00030;
	text-decoration: none;
}

a.home:hover {
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

font.heading {
	font-size: 14px;
	font-weight: bold;
	color: #C00030;
}

.vmenu {
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

.vbutton a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 32px;
	width: 160px;
	line-height: 32px;
	padding-right: 10px;
}

.vbutton a:hover {
	background-color: #3366CC;
}
