* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(../images/background.gif) repeat-x #e2e2e2;
	font-size:8pt;
	color: #555555;
	font-family:Arial, Helvetica, sans-serif;
}
#wrap {
	width: 900px;
	text-align:left;
}
#header {
	height: 135px;
	margin-bottom:15px;
}
#title {
	float:left;
	height: 100px;
	line-height:100px;
}
#topright {
	float:right;
	height: 100px;
	line-height:100px;	
}
#pagenav {
	height:35px;
	line-height:35px;
	text-align:right;
	background:url(../images/background_pagenav.gif) no-repeat;
	padding: 0px 15px;
}
#pagenav ul li {
	display: inline;
	list-style:none;
}
#pagenav li a {
	color: #e43d01;
	margin-left:25px;
	text-decoration:none;
	font-weight:bold;
}
#img {

}
#main {
	padding-top:15px;
	background: url(../images/background_main.gif) repeat-x #ffffff;
}
#leftcol {
	width:680px;
	float:left;
	padding: 0px 10px;
	margin-bottom:15px;
}
#leftcol ul li {
	list-style: none;
}
#leftcol li {
	padding-bottom:5px;
}
#leftcol a {
	color: #555555;
	text-decoration:none;
}
#rightcol {
	width: 180px;
	float:right;
	padding: 0px 10px;
	margin-bottom:15px;
}
#footer {
	margin-top:15px;
	padding: 15px 0px;
	border-top: 1px solid #d9d9d9;
	text-align:center;
	color:#898989;
}
#footer a {
	color:#898989;
	text-decoration:none;
}
.separator {
	margin: 5px 0px 15px 0px;
	background:url(../images/separator.gif) no-repeat;
	height:1px;
}
#mlscontent {
	margin-bottom:15px;
}
.info_box {
	width: 160px;
	float:left;
	margin: 0px 5px;
}
/* default */
.clear {
	clear: both;
	height: 0px;
}
p, h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom:10px;
}
/* text */
#title h1 {
	font-size:14pt;
	font-weight: normal;
	color: #898989;
}
#title h1 a {
	color: #898989;
	text-decoration: none;
}
#topright h1 {
	color: #b7b7b7;
	font-size: 11pt;
	font-weight: normal;
}
h2 {
	font-size:10pt;
	color: #e43d01;
}
h2 a {
	color: #e43d01;
	text-decoration:none;
}

.title_bar {
	background-color: #e43d01;
	font-size:9pt;
	padding: 3px 0px;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
}