@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
}
body {
	background-color:#e5b336;
}
a:link, a:visited {
	color: #135cae;
}
a:hover {
	color: #0b3768;
}
#all {
	position:absolute;
	left:50%;
	width:60.06emem;
	margin-left:-40em;
}
#header {
	width:961px;
	float:none;
	margin-bottom:-10px;
}
#content {
	width:961px;
	min-height:500px;
	background-image:url(../img/bgcontent.jpg);
	background-repeat:repeat-y;
}
#menu {
	width:210px;
	padding: 20px 10px 10px 30px;
	float:left;
}
#text {
	margin-left:250px;
	display:block;
	width:680px;
	padding: 20px 10px 10px 10px;
}
#footer {
	width:961px;
	height:16px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
}
.article_separator {
	border-top: medium dotted #da9c00;
	width: 668px;
	height: 4px;
	display:block;
}

.componentheading {
	font-size:12px;
	}
.contentpaneopen
{
	min-width:680px;
	}
