@charset "utf-8";
/* CSS Document */


#container {
	width: 69%;
	margin-top: 30px;
	border-bottom: 2px solid #363636;
	background-color: #0099FF;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: 132px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	margin-right: auto;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	font-style: italic;
}
#page_content {
	border: 1px solid #000000;
	margin-left: 150px;
	margin-right: 200px;
	background-color: #FFFFFF;
}
#content {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;

	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #003366;
	border-left-color: #000000;
	height: 400px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #000066;
}
#content_nav {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 15px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #000066;
	border-top-style: none;
	border-bottom-style: none;
}
#sidebar {
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	text-align: left;
	height: 15px;
	background-color: #FF9900;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-size: large;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 3px;
	border: 1px none #FFFFFF;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	border-style: none;
	text-decoration: none;
	color: #C97118;
	font-weight: bold;
}

/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: underline;
}
/* Link Styles */
a {
	color: #FF9900;
	text-decoration: none;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	
}
.style_bold {
	font-weight: normal;
}
.style_italic {
	font-style: italic;
}
#footer2 {
	clear: both;
	text-align: left;
	height: 15px;
	background-color: #FF9900;
	padding: 4px;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer2 a {
	clear: both;
	text-align: left;
	height: 15px;
	background-color: #FF9900;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer2 a:hover {
	clear: both;
	text-align: left;
	height: 15px;
	background-color: #FF9900;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: underline;
}

.boilerText { line-height: 20px; }

.boilerHeading { color: blue; font-weight: bold; margin: 3px; padding: 3px; }



.list {
	padding-right: 15px;
	margin-right: 0px;
	line-height: 15px;
	padding-top: 5px;
	color: #000000;
	padding-bottom: 5px;
	font-weight: normal;
}
.copyright {
	vertical-align: bottom;
}
.CopyrightContentCell {
	background-color: white;
	width: auto;
	height: auto;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.faq {
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999900;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #999900;
	padding: 10px;
}
.thumbPaddingBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 15px;
}
.thumbRightPadding {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
	border: 0px none #000000;
	}
.thumbPadding {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 15px;
	border: 0px none #000000;
}
.CellPadding {
	border: 0px none #000000;
	padding: 10px;
}

.siteindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	padding: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-x;
	font-style: italic;
	font-weight: normal;
}
.thumbBorder {
	border: 1px solid #000000;
	padding: 0px;
}
