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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	background: #E6E2DA;
	line-height: 150%;
	color: #060000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
    border: none;
	vertical-align: bottom; /*add this for IE6/7*/
}

a:link {
	color: #0E3E1B;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0E3E1B;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #165B28;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0E3E1B;
	font-weight: bold;
}

h1 {
	font-family: Lucida;
	font-size: 18px;
	line-height: 130%;
	color: #165B28;
	font-weight: normal;
}

h2 {
	font-family: Lucida;
	font-size: 18px;
	line-height: 130%;
	color: #165B28;
	font-weight: normal;
}

h3 {
	font-family: Arial;
	font-size: 16px;
	line-height: 130%;
	color: #9A042C;
	text-transform: uppercase;
	font-weight: bold;
}

ul.styled {
	list-style: square;
	list-style-position: outside;
	padding: 10px;
	margin: 5px;
	color: #165B28;
	font-size: 12px;
	line-height: 130%;
}

.style1 {
	font-weight: bold;
	font-size: 14px;
}

.style2 {
	font-weight: bold;
	font-size: 10px;
}

.style3 {
	font-size: 10px;
	color: #333333;
}

.style4 {
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}

.style5 {
	font-weight: bold;
	font-size: 10px;
	color: #003300;
}

#container_wrap {
	margin: 0 auto;
	width: 792px;
	text-align: center;
	background-image: url(../images/mgr_bkgrd.jpg);
	background-repeat: repeat-y;
}

#container {
	margin: 0 auto;
	width: 792px;
	text-align: center;
}

#header {
	margin: 0 auto;
	width: 792px;
	text-align: left;
	height: 315px;
	overflow:hidden; /*contain floated columns*/
}

#header2 {
	margin: 0 auto;
	width: 500px;
	text-align: center;
	height: 315px;
	overflow:hidden; /*contain floated columns*/
}

#header img {vertical-align:bottom}/*add this for IE6/7*/

#bar {
	margin: 0 auto;
	width: 792px;
	text-align: center;
	min-height: 100%;
	background: #165B28;
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
}

#footer {
	margin: 0 auto;
	width: 792px;
	text-align: center;
	min-height: 100%;
	clear: both;
	background: #165B28;
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
}

#sidebar {
	width: 270px;
	text-align: center;
	float: right;
	z-index: 5;
	position: relative;
	background-image: url(../images/mgr_sb-bkgrd.jpg);
	background-repeat: repeat-y;
}

#sidebartxt {
	width: 235px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

#mainContent {
	float: inherit;
	width: 466px;
	text-align: left;
	padding-left: 36px;
	padding-top: 16px;
}

#content_wrap {
	margin: 0 auto;
	width: 792px;
	text-align: center;
	background-image: url(../images/mgr_bkgrd.jpg);
	background-repeat: repeat-y;
	overflow:hidden; /*contain floated columns*/
}
