/* body */
body {
	background: transparent url(../images/bg.gif) repeat-x;
}

/* main */
div#main {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 800px;
}

/* main banner */
div#mainbanner {
	height: 154px;
	width: 800px;
	background-position: center;
	background-repeat: no-repeat;
}


/* content */
div#contentwrapper
{
	width:798px;
	background:#fff url(../images/col_bg7.gif) repeat-y;
	border: 1px #B8D7FD solid; 
	clear:both;
	display:table;
}

/* Each page - left menu */
div#contentwrapper .content_left
{
	width:186px;
	float:left;
}

div#left_menu ul {
	list-style: none;
	background: url(../images/left_menu_list_bg7.gif);
}

div#left_menu ul li {
	border-bottom: 1px #B8D7FD solid;
	border-right: 1px #B8D7FD solid;
}

div#left_menu li a
{
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #000000;
	font-size: 11px;
}

div#left_menu li a:hover
{
	background-color: #80B7F1;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	text-decoration: none;
	color: #fff;
}

/* Each page - right content */
div#contentwrapper .content_right
{
	width:610px;
	float:right;
	background-color: #fff;
}

div#left_content ul {
	padding:10px 0px 16px 25px;
}


/* h2 content */
div.content_right h2
{
	background-image: url(../images/titleSeparator.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-left: 10px;
	margin-right: 10px;
	width: 580px;
	color: #008ac1;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* footer */
div#footer {
	background: url(../images/footer.gif) repeat-x;
	width: 800px;
	height: 35px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	color: #27639E;
}

/* spacer for bottom of each page */
div#bottomspacer
{
	height: 50px;
}

/* list style */
.list_orange {
	list-style-image: url(../images/list_orange.gif);
	margin-left: 40px;
	padding-right: 20px;
}

.list_orange li {
	margin-bottom: 8px;
}

.list_blue {
	list-style-image: url(../images/list_blue.gif);
	padding-left: 40px;
	padding-right: 20px;
}

.list_blue li {
	margin-bottom: 8px;
}

.list_none {
	list-style: none;
	margin-left: 40px;
	padding-right: 20px;
}

.list_none li {
	margin-bottom: 8px;
}