body {
	margin: 0;
	padding: 0;
	text-align: center; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-image: url(images/bg_body.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: rgb(234, 234, 234);
}
h1, h2, h3 {
	color: navy;
	margin: 0px;
	text-align: left;
}
h1 {
	font-size: 16pt;
	padding-top: 10px;
}
h2 {
	font-size: 14pt;
	padding-top: 8px;
}
h3 {
	font-size: 12pt;
	padding-top: 6px;
}
#pagebody { 
	width: 724px;
	height: 100%; 
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#header {
	margin-left: 1px;
	margin-right: 1px;
	padding: 0;
	height: 136px;
	width: 722px;
	background-color: rgb(0, 0, 102);
}
#logo {
	position: relative; 
	left: 20px; 
	top: 20px; 
	float: left;
}
#address {
	position: relative; 
	left: 80px; 
	top: 10px; 
	font-size: 10pt; 
	color: white; 
	font-family: Arial; 
	text-align: Left; 
}
#address #company_name { 
	font-size: 14pt; 
	margin-top: 0px; 
	margin-bottom: 5px;
}
#address a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#address a:hover {
	color: yellow;
}
#banner {
	margin-left: 1px;
	margin-right: 1px;
	height: 122px;
	width: 722px;
	background-image: url(images/banner.jpg);
/*	border: 1px solid navy; */
}
#menubar {
	height: 46px;
	width: 721px;
	margin-left: 1px;
	margin-right: 1px;
	background-image: url(images/bg_menubar.jpg);
	text-align: center;
	font-size: 10pt;
/*	border: 1px solid navy; */
}
#menubar ul {
	list-style-type: none; 
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
#menubar li {
	width: 120px;
	line-height: 46px;
	border-right: 1px solid silver;
	text-align: center;
	color: maroon;
	float: left;
	background-image: url(images/bg_menuselected.jpg);
}
#menubar a {
	color: black;
	display: block;
	text-decoration: none;
	background-image: url(images/bg_menuitem.jpg);
}
#menubar a:hover {
	color: red;
}
#content {
	width: 720px;
	margin-left: 1px;
	margin-right: 1px;
	background-image: url(images/bg_content.jpg);
}
#content #left { 
	text-align: left; 
	float: left; 
	padding: 15px 
}
#sidebarbox {
	width: 170px;
	border: 1px solid navy;
	background-color: rgb(234, 234, 234);	
	text-align: center;
}
#sidebarbox #title {
	border-top: 1px solid navy;
	padding-top: 5px;
	padding-bottom: 5px;
	color: silver;
	font-size: 8pt;
	font-weight: bold;
	background-color: navy;
}
#content #right {
	background-color: white;
	margin-left: 230px;
	margin-right: 20px;
}
#footer {
	border: 1px solid navy;
	background-color: rgb(0, 0, 102);
	text-align: center;
	color: Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}
#footer a {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#awardtable {
	border: 1px solid silver;
	width: 420px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
#awardtable #tc1 {
	text-align: left;
	width: 180px;
}
#awardtable #tc2 #tc3 {
	text-align: left;
	width: 80px;
}
#awardtable #tc4 {
	text-align: right;
}
#row_odd {
	background-color: #CCCCFF;
}
#row_even {
	background-color: #FFCCCC;
}
