body {
	margin:10px 0;
	}

/* ============================== */
/* ========== Menu Bar ========== */
/* ============================== */

.menu {
	background-color:#087989;
	width:156px;
	padding:18px 13px 30px 13px;
	}
.menu a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:13px 0 13px 13px;
	}
.menu a.main {
	padding:13px 0 0 13px;
	}
.menu a.sub {
	font-size:13px;
	font-weight:normal;
	padding:3px 0 13px 30px;
	}
.menu a:hover {
	color:#e7daae;
	}
.menu div {
	/*width:32px; height:1px;
	margin:5px 75px;*/
	width:100%; height:1px;
	margin:5px 0px;
	background-color:white;
	font-size:0px;
	border:0px; padding:0;
	}
.menuFooter {
	background-color:#087989;
	width:156px;
	padding:0 13px 15px 13px;
   font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e7daae;
	text-align:center;
	font-weight:bold;
	}

/* ============================= */
/* ========== Content ========== */
/* ============================= */

#contentDiv, .header{
	width:980px;
	margin:0 auto;
	}
.contentTD {
	width:706px;
	padding:30px;
	background-color:#e7daae;
	}
.contentTD {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px;
	line-height:24px;
	color:black;
	}
.contentFooter {
	width:706px;
	padding-top:30px;
	background-color:#e7daae;
	background-image:url(../images/footer_logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
.contentTD a {
	color:#014b92;
	}
.contentTD a:hover {
	color:#087989;
	}
h1 {
	margin-top:0;
   font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:black;
	display:block;
	border-bottom:1px solid black;
	}
h2 {
	margin:0;
   font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#087989;
	display:block;
	border-bottom:1px solid #b9ae8b;
	}
h3 {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:17px;
   font-weight:bold;
	font-style:italic;
	line-height:24px;
	color:black;
	}
li {
	color:#014b92;
	}
.indent {
	margin-left:20px;
	}

