/* CSS Document 
Green Font #1DC687
Blue Font #2B85A2
BG Lt Blue #DAF6EC
BG Grey #526364
*/
body {background-color:#526364;}
#master {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:800px;
	height:165px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-image:url(../images/header.jpg);
}
#Tmenu {
	padding-top:15px; 
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#1DC687;
	
	height:30px;
}
#LCol {
	width:325px;
	height:424px;
	float:left;
}
#RCol {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	line-height:20px;
	width:405px;
	height:359px;
	padding:20px 35px 5px 35px;
	float:right;
	background-attachment:scroll;
	background-repeat:repeat;
	background-image:url(../images/bg.jpg);
}
#RColBot {
	width:475px;
	height:30px;
	padding-top:10px;
	font-family:Tahoma;
	font-size:10px;
	color:#1DC687;
	float:right;
	background-attachment:scroll;
	background-repeat:repeat;
	background-image:url(../images/bg.jpg);
	text-align:center;
}
.underline {
	text-decoration:underline;
}
/*LVHA */
a:link {
	color:#1DC687;
	text-decoration:none;
}
a:visited {
	color:#1DC687;
	text-decoration:none;
}
a:hover {
	color:#526364;
	background-color:#DAF6EC;
}
a:active {
	color:#1DC687;
	text-decoration:underline;
}
