body 
{
	background:url(images/bg.gif) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:tahoma,sans-serif;
	font-size:70%;
	color:#333;
}

#container 
{
	width:760px;
	margin:20px auto 20px auto;
	background:#fff;
}

#header
{
	height: 80px;
	background: url(images/glow.gif) no-repeat;
	background-color: #668b1b;
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

#divider
{
	height: 20px;
	background: url(images/hn.gif) white repeat-x;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

.header-side-text {
    float: right;
    color: white;
	font-weight:normal;
    float: right;
    margin-top: 60px;
    margin-right: 10px;
} 

#content
{
	width: 630px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3
{
	color: #060;
	font-size: 14pt;
}

#sidebar
{
	width: 100px;
	padding: 10px;
	float: left;
	margin: 0;
	color: #07519A;
	font-size: 120%;
}
 
#footer
{
	clear: both;
	padding: 10px;
	color: #636363;
	font-size: 8pt;
	text-align: center;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background: #eee;
}

a
{
	color: #07519A;
}



.FooterStaticMenuStyle
{
	color: #636363;
	position: relative;
	text-transform: capitalize;
	font-size: 1.1em;
}

.FooterStaticMenuItemStyle 
{
	color: #636363;
	text-transform: capitalize;
}

.FooterStaticSelectedStyle
{
	color: #07519A;
	text-transform: capitalize;
}

.FooterStaticHoverStyle 
{
	color: #07519A;
	text-transform: capitalize;
}

.StaticMenuStyle
{
	color: #07519A;
	font-size: 1.1em;
}

.StaticMenuItemStyle
{
	color: #636363;
}

.StaticSelectedStyle
{
	color: #07519A;
	text-decoration: underline;
}

.StaticHoverStyle
{
	color: #07519A;
	text-decoration: underline;
}

.sitelogo
{
	width: 60px;
	height: 40px;
	position: absolute;
	z-index: 1;
	margin: 22px 0 0 20px;
	background: url(images/bg_head_top_logo.jpg);
}

.sitename
{
	width: 300px;
	height: 45px;
	position: absolute;
	z-index: 1;
	margin: 20px 0 0 90px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
	color: white;
}

td
{
	vertical-align: text-top;
}

.error
{
	color: red;
}

.text
{
	font-size: 140%;
	padding-bottom: 100px;
	padding-top: 0px;
}

.privacyHeader
{
	font-size: 100%;
	font-weight: bold;
}

.privacy
{
	font-size: 80%;
}