* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0067A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(/images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	border: 1px solid #0067A7;
}
#headerNavigation {
	width: 550px;
	margin-left: 220px;
	height: 25px;
	margin-top: 35px;
	float: right;
	display: inline;
}
#headerNavigation2 {
width: 550px;
	margin-left: 220px;
	height: 25px;
	margin-top: 35px;
	float: right;
	display: inline;
	}
#login {
	float: right;
	height: 125px;
	width: 210px;
}
.scholarshipApplication #login {
	height: 25px;
}
#leftNavigation {
	height: 400px;
	width: 215px;
	float: left;
	margin-top: 85px;
}
#leftNavigation ul {
	padding-left: 20px;
	padding-top: 15px;
}
#leftNavigation ul li {
	padding-bottom: 14px;
	list-style-type: none;
}
#leftNavigation ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #666;
}
#leftNavigation ul li a:hover {
	color: #0067A7;
}

#mainContentHolder {
	width: 550px;
	margin-left: 5px;
	clear: none;
	float: left;
	margin-top: 0px;
}
.scholarshipApplication #mainContentHolder {
	width: 750px;
	margin-left: 5px;
	clear: none;
	float: left;
	margin-top: 0px;
}
/*
#mainContentTop {
	background-image: url(images/main_content_top_shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 20px;
}
*/
#mainContent {
	background-image: url(/images/main_content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 9px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.scholarshipApplication #mainContent {
	background-image: url(/images/scholarship_main_content_top.jpg);
}
#mainContentBottom {
	background-image: url(/images/main_content_bottom_shadow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 20px;
}
.scholarshipApplication #mainContentBottom {
	background-image: url(/images/scholarship_main_content_bottom_shadow.jpg);
}
#rightContent {
	height: 400px;
	width: 200px;
	float: right;
	margin-top: 10px;
	padding-right: 7px;
}
#footer {
	width: 535px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	clear: both;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 20px;
}
#newsSection {
	border: 1px solid #F00;
	float: right;
	height: 309px;
	width: 168px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
}
#clearBoth {
	clear: both;
	float: none;
}
/* Global text styles
--------------------------------*/
a:link {
	color: #0067A7;
}
a:visited {
	color: #0067A7
}
a:hover {
	color: #0067A7;
}
a:active {
	color: #666666;
}
p {
	margin-bottom: 8px;/* */
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #40CA2E;
	margin-right: 190px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #266813;
}
h6 {
	font-size: 10px;
}

#mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

/* BANNER AD CSS */
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}


/* Header menu styles
--------------------------------*/
#menu {
	height: 20px;
	font-size: 13px;
}
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	display: block;
}
#nav a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
#nav li { /* all list items */
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 15em;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 5;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	margin-left: 10px;
}
#nav ul li {
	background-image: url(/images/transparent_back.png);
	background-repeat: repeat;
	width: 15em;
	padding: 0;
	background-position: left;
	margin: 0;
}
#nav ul li:hover {
	background-color:#ccc;
}
#nav ul li a:hover {
	color:#000;
}
#nav ul li a {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.mainLinks {
	margin-left: 6px;
	margin-right: 6px;
	padding-right: 1px;
	padding-left: 1px;
}

