html{
	height: 100%;
}

body{ 	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	font-size: 10px;
	background: url('../img/bg.jpg') repeat-y center #000000;
	height: 100%;
}

a{
	color: #575757;
	text-decoration: none;
    	border: none;
}

a:hover{
	text-decoration: underline;
}

#site{
	margin: 0 auto;
	padding: 0 auto;
	width: 881px;
	height: 100%;
	text-align: left;
}

H1,H2,H3{ 
	color: white; 
        font-family: Helvetica; 
}
H1{ 
	font-size: 30px; 
}

H2{
	font-size: 16px; 
}
H3{
	font-size: 12px; margin-left:50px 
}


#header{
	position: absolute;
	margin: 0 auto;
	padding: 0 auto;
	width: 881px;
	height: 251px;
	background-color: #000000;
	border: 1px solid #ffffff;
}

#header img{
    	border: none;
}

#header a{
	cursor: pointer;
}

#menu{
	position: absolute;
	margin-top: 251px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	padding: 0 auto;
	width: 881px;
	height: 35px;
	background-color: #000000;
	font-size: 0px;
	border: 1px solid #ffffff;
}

#menu img{
	float: left;
   	border: none;
}

#menu .menubutton{
	float: left;
	cursor: pointer;
    	border: 0px;
}

#menu .menubutton:hover{
	background-color: #101141;
}
#menu .active{
	background-color: #20215a !important;
}

#content{
	position: absolute;
	padding: 0px;
	margin-top: 286px;
	width: 881px;
	border: 1px solid #ffffff;
}

.content p{
	padding: 0;
	margin: 0;
}

/*
*****************************
** CONTENT
*****************************
*/

#left{
	float: left;
	padding: 0;
	margin: 0;
	width: 881px;
	background: url('../img/content_bg.gif') repeat-y top left;
}

.left{
	margin: 16px 16px 16px 21px;
	font-size: 12px;
}	

.left .text{
	width: 881px;
}

.left .wide{
	width: 881px !important;
}

.left p{
	line-height: 150%;
}

.left .image{
	float: right;
	margin-bottom: 8px;
}

.left .more{
	margin-left: 353px;	
}

.left .morewide{
	margin-left: 881px !important;
}

.left .externallink{
	font-weight: bold;
}

.left .divider{
	clear: both;
	height: 1px;
	width: 881px;
	background: url('../img/dot.gif') repeat-x top left;	
	margin: 8px 0px 8px 0px;
}

.left .contentimage{
	border: 1px solid #000000;
}

.left img {
	border: none;
}


/*
*****************************
** Collapse.js
*****************************
*/

.collapsable {
    margin: 1em;
    padding: 1em;
    border: 1px solid black;
    background: #000000;
   
} 