/*--- Cleanse the  margin (IE and Firefox) */
*{margin:0;}

/*--- Main Page Navigation---*/
body {
	background-color: #333;
}
.container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 800px;
	background-color: #01573E;
	clear: both;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-y;
}
.header {
	background-image: url(images/header.jpg);
	height: 229px;
	width: 800px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.content_top {
	height: 0px;
	width: 800px;
	background-color: #FFFFFF;
}
.content {
	width: 620px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/body.png);
	float: right;
}
.content_text {
	width: 560px;
	padding-right: 30px;
	padding-left: 30px;
}
.footer {
	height: 50px;
	width: 800px;
	background-color: #FFFFFF;
	float: left;
	background-image: url(images/footer.jpg);
}


/*--- Navigation Items (Top Navigation)---*/
.nav_top {
	height: 33px;
	width: 730px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	float: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav_top a {
	background-image:url(images/menu_item.jpg);
	width:145px;
	display:inline;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	padding-top:6px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bolder;
	padding-left: 15px;
	padding-bottom: 6px;
}
#nav_top a:hover {
	color:#999999;
}

/*Clear floats*/
.clear_float {
	clear: both;
	overflow:hidden;
	height: 1px;
}

/*--- Navigation Items (Left Navigation)---*/
.nav_left {
	width: 180px;
	float: left;
	background-color: #4B8E7C;
}
#nav_left p {
	float:left;
}
#nav_left a {
	background-image:url(images/menu_item.png);
	width:165px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding-top:4px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bolder;
	padding-left: 15px;
	padding-bottom: 4px;
	border-bottom: solid #01573E 1px;
}
#nav_left a:hover {
	color:#CAB775;
	background-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCB474;
	font-weight: bold;
}
/*---Text Styles ---*/
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C7AC67;
	font-weight: bold;
}
.text_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.text_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.text_bold_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.text_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #003399;
}

/*--- Custom HTML tags ---*/
ul {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	text-indent: 0px;
}
ul li {
	padding-bottom: 3px;
}
ol {
	margin-left: 30px;
	margin-right: 20px;
	padding-left: 10px;
	text-indent: 0px;
}
ol li {
	padding-bottom: 3px;
}
blockquote {
	margin-right: 20px;
	margin-left: 20px;
}

