@charset "ISO-8859-1";
a:link, a:visited {
	color: #2f3192;
}
body {
	background: #f7f3ee url(../images/body_bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
a {text-decoration: none;}
a:link, a:visited {
	color: #282a8e; 
	border-bottom: 1px solid #282a8e;
}
a img {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	text-decoration:none
}
a:hover {
	color: #9b6926; 
	border-bottom: 1px solid #9b6926;
}
.left {
	float: left;
	padding: 4px 10px 4px 0;
}
.right {
	float: right;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
#container {
	background: #ffffff url(../images/mvdp_bg.png) bottom right no-repeat;
	padding: 0;
	margin: 0;
	width:800px;
	text-align:left;
}

#header {
	width:800px;
	height:164px;
	margin: 0px;
	padding: 0px;
}
#header img {
	margin:0px 0px 0px 0px;
	_margin: 0px 0px -3px 0px;
	padding:0px;
}
#nav_bar {
	background:url(../images/nav_bar.png) no-repeat;
	float:left;
	width:229px;
	height:389px;
	position: relative;
	margin: 0;
	padding: 0;	
}

#content {
	float:left;
	width:571px;
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color: #333333;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	width:800px;
	padding: 10px 0 5px 0;
	text-align: center;
}
#home_text {
	margin: 0px;
	float: left;
	width: 351px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#inside_text {
	margin: 0px;
	float: left;
	width: 510px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#footer h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b6926;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#footer h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9b6926;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	line-height: 1.2em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: 1.2em;
}
.news h3 {
	margin: 0;
	padding: 10px 0 0 0;
}
.news p {
	margin: 0;
	padding: 0;
}
#news_bar {
	margin: 0px;
	float: left;
	width: 120px;
	color: #9b6926;
	padding-top: 5px;
	padding-right: 40px;
	_padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #282A8E;
}
#news_bar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #282a8e;
}

/********* Nav Bar **********/
#nav_bar li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
}

#nav_bar li, #nav_bar a {
	width: 229px;
	display: block;
	border:none;
}
#home, #home a {left: 0px; top: 35px; width: 229px; height: 26px;}
#about, #about a {left: 0px; top: 61px; width: 229px; height: 29px;}
#news, #news a {left: 0px; top: 90px; width: 229px; height: 30px;}
#membership, #membership a {left: 0px; top: 120px; width: 229px; height: 28px;}
#directory, #directory a {left: 0px; top: 148px; width: 229px; height: 28px;}
#scholarships, #scholarships a {left: 0px; top: 176px; width: 229px; height: 29px;}
#resources, #resources a {left: 0px; top: 205px; width: 229px; height: 30px;}
#contact, #contact a {left: 0px; top: 230px; width: 229px; height: 31px;}

#home a:hover, #home .active {background: transparent url(../images/nav_bar.png) -229px -35px no-repeat;}
#about a:hover, #about .active {background: transparent url(../images/nav_bar.png) -229px -61px no-repeat;}
#news a:hover, #news .active {background: transparent url(../images/nav_bar.png) -229px -90px no-repeat;}
#membership a:hover, #membership .active {background: transparent url(../images/nav_bar.png) -229px -120px no-repeat;}
#directory a:hover, #directory .active {background: transparent url(../images/nav_bar.png) -229px -148px no-repeat;}
#scholarships a:hover, #scholarships .active {background: transparent url(../images/nav_bar.png) -229px -176px no-repeat;}
#resources a:hover, #resources .active {background: transparent url(../images/nav_bar.png) -229px -205px no-repeat;}
#contact a:hover, #contact .active {background: transparent url(../images/nav_bar.png) -229px -230px no-repeat;}


