body {
	background: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0;
	text-align: center;
}

#outer {
	text-align: left;
	width: 600px;
	margin: 0px;
}

#content {
	position: relative;
	width: 600px;
	padding: 0;
	margin: 0;
}

#leftsidebar {
	 width: 0px;
	display: none;
	visibility: hidden;
	overflow: hidden;
}

.sidebar_subhead {
    width: 0px;
	display: none;
	visibility: hidden;
	overflow: hidden;
}

.sidebar_content {
	 width: 0px;
	display: none;
	visibility: hidden;
	overflow: hidden;
}
/* Main Content styles */

#maincontent {
	text-align: left;
	margin: 0 0 0 10px;
	padding: 6px 0 0 15px;
	width: 600px;
	float: left;
}


#footer {
	width: 757px;
	float:left;
	font-size: 9pt;
	text-align: center;
	padding: 10px 0 0 0;
	font-family: Arial, sans-serif;
	border-top: solid #000099 1px;
}

#footer a {
	color: #063A75;
}

#footer a:hover {
	color: #3c6fa9;
}

img {
	border: 0;
}

a:link, a:visited {
	font-weight : bold; 
	color: #00f;
	background: transparent; 
}

a:hover {
	color: #f00;
}

a:active {
	color: #009;
}

#header h1 {
	display: none;
	visibility: hidden;
	overflow: hidden;
}

h1, #home h2 {
	font-size: 22pt;
	font-family: 'Times New Roman', Times, serif;
}

h2, #home h3 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
	font-style: italic;
}

h4 {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}
.numberList {
	list-style-type: decimal;
	list-style-image: none;
}
.checkMark {
	list-style-image: url(images/checkmark.gif);
	padding: 0 0 10px 0;
}
#header {
	height: 120px;
	width: 757px;
}

#menu {
	width: 0px;
	display: none;
	visibility: hidden;
	overflow: hidden;
}

.faq li {
	list-style-type: decimal;
}

.answer {
	background-color: #FFFFCC;
	visibility: visible;
}

.question strong {
	text-decoration: underline;
	font-style: oblique;
	cursor: pointer;
}

.question strong:hover {
	color: #3c6fa9;
	cursor: pointer;
}
