html, body { 
color: #000000;
background: #330066;
text-align: center;
margin: auto;
}

#headerContainer { 
position : relative;
width : 750px;
height : auto;
background: #ffffff;
background-image: url('../images/headers/pagesHeader.gif');
background-repeat:no-repeat;
border-right : 3px solid black;
padding-bottom: 5px;
margin : auto;
overflow : hidden;
}

#headerNav {
	position: relative;
	margin-top: 155px;
	margin-left: 70px;
}

li.header {
	float: left;
	list-style-type: none;
	font-family: Optima, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 22px;
}

a:link { 
font-weight : bold;
text-decoration : none;
color : #330066;
}

a:visited { 
font-weight : bold;
text-decoration : none;
color : #330066;
}

a:hover,a:active { 
text-decoration : underline;
color : #330066;
}

h2.headings {
	color: #330066;
}

h3.headings {
	color: #330066;
}

ul.grant {
	position: relative;
	margin-top: 0;
	margin-left: 2em;
}

#contentContainer { 
position : relative;
width : 750px;
height : auto;
background: #ffffff;
border-right : 3px solid black;
margin: auto;
overflow : hidden;
text-align: left;
}

#content {
	font-family: Georgia, Times New Roman, serif;
	font-size: medium;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;		
}

#footerContainer { 
position : relative;
width : 750px;
height : auto;
background: #ffffff;
border-top: 1px solid black;
border-right : 3px solid black;
margin : auto;
padding-bottom: 10px;
overflow : hidden;
}

#footerNav {
	position: relative;
	margin-top: 16px;
}

li.footer {
	float: left;
	list-style-type: none;
	font-family: Optima, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 30px;
}