body {
	background: url(../images/background_top-repeat.gif) repeat-x;;
	margin-top: 0px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
	}
	
#content {
	margin: 10px 0;
	padding: 45px 0 0;
	}
	
#content h1 {
	color: #064b51;
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 20px 0;
	}
	
#content h2 {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #176d75;
	padding: 0;
	}
	
#content h2.noMargin {
	margin: 0;
	}
	
#content p {
	font-size: 80%;
	}
	
#content ul {
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
#content li {
	font-size: 80%;
	margin: 0 0 8px 0;
	}
	
#content p a:link, #content p a:visited, #content table a:link, #content table a:visited, #content li a:link, #content li a:visited, table.output a:link, table.output a:visited {
	color: #494949; 
	
	}
	
#content p a:hover, #content p a:active, #content table a:hover, #content table a:active, #content li a:hover, #content li a:active, table.output a:hover, table.output a:active {
	color: #b9b659;
	text-decoration: none;
	}
	
#optionContainer {
	height: 300px; 
	margin-left: 8%;
	margin-top: 25px;
	}
	
div#option1 {
	float: left;
	padding: 20px; 
	background-color: #f5eee3; 
	margin-right: 30px; 
	width: 280px; 
	height: 240px;
	font: 1.0em/1.4em Verdana, Arial, Helvetica, sans-serif;	
	border: 1px solid #dfd7cb;
	position: relative;
	}

div#option1 h2, div#option2 h2, div#option3 h2 {
	margin: 0;
	padding: 0;
	 }

div#option2 {
	float: left;
	padding: 20px; 
	width: 280px; 
	height: 240px;
	background-color: #e4eced;
	margin-right: 10px;
	font: 1.0em/1.4em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ceddde;
	position: relative;
	}
	
div.hr {
	height: 15px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 25px;
	}	
div.hr hr {
	display: none;
	}	
	
div#option1 ul, div#option2 ul {
	margin: 18px 0 0 15px;
	padding: 0;
	line-height: 110%;
	}
	
p.apply {
	background: url(../images/background_button.gif) no-repeat;
	height: 26px;
	text-align: center;
	margin: 0 auto 0; 
	width: 235px;
	position: absolute;
	bottom: 20px;	
	left: 45px;
	}
	
/*div#option2 p.apply {
	margin: 57px auto 0
	}*/
	
p.apply a:link, p.apply a:visited {
	color: #7b0e0a !important;
	font-weight: bold;
	text-decoration: none;
	}
	
p.apply a:hover {
	color: #b9b659 !important;
	text-decoration: underline;
	}
	
#footer {
	background: #fff url(../images/backgrounds/back_footer-fade.gif) repeat-x;
	height: 57px;
	clear: both;
	}
	
#footer p {
	width: 765px;
	margin: 0px auto;
	font-size: 60%;
	color: #9b9b9b;
	padding-top: 14px;
	text-align: center;
	}
	
span.divider {
	color: #d3d3d3;
	}
	
#footer a:link, #footer a:visited {
	color: #9d0a0e; 
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #b9b659;
	}
	
.topMargin {
	margin-top: 106px;
	}
	
.center {
	text-align: center;
	}
	

