body {
	margin: 0;
	background-color: #e7e7e7;
	font-size: 0;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}


img { border: 0 }


img.floatLeft { 
    float: left; 
    margin-right: 4px; 
}
img.floatRight { 
    float: right; 
    margin-right: 4px; 
}


#top {
	text-align: center;
	background-color: #e7e7e7;
	height: 52px;
	background: url(images/top_border.gif) #e7e7e7 bottom left repeat-x;
}

#logo_top {
	background: url(images/logo_top.gif) bottom left no-repeat;
	width: 230px;
	margin: 0 auto 0 auto;
	height: 52px;
	padding-left: 670px;
	text-align: left;
}

#mlist {
	text-align: left;
	padding: 0px 0 0 0px;
	border: 1px solid red;
}

#logo {
	background: url(images/logo_bg.gif) bottom left repeat-x;
	height: 157px;
	text-align: center;
}

#split {
	height: 5px;
	background-color: #ffffff;	
	padding-left: 40px;
}

#split div {
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#main {
	width: 860px;
	background-color: #f2f2f2;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}

#nav {
	background: url(images/nav_bg.gif) bottom left repeat-x;
	margin: 0 auto 8px auto;
	width: 860px;
	height: 29px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica,sans-serif;
}

#sidebar_left {
	width: 224px;
	float: left;
	background-color: #dfdfdf;
	text-align: center;
	padding: 0px 0 20px 0;
	color: #000000;
	font-size: 13px;
}

#sidebar_left h3 img {
	margin-top: -5px;
	}

#content {
	width: 364px;
	float: left;
	margin: 0 11px 0 11px;
	padding: 10px 13px 60px 13px;
	background-color: #dfdfdf;
	font-size: 13px;
	line-height: 1.6em;
}

#sidebar_right {
	width: 224px;
	float: left;
	background-color: #dfdfdf;
}

#contact_info {
	padding-top: 12px;
	margin-top: 10px;
	background-color: #f2f2f2;
}

#copyright {
	margin-bottom: 20px;
	background-color: #294d95;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	padding: 3px 0 3px 0;
	border-top: 1px solid #000000;
}