/** updated **/

body {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	color: #999999;
	margin:0px;
	background-color: #FFFFFF;
	background-image: url(images/header3b.gif);
	background-repeat: repeat-x;
}

/* updated */

tr,td {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	}

#header1 {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	text-indent: 156px;
	font-family:"Trebuchet MS", Verdana, Arial, serif;
	font-size: 36px;
	color: #FF9900;
	width: 700px;
	vertical-align: bottom;
	height: 120px;
}

.header3 {
	background-image: url(images/header3.gif);
	background-repeat: repeat-x;
}

#body {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	line-height: 30px;
	padding: 0px 5px 5px;
	width: 700px;
}

#header_color1 {
	color: #999999;
	font-weight: bold;
}

/* #footer {
	height: 24px;
	text-align: center;
	vertical-align: bottom;
	width: 700px;
} */

a, a:link, a:visited, a:active {
	color: #CC6600;
	text-decoration: none;
}

#nav1 {
	float: left;
	list-style-type: none;
	margin: 0px 20px 0px 2px;
	width: 150px;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	vertical-align:top;
}

#nav1 a {
	display: block;
	background-color: #E6E6E6;
	padding: 0px;
	margin: 1px 1px 5px;
	text-decoration: none;
	color: #666666;
	border: 1px solid #CCCCCC;
	line-height: 26px;
	text-indent: 6px;
}

#nav1 a:hover {
	display: block;
	background-color: #FF9900;
	padding: 0px;
	margin: 1px 1px 5px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #FF9900;
	line-height: 26px;
	text-indent: 6px;
	background-image: url(images/button1.gif);
	font-weight: bold;
	background-repeat: repeat-x;
}

#active {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-indent: 6px;
	font-weight: bold;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

#area1 {
	float: right;
	height: 100px;
	width: 150px;
	margin: 5px;
	padding: 0px;
	background-image: url(images/header2.jpg);
	border: 1px solid #999999;
}

#area2 {
	float: left;
	height: 100px;
	width: 200px;
	margin: 5px;
	padding: 0px;
	background-image: url(images/header2.jpg);
	border: 1px solid #999999;
}


/*  completely new stuff */

#topBanner {
	margin-left:auto;
	margin-right:auto;
	height:120px;
	width:700px;
	background:url(images/header1.jpg) no-repeat center center transparent;
	text-indent:156px;
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, serif;
	font-size: 36px;
	color: #FF9900;	
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
}

#content {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:700px;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom:1px solid #999999;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	height:24px;
	width:700px;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:8px;
	}
	
	.bodyText {
		line-height:2em;
		}
	
	.u {
		text-decoration: underline;
		}
	
	
	.t1 {
		font-size:12px;
		font-weight:bold;
		color:#999999;
		margin:0px;
		}
		
	.t2 {
		font-size:12px;
		font-weight:normal;
		color:#999999;
		font-style: italic;
		margin:0px;
		}