body {
	text-align: center;
	background-color: #fdf8d6;
	background-image: url(T_images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}

#container {
	display: block;
	margin: 0 auto;
	background-color: #333333;
	width: 751px;
	padding: 0px 0px 0px 0px;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 749px;
	text-align: left;
	margin: 0 auto;
	/*min-height: 100%;*/
}

#headerlogo {
	width: 749px;
	height: 80px;
	background-image: url(T_images/logo.jpg);

}

#header2 {
	width: 749px;
	height: 19px;
	margin: 0px;
	background-image: url(T_images/greenbar.jpg);

}

#headersepia {
	width: 749px;
	height: 98px;
	margin: 0px;
	background-image: url(T_images/sepia_images.jpg);

}

/* Hyperlinks */
A:link, A:visited {
	text-decoration: underline; 
	color: #edc677;
	font-weight: normal;
}

A:hover	{
	text-decoration: none; 
	color: #edc677;
	font-weight: underline;
}

/* Top links */

div#nav {
	margin:5px 0px 4px 4px;!important;
	margin /**/:0px 0px 4px 4px;
	padding:0px;
	background:#4c4c4c;
	width:172px;
	float:left;
	text-align:left;
}

div#nav ul {
	margin:0; border:0; padding:0;
	list-style:none;
}

div#nav ul li {
	margin:0 0 2px 0 !important;
	margin:-2px 0 0 0;
	border:0; padding:0;
	width:172px;
	background:#666 url(T_images/arrow-right.gif) top right no-repeat;
}

div#nav ul li.no-arrow a {
	background:#5d9340 url(T_images/arrow-right-active.gif) top right no-repeat;
}
div#nav ul li.no-arrow a.active {
	background:#81ab5b url(T_images/arrow-right-trans.gif) top right no-repeat;
}

div#nav ul li a {
	display:block;
	margin:0; border:0;
	padding:6px 20px 6px 11px;
	text-decoration:none;
	color:#fdf8d6;
	font:10px verdana,sans-serif;
}

div#nav ul li a:hover {
	background:#5d9340 url(T_images/arrow-right-active.gif) top right no-repeat;
}

div#nav ul li.exposed {
	background:#5d9340 url(T_images/arrow-right-active.gif) top right no-repeat;
}

div#nav ul li.active {
	background:#5d9340 url(T_images/arrow-down.gif) top right no-repeat;
}

div#nav ul ul {
	margin:-2px 0 2px 0 !important;
	margin:0 0 4px 0; border:0; padding:0;
	list-style:none;
}

div#nav ul ul li {
	margin:0 !important;
	margin:0 0 -6px 0;
	border:0 !important; padding:0;
	border-bottom:2px solid #4c4c4c;
	width:172px;
	background-image:none;
	background:#81ab5b;
}

div#nav ul ul li a {
	display:block;
	margin:0; border:0;
	padding:6px 4px 6px 11px;
	text-decoration:none;
	color:#fdf8d6;
	font:10px verdana,sans-serif;
}

div#nav ul ul li.active,div#nav ul ul li a:hover {
	background:#a4be88;
}

/* end menu */

#pagebody {
	
	padding: 10px 7px 0px 7px;
	margin: 0px 0px 0px 0px;
	
}

#pagecontainer {
	background-color: #4c4c4c;
	background-image: url(T_images/pagecontent_bg.gif);
	background-repeat: repeat-y;
	height: 70%;

}

#pagecontent {
	background-color: #4c4c4c;
	background-image: url(T_images/content_bg.jpg);
	width: 546px;
	float: right;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color : #fdf8d6;
	
}

#innercontent {
	padding: 5px 10px 10px 20px;
	margin: 0px 0px 0px 0px;
}

#left {
	background-color: #4c4c4c;
	width: 187px;
	
	float: left;
	padding: 0px 0px 10px 0px;
	
	
}

TD {
	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 
	color : #fdf8d6;
	
}

.Titles {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #edc677;
	font-weight:bold;
}

/* Footer nav links */

#footer {
	background-color: #81ab5b;
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 
	color : white;
	margin-top: 10px;
	padding: 10px 0px 8px 0px;
}
#footer a:link, #footer a:visited
	{
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	}


#footer a:hover
	{
	text-decoration: underline;
	}


#credits {
	
	margin-top: 4px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	text-align: right;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
#credits a:link, #credits a:visited
	{
	padding: 2px;
	
	margin-right: 3px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}


#credits a:hover
	{
	text-decoration: underline;
	}
	
.whitetext
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: white;
}