/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

html,body {
	margin: 0;
	padding: 0;
}

body {
	font-family:Geneva, sans-serif;
	text-align: center;
	font-size:12px;
	color: #000;
	background-color: #DDD;
}

* html body{font-size:12px;f\ont-size:12px}
		
#container {
	margin-left:auto;
	margin-right:auto;
	width: 876px; 
	min-height:100%;
	text-align: left;
	background: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
    position:relative;
}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:878px;w\idth:876px;}
/* end hack */ 

#mainheader {
	position:absolute;
	left:0;top:0;
	height: 300px;
	width:100%;
	border-top: 1px solid #000;
	z-index:1;
	font-size:12px;
}

* html #mainheader {height:301px;he\ight:300px;}

#header {
	height: 100px;
	width:844px;
	margin:0px auto 5px;
	top:1px;
	text-align:left;
	background-color: #fff;
	position:relative;
	z-index:2;
	overflow:hidden;
}

* html #header {height:100px;he\ight:102px}

#mainnav {
	width:844px;
	height: 20px;
	margin:0px auto 10px;
	background-color: #f5f5f5;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	position:relative;
	z-index:2;
}

* html #mainnav{height:22px;he\ight:20px}

#imageheader{
	width:844px;
	height: 151px;
	margin:0px auto 10px;
	position:relative;
	z-index:2;
}

* html #imageheader{height:151px;he\ight:151px}

#imageheader img{
	border:4px solid #e6e6e6;
}

#sidebar {
	float: right;
	width: 151px;
	padding:5px 0 ;
	text-align:left;
	margin-right:19px
}

* html #sidebar {margin-right:9px;}

#sidebar div.box{
	border:2px solid #e6e6e6;
	background-color:#f5f5f5;
	padding:0 5px;
	margin-bottom:25px;
}

#content {
	width: 683px;
	padding:5px 0 ;
	margin-left:16px;
	text-align:left;
	line-height:18px;
}

* html #content{width:674px;w\idth:674px}

#content p, #sidebar p, #mainnav p, #header p, #footer p  {margin:0 5px 5px 0px}	
	
#footer	{
	position:absolute;
	bottom:0;
	width:844px;
	height: 20px;
	padding:0px 16px;
	border-bottom: 1px solid #000;
	font-size:10px;
}
#footer p {margin:0;padding:0}
* html #footer {height:21px;he\ight:20px;}

#clearfooter {height:42px;width:100%;clear:both}

#footer_left_box, #footer_right_box, #footer_center_box{
	border-top:1px solid #000;
	padding-top:3px;
	float:left;
}

#footer_left_box, #footer_right_box{
	width:170px;
}

#footer_left_box{
	text-align:left;
}

#footer_right_box{
	text-align:right;
}

#footer_center_box{
	text-align:center;
	width:504px;
}


/*** menu ***/
#mainnav a:link, #mainnav a:visited, #mainnav a:active, #mainnav a:hover{
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#24459b;
	display:block;
	float:left;
	margin:2px 10px 1px;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	text-decoration:none;
	color:#000;
}


/* *** text *** */
div,p  {margin-top:0} /*clear top margin for mozilla*/

#content h1{
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#content h1.title{
	
}

#header h1{
	font-size:16px;
	color:#666;
	text-align:right;
	margin:0px 0px 5px 0px;
	position:absolute;
	bottom:0;
	right:0;
}

#sidebar div.box h1{
	font-weight:bold;
	font-size:14px;
	margin:8px 0px 10px 0px;
	padding:0px;
	border-bottom:1px solid #000;
}

#content h2{
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 5px 0px;
}

#content h3{
	font-weight:bold;
	font-size:12px;
}

#content .small {
	font-size:10px;
}


/* *** hyperlinks *** */
#content a:active, #content a:visited, #content a:link {
	text-decoration:none;
	color:#24459b;
}

#content a:hover {
	text-decoration:underline;
}

#sidebar div.box a:active, #sidebar div.box a:visited, #sidebar div.box a:link {
	text-decoration:none;
	color:#24459b;
}

#sidebar div.box a:hover {
	text-decoration:underline;
}

a img{
	border-width: 0px;
}

/* image changer */
div.image_changer_container{
	float:left;
	width:300px;
	height:204px;
	margin-top:20px;
}

div.image_container{
	float:left;
	margin-top:20px;
}

div.image_changer_container a:active, div.image_changer_container a:link, div.image_changer_container a:visited{
	display:block;
	height:204px;
}

div.image_changer_container a img{
	visibility:hidden;
}

div.image_changer_container a:hover img{
	visibility:visible;
}

div.ref_text{
	float:left;
	margin-top:20px;
	margin-left:25px;
}


/* *** forms *** */
form{
	margin:0px;
	padding:0px;
}

input, textarea, select{
	font:normal 11px Verdana,Arial,sans-serif;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

input, textarea{
    text-indent:2px;
}

.ContactForm{
	width:200px;
}

table.ContactFormTable tr td{
	vertical-align:top;
	padding:0px;
}

div.ContactForm{
	width:100%;
	padding-bottom:25px;
	padding-top:25px;
	margin-bottom:25px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}


/* *** misc *** */
table tr td {
	vertical-align: top;
}

table tr th{
	text-align:left;
}

.NoBorder{
    border:none;
}

.WithBorder{
    border:1px solid #000;
}

.clear{
	clear:both;
}

