body {
	background-color: #f6f0e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.style1 {color: #333333}
.style2 {color: #990000}
.style3 {
	font-size: 10px;
}
.style4 {
	font-size: 11px
}
.style5 {
	font-size: 24px
}
.style6 {
	color: #FFFFFF;
	font-weight: bold;
}
p {
	line-height:20px;
}
/*

structure

*/
div#headerContainer {
	width:auto; 
	height:100px; 
	background-color:#cccccc;
	text-align:center; 
	margin:0;
}
div#header {
	width:800px; 
	height:100px; 
	margin:0 auto; 
	text-align:left; 
	font-variant:small-caps;
	border-right:20px solid white; 
	border-left:20px solid white; 
	background-color:#ffffff;
}
div#headerLeft {
	width:320px;
	height:100px;
	float:left;
}
div#headerRight {
	width:480px;
	height:100px;
	float:right;
}
div#headerRight p {
	line-height:normal;
}
div#applyNow {
	width:800px; 
	border-right:20px solid white; 
	border-left:20px solid white; 
	margin:0 auto; 
	background-color:#2442a4;
}
div#contentContainer {
	width:760px;
	padding:20px;
	height:100%;
	border-right:20px solid white;
	border-left:20px solid white;
	margin:0 auto;
	background-color:#ebdfcf;
	text-align:left;
}
div#copyrightContainer {
	color:white; 
	width:760px; 
	padding:20px; 
	height:auto; 
	border-right:20px solid white; 
	border-left:20px solid white; 
	border-bottom:20px solid white; 
	margin:0 auto; 
	background-color:#990000; 
	text-align:left;
}
div#copyrightContainer a {
	color:white;
}

/*

navigation

*/

div#navContainer {
	width:760px;
	padding:20px;
	border-right:20px solid white;
	border-left:20px solid white;
	margin:0 auto;
	background-color:#333333;
	text-align:left;
	font-variant:small-caps;
	height: 20px;
}
div#navContainer ul, li {
	margin:0; padding:0;
}
div#navContainer li {
	display:inline;
	margin-right:20px;
}
div#navContainer a {
	color: #FFFFFF;
	font-weight: bold;
	font-family:arial;
}
.style8 {font-size: 18px}
.style9 {
	font-size: 30px;
	font-weight: bold;
}
