/* Basic Elements Styles */
body {
	font: 10pt/12pt arial,helvetica,sans-serif;
	color: #000;
	background: #fff;
	margin: 0px;
}
p { 
	font: 10pt/12pt arial,helvetica,sans-serif; 
	margin-top: 0px; 
}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #990000;
}
a:visited { 
	color: #FF6600;
	text-decoration: none; 
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF9900;
}
img
{
	border: 0px;
}


/* Form Element Styles */
form {
    border: none;
    margin: 0;
}
fieldset {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
textarea {
    background-color: white;
}
input {
	vertical-align: middle;
	color: #333;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 1px;
	/* IE bug fix */
}
select {
	vertical-align: top;
}


/* Main Container for entire page */
#container
{
	margin: 0px auto 0px auto;
	min-width: 780px;
	width: 780px;
	text-align: left;
}


/* Page Header Styles */
#page_header
{
	float: left;
	width: 780px;
	margin: 6px 0px 0px 0px;
	background-image: url(/sections/blue/blue_flames.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
    background-color: transparent;
    float: left;
    margin-left: 11px;
    top: 0;
    width: 134px;
}

#globalnav
{
	float: left;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	width: 490px;
	padding: 0px 0px 12px 0px;
	text-align: center;
	background-color: transparent;
}
#globalnav img 
{ 
	padding: 0px 0px 3px 0px; 
}
#globalnav a 
{
	color: #900;
	font-weight: normal;
	font-size: 11px;
	background-color: transparent;
}
#globalnav span.globalnavcat 
{
	color: #666;
	font-weight: normal;
	font-size: 11px;
}

#search_area
{
	float: left;
	width: 145px;
	margin-top: 6px;
}
#search_form {
	text-align: right;
	padding-right: 12px;
}
#search_form input.inputtext {
	height: 18px;
	width: 80px;
}
p.advanced_search
{
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
p.sitemap
{
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

/* Main 2 column body area */
#main
{
	/* clear: both; */
	width: 780px;
	padding: 0px 20px 0px 20px;
	border-color: #000;
	border-width: 1px;
}


/* Main Column 1 Styles */
#column1
{
	float: left;
	width: 780px;
	margin: 0px;
	min-width: 780px;
	padding: 0px 15px 0px 15px;
}

#sectional_art
{
	padding: 0px;
	margin: 0px;
}
#sectional_art img
{
	border: none;
	padding: 0px;
	margin: 0px;
}


/* Breadcrumb Styles */
#breadcrumbs
{
	font-size: 10px;
	padding: 0px 0px 0px 12px;
}


/* Content Styles */
#content 
{ 
	padding: 0px 12px 0px 12px; 
}
#content p.header
{
	font-size: 24px;
	font-weight: bold;
	color: #006;
	margin-top: 18px;
}
#content p.subhead
{
	font-size: 18px;
	font-weight: bold;
}
#content a
{
	text-decoration: underline;
}
#content p.parabreak
{
	line-height: normal;
	margin: 6px 0px 6px 0px;
	height: 21px;
	background-image: url(/sections/blue/blue_paragraph_break.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* Footer Styles */
#footer
{
	clear: both;
	text-align: center;
	font: 11px/16px verdana,arial,helvetica,sans-serif;
	color: #333;
	margin: 16px 0px 24px 0px;
	background-image: url(/sections/blue/blue_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#backToTop 
{ 
	margin: 0px 0px 69px 0px;
}

