body {
	margin-top: 25px;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	}
	
#container {
	width: 960px;
	border-left: 1px #0d5296 solid;
	border-right: 1px #0d5296 solid;
	border-bottom: 5px #ee3840 solid;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	}

/* header area start */
	
#header {
	width: 962px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
	
#utility_nav {
	width: 100%;
	text-align: right;
	position: relative;
	top: 15px;
	}
	
/* topnav area start */

#topnav {
	width: 960px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #ee3840;
	white-space: nowrap;
	border-bottom: 1px #0d5296 solid;
	}

/* main area start */
	
#main {
	width: 960px;
	background-color: #FFFFFF;
	}
	
#content_area {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 30px;
	}

/* footer area start */

#footer {
	width: 923px;
	background-color: #dee8f1;
	}
	
#thomas_info {
	width: 960px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	right: 20px;
	}
	
/* heading styles */

h1 {
	color: #004990;
	font-size: 18px;
	text-align: center;
	}

h2 {
	color: #004990;
	font-size: 14px;
	}
	
/* text & link syles */

.default
	{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}
.default a:link, .default a:visited, .default a:active
	{
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	}
.default a:hover, .default a:visited:hover 
	{
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	}
	
/* utility navigation */

.utility_nav 
	{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #dee8f1;
	}
.utility_nav a:link, .utility_nav a:visited, .utility_nav a:active
	{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #dee8f1;
	text-decoration: underline;
	margin-right: 35px;
	}
.utility_nav a:hover, .utility_nav a:visited:hover 
	{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #dee8f1;
	text-decoration: none;
	margin-right: 35px;
	}
	
/* top navigation */
	
.topnav
	{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	}
.topnav a:link, .topnav a:visited, .topnav a:active
	{
	font-family: Arial;
	font-size: 11px;
	color: #1b4179;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	}
.topnav a:hover, .topnav a:visited:hover 
	{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	}
	
/* footer text & link */

.footer
	{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	}
.footer a:link, .footer a:visited, .footer a:active 
	{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	}
.footer a:hover, .footer a:visited:hover 
	{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
	
/* text good fo small content */

.small 
	{
	font-family: Arial;
	font-size: 10px;
	color: #b7b7b7;
	}
.small a:link, .small a:visited, .small a:active 
	{
	font-family: Arial;
	font-size: 10px;
	color: #b7b7b7;
	text-decoration: underline;
	}
.small a:hover, .small a:visited:hover 
	{
	font-family: Arial;
	font-size: 10px;
	color: #b7b7b7;
	text-decoration: none;
	}
	
/* miscellaneous */

.lg 
	{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #004990;
	}

