#imgheader {
	width:100%;
	margin:0em auto 0em auto;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFFF;
	text-align: center;

}
#content-holder {
	font:12px/18px Arial, Helvetica, sans-serif;
	width:57%;
	margin: 0px auto 0px auto;
	height: 42em;	
	overflow-y: scroll;
}


#content {
	font:12px/18px Arial, Helvetica, sans-serif;
	width:60em;
	text-align: justify;
	text-indent: 0px;
	margin: 16px 0px 0px 42px;
	overflow-y: auto;
}

#spacer {
	width:100%;
	margin:0 auto;
	padding-bottom: 0px;
	height: 1em;
	background-color:#FFFFFF;

}

#dark-spacer {
	width:100%;
	margin:0 auto;
	padding-bottom: 0px;
	height: .75em;
	background-color:#000066; 
	
}

#light-spacer {
	width:100%;
	margin:0 auto;
	padding-bottom: 0px;
	height: .5em;
	background-color:#9999FF; 
	
}


#menu-holder {
	background-color: #9999FF;
	width:100%;
	height: 2em;
	margin:0 auto;
	padding-bottom: 0px;

	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #FFFFFF;
	list-style-type:none;
	
}

#menu { 
	width:54em;
	margin:0 auto;
	height: 2em;
	list-style-type:none; 
}	

ul#menu li { 
	font:bold 14px Arial, Helvetica, sans-serif; 
	position:relative; 
	float: left;
	margin-left: 32px; 
	padding-right: 20px; 
	padding-top: 10px;
}

ul#menu .active {
	background-color: #9999FF;
	color: #666699;
	
}

ul#menu li a { 
	color:#FFFFFF; 
	background-color: #9999ff;
	padding:2px 2px; 
	text-decoration:none; 
	
}

ul#menu li a:hover { 
	background-color: #9999FF;
	color:#000066; 
	border:none; 
}

#footer{
	width:708px;
	font-size: 9px;
	margin:0px auto 0px auto;
	text-align: center;

}

/*ads*/

#left-adholder{
	width:12%;
	height: 40em;
	font-size: 9px;
	margin:60px auto 0px 80px;
	text-align: left;
	position: relative;
	float: left;
	border: none;

}

#right-adholder{
	width:17%;
	height: 40em;
	font-size: 9px;
	margin:60px 30px 0px 0px;
	text-align: left;
	position: relative;
	float: right;
	border: none;
}

.h1{
	font: 18px Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bolder;
	text-align: justify;
	list-style-type:none; 
	
}

.h1u{
	font: 18px Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bolder;
	text-align: justify;
	list-style-type:none;
	text-decoration: underline;	
}

.h2{
	font:15px/22px Arial, Helvetica, sans-serif;
	color: #333366;
	text-align:justify;
	list-style-type:none;
	text-decoration: none;		
}

.h3{
	font:14px/20px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:justify;
	
}	

.h4{
	font:15px/22px Arial, Helvetica, sans-serif;
	color: #9999CC;
	text-align:justify;
	list-style-type:none;
	font-weight: bold;
	
}

.body-text{
	font:12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:left;
	
}	

ol{
	font:12px/18px Arial, Helvetica, sans-serif;
	color: #FF00CC;
	text-align:left;
	list-style-type: decimal;
	list-style-position: outside;
	
}	

ul{
	font:14px/22px Arial, Helvetica, sans-serif;
	color: #000033;
	text-align:left;
	list-style-type: square;
	list-style-position: outside;
	
}


/*blocks*/


#block-content {
	width:880px;
	margin:0px auto;
	

}

.block{
	width:250px;
	height:254px;
	float:left;
	border:1px solid #d8dddf;
	padding:0 10px;
	margin:10px;
	font:12px/18px Arial, Helvetica, sans-serif;
}

.block-wide{
	width:540px;
	height:250px;
	float:left;
	border:1px solid #d8dddf;
	padding:0 10px;
	margin:10px;
	font:12px/18px Arial, Helvetica, sans-serif;
}

.copy{
	font: 9px Arial, Helvetica, sans-serif;
	color: #666699;
	margin: 10px auto;
}


