body{
	background: #e1e4b1;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #336699;
	}
a:hover{text-decoration: underline;}

h2{font-weight: bold; font-size: 22px;}

.content{
	background: #FFFFFF;
	border: 1px solid black;
	}
.height_fix{
	height: 97%;
	
}
.header{
	border-bottom: 1px solid black;
	background: #0186CB;
	height: 150px;
}

.sponsors{
text-align: center;
}

.sponsors img{padding: 6px;}

/*LEFT COLUMN MENU CHANGES*/
.menu{
	background-color: #CCCCCC;
	border-right: 4px solid #0186CB;
	border-bottom: 4px solid #0186CB;
	/*border-top: 4px solid #0186CB;*/
	}
.menu ul{
	list-style:none;
	font-weight: bold;
	margin-left: 0px;
	}
.menu ul .sub_menu{
	margin-left: 14px;
	list-style: disc;
}
.menu li{
	padding-bottom: 4px;
}

