body,td,th {
	
font-family: Verdana;
	
font-size: 10px;
	
color: #000000;<!--red CC0033, blue 003399, orange FF6600, white FFFFFF, background green CCFFCC, mid green 00CC66, dark green 009966--> 
}
body {
	
background-color: #FFFFFF;<!--white-->
	
border: 2px solid #FFFFFF;
}
a:link {
text-decoration: none;	

color: #003399;<!--new link blue-->
}
a:visited {
	text-decoration: none;

	color: #003399;
}
a:hover {
	
text-decoration: underline;
	
color: #CC0033; <!--red CC0033-->
}
a:active {
	
text-decoration: none;
	
color: #003399;
}
a:visited:hover {
	
text-decoration: underline;
	
color: #CC0033;
}
.top_div {
	padding: 0px;
	
border-bottom: 2px solid #ffffff;<!--title border white ffffff-->
	
padding-left: 10px;
}

/****Nav bar****/

.left_menu_align {
	
padding-left: 0px;
	
paddding-right: 0px;
	
font-size: 14px;
	
text-align: left;
	
width: 200px;

	
border-right: 2px solid #ffffff; <!--menu border white ffffff-->


border-bottom: 2px solid #ffffff;
	
display: block;
	
font-weight: bold;
}
.left_menu 
{
	display: block;
	
padding: 10px;
	padding-top: 10px;
	
padding-bottom: 10px;
	font-size: 12px;
}
.left_menu:link{
	
display: block;
	
padding: 10px;
	padding-right: 0px;
	
color: #86817E;
text-decoration: none;<!--TA green 00BC00-->-->
}
.left_menu:hover {
	
display: block;
	
padding: 10px;
	padding-right: 0px;
	
background-color: #00BC00;<!--TA yellow EED181-->
	
color: #86817E;<!--TA grey 86817E-->
	
text-decoration: none;
}
.left_menu:visited {
	
color: #B61800;<!--TA red B61800-->
}
.left_menu:visited:hover {
	
color:  #EED181;<!--TA dark green 009F8B-->
	
text-decoration: none;
}
.main_layer{
	
padding: 20px;
	position: relative;
	
left: auto;
	
right: auto;
	
bottom: auto;
	
top: auto;
	
float: left;
	
overflow: visible;
	
text-align: justify;
	
font-size: 12px;
}
.left_picture {
	
padding-top: 25px;
	
padding-bottom: 10px;
	
padding-right: 0px;
	
padding-left: 0px;
	
border-right: 2px solid #FFFFFF;
	
border-bottom: 2px solid #CC0033;<!--red CC0033  black bbbbbb-->
	
font-size: 14px;
	
text-align: center;
	
width: 200px;
	display: block;
}

/*****Page Titles etc...*****/
.page_title {

	
font-size: 16px;
	

color: #000000;
}

