font 
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
}
input.button{font-family:Arial,Tahoma;color:white;font-size:12px;background-color:black;border:1px solid black;}

/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #1B6D55;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited 
{
	color: #E36F1D;
}
a:hover, a:active 
{
	color: #1B6D55;
}

.header
{
	font-family: Garamond, Georgia, Serif;
	font-size: 18pt;
	font-weight: bold;
	color: #E36F1D;
	
}
.subHeader
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}
.content
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
}
.contentSmall
{
	font-family: Arial, Sans-Serif;t
	font-size: 8pt;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn 
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

#Viewport 
{
	width: 100%;
	text-align: center;
}
.outerBounds 
{
	width: 100%;
	text-align: center;
}
.innerBounds 
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#PageHeader 
{
	min-height: 49px;
	background-image: url(../gui_images/css_skin/hbg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
#PageHeaderInner 
{
	padding-top: 21px;
	padding-bottom: 12px;
}
#MainNav 
{
	text-align: center;
}
.mainNavItem 
{
	display: inline;
	margin: 0px 6px;
}
.mainNavItem a, .mainNavItem a:link, .mainNavItem a:visited, .mainNavItem a:hover, .mainNavItem a:active
{
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
.mainNavItem a:hover, .mainNavItem a:active
{
	text-decoration: underline;
}

#PageBody 
{
	padding-bottom: 4px;
}
#PageBodyInner 
{
	background-image: url(../gui_images/css_skin/bbg.gif);
	background-repeat: repeat-y;
	padding: 0px 11px;
}
#Masthead 
{
	height: 179px;
	background-image: url(../gui_images/css_skin/masthead.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
}
#LogoSpace 
{
	width: 396px;
	float: left;
}
#PrintLogo 
{
	display: none;
}
#QuoteSpace 
{
	width: 338px;
	float: left;
}
#QuoteSpaceInner 
{
	padding: 4px 16px 0px 18px;
	color: #FFFFFF;
	font-size: 9pt;
	font-style: italic;
}
#ContentSpace 
{
	margin-top: -24px;
	clear: both;
}
#ContentSpaceInner 
{
	padding: 0px 16px 1px 16px;
	clear: both;
}
#ContentLinks 
{
	padding: 0px 16px 12px 16px;
	text-align: center;
}
#BodyFooter 
{
	height: 2px;
	overflow: hidden;
	background-image: url(../gui_images/css_skin/bodyft.gif);
	background-repeat: no-repeat;
}


#PageFooter 
{
	background-image: url(../gui_images/css_skin/fbg.gif);
	background-repeat: repeat-x;
}
#PageFooterInner 
{
	height: 48px;
	background-image: url(../gui_images/css_skin/fibg.gif);
	background-repeat: repeat-x;
	padding: 4px;
	color: #FFFFFF;
	font-size: 9pt;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}

