#outerwrapper {
	margin: 0px auto;
	width: 1000px;
}
#page_header {
	background: url(images/main_header.jpg) no-repeat;
	height: 179px;
	margin: 0px auto;
	width: 1000px;
}
#menu_container {
	float: left;
	width: 205px;
	background: #0092CB;
}
#content_container {
	float: left;
	overflow: visible;
	padding-left: 10px;
}
#content_header {
	background: url(images/content_top.jpg) no-repeat;
	height: 30px;
	overflow: visible;
	width: 737px;
}
#content_body {
	background: url(images/content_bg.jpg) repeat-y;
	overflow: auto;
	width: 733px;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 4px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;

}
#content_body table {
	border-width: 0px;
}
#content_footer {
	background: url(images/content_footer.jpg) no-repeat;
	height: 16px;
	width: 737px;
}
#spacer {
	background: #0092CB;
	float: left;
	width: 2px;
}
#page_body {
	background: url(images/main_bg.jpg) repeat-y;
	height: auto;
	overflow: hidden;
	width: 974px;
	padding-left: 26px;
	margin: 0px auto;
}
#page_footer {
	background: url(images/main_footer.jpg) no-repeat;
	height: 66px;
	margin: 0px auto;
	width: 940px;
	padding-right: 10px;
	padding-left: 50px;
	padding-top: 5px;
}
body {
	margin: 0px;
	background: #F2F6F7;
}


/*Menu code */
table#main {
	vertical-align: top;
	height: 100%;
}
table#main td {
	vertical-align: top;
}
td.leftnav {
	font-size: 10px;
	color: #fff;
	background: #FFFFFF;
	text-align: center;
	padding: 0px;
	width: 205px;
	border-right-width: 1px;
	border-right-color: #000;
}
td.leftnav div.header {
	color: #FFFFFF;
	background: url(images/menu_top.jpg) no-repeat;
	text-align: center;
	padding: 7px 3px 0px;
	font: bold 16px "Times New Roman", Times, serif;
	height: 30px;
}
td.leftnav div.menu a {
	color: #000000;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 2px;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
}
td.leftnav div.menu {
	background: #0092CB url(images/menu_bg.jpg) repeat-y;
	padding: 0px 2px;
}
td.leftnav div.menu a:hover {
	color: #fff;
	background: #6A9D38;
	text-align: left;
}
td.leftnav div.footer {
	color: #FFFFFF;
	background: #0192CB url(images/menu_footer.jpg) no-repeat;
	text-align: center;
	padding: 3px;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	height: 13px;
}
.sectionHeader {
	color: #FFFFFF;
	background: url(images/menu_top.jpg) no-repeat;
	text-align: center;
	font: bold 16px "Times New Roman", Times, serif;
	height: 30px;
	padding-top: 7px;
	padding-bottom: 0px;
}
.article_author {
	font-size: x-large;
	font-weight: bold;
}
H1 {
font-size: 2em; margin: .67em 0 
}
H2{
font-size: 1.5em; margin: .83em 0 
}
H3{
font-size: 1.17em; margin: 1em 0 
}
/*End Menu Code */

.message
{
	position: relative;
	left: 12.5%;
	border-style: solid;
	border-color: #354f1c;
	width: 75%;
	background-color: #6A9D38;
	font-style: italic;
	color: #ffffff;
	text-align: center;
}
