@charset "utf-8";
/* CSS Document */

body {
	background:url(layout_images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin:0px;
	text-align:center;
	padding:0px;
}
p {
	margin:6px 0px;
}
img {
	border:0px;
}
a {
color:#777777;
outline:none;
	-moz-outline:none;
}
#headContainer {
	background:url(layout_images/01.jpg) no-repeat;
	width:750px;
	height:70px;
	margin:0px;
	padding:0px;
	clear:both;
}
#leftbg {
	background:url(layout_images/leftsidebg.jpg) no-repeat;
	width:35px;
	height:840px;
	margin:0px;
	padding:0px;
}
#rightbg {
	background:url(layout_images/rightsidebg.jpg) no-repeat;
	width:35px;
	height:840px;
	margin:0px;
	padding:0px;
}
#tableCenter {
	padding::0px;
	margin:0px auto;
	width:820px;
}
#topLeft {
	padding:10px 20px;	
	text-align:left;
	float:left;
	width:250px;
	height:50px;
}
#topRight {
	padding:10px 20px;	
	text-align:right;
	float:right;
	width:250px;
	height:50px;
}
#menu {
	margin:0px;
	padding:0px;
	width:355px;
	height:204px;
	float:right;
}

#logo {
	margin:0px;
	padding:0px;
	width:395px;
	height:204px;
	float:left;
}
#midContainer {
	margin:0px;
	padding:0px;
	width:750px;
	height:204px;
}
#bottomContainer {
	width:750px;
	height:19px;
	margin:0px;
	padding:0px;
	clear:both;
}
#mainContainer {
	background:url(layout_images/headbg.jpg) no-repeat;
	width:720px;
	margin:0px;
	padding:15px;
	clear:both;
	background-position: top center;
	min-height:400px;
	text-align:left;
}
#sideBar {
	width:211px;
	min-height:250px;
	float:right;
	background-color: #090c12;
}
#leftContent {
	width:497px;
	padding-top:24px;
	float:left;
	text-align:left;
}
#sideBarleft {
	width:211px;
	min-height:250px;
	float:left;
	background-color: #090c12;
}
#rightContent {
	width:490px;
	padding-top:24px;
	float:right;
	text-align:left;
}
#textInner {
	text-align:left;
	width:496px;
	float:left;
}
#barContainer {
	padding:0px 16px;
	text-align:left;
}
#listfront {
	list-style-image: url(layout_images/arrow.jpg);
	padding-left:18px;
	margin:14px 2px;
}
#listserv {
	list-style-image: url(layout_images/arrow.jpg);
	padding-left:18px;
	margin:14px 2px;
	color:#666666;
}
#fullContent {
	margin:0px auto;
	padding:0px;
	align-text:left;
}
#manageleft {
	float:left;
	width:340px;
}

#manageright {
	float:right;
	width:340px;
}