html, body
{
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #e6ece0 url(/images/bg9.jpg) repeat-x;
	line-height: 16px; /*background:#fafafa url(/images/bg5.jpg) repeat-x;*/
}

a
{
	color: #1e5982;
	text-decoration: none;
}

p
{
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
}

a:visted
{
	color: #6d8fa6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#container
{
	width: 806px;
	height: auto !important;
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 0px;
	position: relative;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}

#container1
{
	background-color: #000000;
}
* html #container
{
	height: 100%;
}

#header
{
	width: 790px;
	height: 78px;
	margin: 0px;
	position: relative;
}


#container #LanguageBox
{
	width: 720px;
	padding: 3px 10px 5px 10px;
	background-color: #ededed;
	font-size: 9px;
	margin: 0 auto;
	position: relative;
}

#container #LanguageBox a
{
	color: #333333;
}

#container #SearchBox
{
	text-align: right;
	padding: 2px 0px 0px 0px;
	position: relative;
}

#container #SearchBox .box, #container #SearchBox .button
{
	float: right;
	color: #6d8fa6;
}


#container #TopNav
{
	width: 790px;
	padding: 2px 10px 2px 0px;
	font-size: 10px;
	position: relative;
}

#Logo
{
	padding-bottom: 20px;
}


#container #header #Logo
{
	position: absolute;
	width: 203px;
	height: 50px;
	left: 10px;
	top: 8px;
}

#Masthead
{
	width: 790px;
	margin: 0 auto;
}

#Spacer
{
	border-bottom: solid 1px #999999;
	width: 790px;
	margin: 0 auto;
	position: relative;
}

#SpacerHome
{
	width: 740px;
	margin: 0 auto;
	position: relative;
}

#container #Breadcrumb
{
	border-bottom: solid 1px #999999;
}

#container #Breadcrumb p
{
	font-size: 12px;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 4px;
}

#container #Breadcrumb a
{
	color: #333333;
	text-decoration: none;
}

#container #Breadcrumb a:hover
{
	color: #333333;
	text-decoration: underline;
}

#ContentContainer
{
	width: 790px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	vertical-align: top;
	margin-top: 7px;
}

#content
{
	position: relative;
	padding: -20px 0px 0px 0px;
	margin-left: 20px;
	margin-right: 20px;
}


#content h1
{
	text-align: left;
	color: #e79015;
	font-size: 20px;
	line-height: 18px;
}

#content h2
{
	font-size: 14px;
	color: #87a022;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#content h2 a
{
	color: #87a022;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#content h3
{
	font-size: 12px;
	color: #87a022;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}

#footer
{
	font-size: 10px;
	width: 790px;
	height: 60px;
	margin: 0 auto;
	border-top: solid #cccccc 1px;
	text-align: center;
	position: relative;
}

#footer p
{
	font-size: 10px;
	text-align: center;
}

.tableList
{
	background-color: #d0dbc1;
	border: 1px solid #d0dbc1;
	margin: 0 0 0 24px;
}
.tableList td
{
	padding: 5px;
	vertical-align: middle;
}

.tableList2
{
	background-color: #FFFFFF;
	border: 1px solid #E9EDF2;
	margin: 0 0 0 0px;
}
.tableList2 td
{
	padding: 2px;
	vertical-align: middle;
}
.tableList3
{
	background-color: #FFFFFF;
	border: 1px solid #E9EDF2;
	margin: 0 0 0 0px;
}
.tableList3 td
{
	padding: 5px 2px 5px 2px;
	vertical-align: middle;
}

table.demographics
{
	margin: 1em auto;
	border-collapse: collapse;
}


table.demographics td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
}

table.demographics tr.header td
{
	text-align: left; /*border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;*/ /*background: #117091;*/
	padding: 5px;
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
}


div.image-strip div.image-strip-image 
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
div.image-strip div.image-strip-image img 
{
    display: block;
}
div.image-strip div.image-strip-image span 
{
    display: block;
    text-align: center;
}