body {
	margin-top: 10px;
	background-color: #CCCCCC;
	background-image: url(/images/);
	}
	
#container {
	width: 760px;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	}

/* header area start */
	
#utility_nav {
	width: 760px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #000000;
	}

#header {
	width: 760px;
	border-top: 1px #D7D7D7 solid;
	border-bottom: 1px #D7D7D7 solid;
	}
	
/* topnav area start */

#topnav {
	width: 760px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 3px;
	background-color: #E91C24;
	white-space: nowrap;
	border-bottom: 1px #D7D7D7 solid;
	background-image: url(/images/bg_topnav_ser_005.gif);
	background-repeat: repeat-x;
	}

/* main area start */
	
#main {
	width: 760px;
	background-color: #FFFFFF;
	border-top: 3px #000000 solid;
	border-bottom: 3px #9D0A0E solid;
	background-image: url(/images/bg_main_ser_005.gif);
	background-repeat: repeat-x;
	}
	
#leftnav {
	width: 170px;
	padding-top: 25px;
	padding-bottom: 100px;
	background-color: #DAE2E5;
	background-image: url(/images/bg_leftnav_ser_005.gif);
	background-repeat: repeat-x;
	}
	
#content_area {
	width: 590px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

/* footer area start */

#footer {
	width: 760px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #000000;
	background-image: url(/images/bg_footer_ser_005.gif);
	background-repeat: repeat-x;
	}
	
#footer_top {
	width: 760px;
	height: 7px;
	background-color: #ED1C24;
	border-top: 1px #000000 solid;
	}
	
#thomas_info {
	width: 760px;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
/* heading styles */

h1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	color: #ED1C24;
	font-size: 14px;
	font-weight: bold;
	}
	
h3 {
	font-family: Times;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	}
	
/* image styles */
	
.img01 {
	border: 1px #000000 solid;
	}
	
.img02 {
	border: 1px #000000 solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.img03 {
	border: 1px #000000 solid;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
/* miscellaneous */
	
li {
	list-style-image: url(/images/bullet.gif);
	}
