
.MenuWrapper {

	background-color : #B7B7B7;
	color : #ffffff;
	width: 200px;	
	height: 100%;
	padding : 9 9 9 9;
	float : left;

}

.MenuContext {
	padding : 17 17 17 17;
	background-color : #ffffff;
	border: solid 1px #000000;

}


a {
	color: #0B5893;
	font-size: 95% ;
	text-decoration: none;
	font-family : verdana;
	font-weight: 200;
}

a:hover {
	background : #202020;
	color: #199AEB;
	font-size: 95% ;
	font-family : verdana;
}

a:visited {
	color: #0B5893;
	font-size: 95% ;
	text-decoration: none;
	font-family : verdana;
	font-weight: 200;
}

a:visited:hover {
	background : #202020;
	color: #199AEB;
	font-size: 95% ;
	font-family : verdana;
}

.header1 {
	background-color : 000000;
	color : #AFCBF9;
	font-size: 250% ;
	font-family : Arial;
	font-weight : 500;
	padding : 17 17 17 17;
	width : 100%
	height : 100%;

}

.divSideNav {
	background-color : 000000;
	color : ffffff;
	font-size: 100% ;
	font-family : verdana
}


.BodyCentral {

	padding: 30 30 30 30;
	background-color : ffffff;
	text-align : center;
	font-size: 90% ;
	font-family : verdana;

}


.Wrapit{
	width:1000px; /*or whatever*/
	height : 100%;
} 
