body {
	background-image: url('images/background.jpg');
	margin: auto;
	padding: 0 0 0 0;
	width: 900px;
}
h1{
	color: #3f655b;
}
h2{
	font-size: 18px;
}
#page a,a:active {
	color: #0000FF;
}
#page a:hover {
	color: #990000;
}
#page a:visited {
	color: #9900FF;
	text-decoration:underline;
}
#page {
	float:left;
	margin: 0 0 0 0;
	width: 900px;
/*	background-image: url('images/panelBG.gif');*/
	background-color: #FFFFFF;
	/* for IE */
/*	filter:alpha(opacity=70);*/
	/* CSS3 standard */
/*	opacity:0.7;*/
/*	font-family: Arial, Helvetica, sans-serif;*/
/*	font-family: "Times New Roman", Times, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#header{
	float:left;
}
#logo{
	margin-left: 220px;
	background-image: url('images/logo4.gif') ;
	background-repeat:no-repeat;
	width: 660px;
	height: 200px;
}
#boilerplate{
	float:right;
	width: 350px;
	text-align: right;
	margin-top: 20px;
	padding-right: 5px;
	font-size:16px;
    font-weight:bold;
}
#boilerplate a,a:active,a:hover,a:visited{
	color: #000000;
}
#resumelogo{
	text-align:center;
}
#navigation{
	clear:both;
}
.sectionlinks{
	text-align:center;
}
.navLinks{
	float: left;
}
.navLink{
	float:left;
	font-size: 14px;
	width: 135px;
	height: 33px;
	background-image: url('images/brace.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: -5px;
}
#page .navLink a,a:active,a:visited{
	text-decoration: none;
	color: #000000;
}
#page .navLink a:hover{
	text-decoration: none;
	color: #990000;
}
.horizontalDivider{
	clear:both;
	float:left;
	width: 900px;
	height: 3px;
	background-color: #6b8a6b;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}
hr{
	clear: both;
	float:left;
	height: 3px;
	width: 900px;
	color: #6b8a6b;
	background-color: #6b8a6b;
	border: 0px;
}
#content{
	float:left;
	width: 900px;
	min-height: 400px;
}
#content div{
	margin-left: 5px;
	margin-right: 5px;
}

#footer{
	clear:left;
	float: left;
	width: 880px;
	margin: auto;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
h3{
	font-size: 16px;
	text-decoration: underline;
}
li{
	color: #000000;
	padding-bottom: 10px;
}
.textpage{
	float:left;
	padding-left: 20px;
}
.spacer{
	height: 20px;
	width: 100%;
}

.faq td{
	vertical-align: top;
}
.faqlabel{
	font-weight: bold;
}
.faqquestion{
	font-style: italic;
}
.faqanswer{
}