body {
	text-align: center;
	margin: 0 auto;
	background-color: #2d2daf;
	background-image: url(../T_images/mainbg.jpg);
	background-repeat: repeat-x;
}

#container {

	display: block;
	margin: 0 auto;
	background-color: white;
	width: 780px;
	padding: 5px 0px 0px 0px;
}

#centrecontainer {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
}

#header {
	text-align: center;
	height: 205px;
	width: 751px;
	
	margin: 0px 0px 0px 10px;
	

}


#headerflash {
	width: 492px;
	height: 205px;
	float:left;
}

#headerlogo {
	width: 259px;
	height: 205px;
	background-image: url(../T_images/logo_bg.jpg);
	background-repeat: no-repeat;
	float:right;
	
}
#headerlogo .links {
	/*border-top: solid 1px white;*/
	margin: 0px 0px 0px 0px;
	padding: 130px 5px 0px 0px;
	font-size: 7.5pt;
	text-align: right;
}


#headerlogo .links li {
	list-style: none;
	/*display: inline;*/
	margin: 0px;
	padding: 1px;
}

#headerlogo .links a:link, #headerlogo .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #FFFF66;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 5px 15px 0px;
	}


#headerlogo .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

/* Hyperlinks */
A:link, A:visited {
	text-decoration: none; 
	color: #EE6600;
	font-weight: normal;
}

A:hover	{
	text-decoration: none; 
	color: red;
	font-weight: normal;
}

#mainmenu {
	text-align: center;
	width: 770px;
	padding: 0px 0px 0px 0px;
	margin: 0px -5px 0px 5px;
	background-color: white;
}

#pagebody {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	
	
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 126px;
	margin: 2px 0px 0px 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	background-color: white;
	background-image: url(../T_images/content_bg.jpg);
	width: 625px;
	float: left;
	padding: 0;
	color: #333333;
	font-size: 8.5pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#pagecontent_pad {
	padding: 5px 10px 5px 13px;
}

#footer {
	margin: 10px 0px 0px 10px;
	height: 111px;
	width: 751px;
	clear: both;
	background-image: url(../T_images/footer_bg.jpg);
	background-repeat: no-repeat;
	
}
#localmenu .links {
	
	margin: 0px 0px 0px 3px;
	padding: 22px 0px 0px 130px;
	font-size: 7.5pt;
}


#localmenu .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#localmenu .links a:link, #localmenu .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #81ab5b;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 12px 5px 0px;
	}


#localmenu .links a:hover
	{
	position: relative;
	text-decoration: underline;
	color: #81ab5b;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#terms {
	text-align: center;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 40px 0px 0px 0px;
}
#terms a:link, #terms a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


#terms a:hover
	{
	position: relative;
	text-decoration: underline;
	color: #white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#credits {
	text-align: center;
	font-size: 7pt;
	color: #999999;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 0px;
}
#credits a:link, #credits a:visited
	{
	position: relative;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}


#credits a:hover
	{
	position: relative;
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	}