html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #ffffff;        
	color: #333333;
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-align: center;
}

h2 {
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003a62;
}

h3 {
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #cccccc;
	margin-top: 30px;
	margin-bottom: 5px;
}

h6 {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#container {
width: 700px;
text-align: center;
}

/* header for the website */

#header_container { 
	width: 700px;
height: 100px;
	text-align: center;
	background: #003a62;
	border-right: 2px solid #003a62;
}

#header { 
	width: 700px;
height: 100px;
	background: #003a62;
	color: #333333
	border-top: 1px solid #003a62;
	border-right: 1px solid #003a62;
	text-align: center;
float: left;
}

#header_logo { 
	width: 150px;
height: 100px;
float: left;
	background: #003a62;
	color: #333333
	border-top: 1px solid #003a62;
	border-left: 1px solid #003a62;
text-align: left;
padding-left: 20px;
}

/* left menu navigation */

#header_menu { 
	width:700px;
	height: 30px;
	margin: 0px;
	background: #cccccc;
	text-align: center;
	font-weight:bold;
	font-family: verdana;
	font-size: 12px;
	color: #003a62;
	border-bottom: 1px solid #003a62;
	border-right: 1px solid #003a62;
	border-left: 1px solid #003a62; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
}

/* main content section */

#content_block {
	width: 700px;
	text-align: center;
	float: left;
	border-right: 1px solid #003a62;
	border-left: 1px solid #003a62;
background: #ffffff;
}
#main_content { 
	width: 550px;
	text-align:left;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
background: #ffffff;
}

#adsense { 
	width: 120px;	
	text-align:center;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #003a62;
background: #ffffff;
}

/* footer */

#footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	width: 700px; 
	background: #cccccc;
	border-bottom: 1px solid #003a62;
	border-top: 1px solid #003a62;
	border-right: 1px solid #003a62;
	border-left: 1px solid #003a62; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
background: #ffffff;
}

span.part1 {font-size:24px; font-family: Verdana; color:#cccccc; text-decoration:none;}
span.part2 {font-size:12px; font-family: Verdana; color:#003a62;}

#navcontainer ul
{
padding: .5em 0;
margin: 0;
list-style-type: none;
background-color: #cccccc;
color: #003a62;
width: 700px;
font-family: verdana;
font-size: 12px;
text-align: center;
border-right: 1px solid #003a62;
border-left: 1px solid #003a62;
border-bottom: 1px solid #003a62;
}

li { display: inline; }

li a
{
text-decoration: none;
font-weight: bold;
background-color: #cccccc;
color: #003a62;
padding: .2em;

}

li a:hover
{
font-weight: bold;
background-color: #003a62;
color: #cccccc;
}

li a:active
{
font-weight: bold;
background-color: #003a62;
color: #cccccc;
}

.bu {
	background-color: #F8F8FF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
