/* CSS Document valtransp.gif*/
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#95CAFF;
	color:#000066;
}
#master {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-attachment:scroll;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x
}
#container {
	width:800px;
}
#header {
	height:190px;
	width: 800px;
	background-attachment:scroll;
	background-image:url(../images/logonew.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#menu {
	width:800px;
	height:40px;
	font-family:"comic Sans MS";
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.title {
	text-decoration:underline;
	font-size:24px;
}
.subtitle {
	font-size:20px;
}
.menu a:link {
	color:#FFFFFF;
}
.menu a:hover {
	background-color:#9933FF;
}
.menu a:visited {
	color:#FFFFFF;
}
#Lcol {
	width:180px;
	float:left;
	height:600px;
	padding:5px 5px;
}
#Rcol {
	width:580px;
	float:right;
	height:600px;
	padding:5px 5px;
}
#footer {
	width:800px;
	height:120px;
	float: left;
	text-align: center;
	font-size:10px;
}
.foot a:link {
	color:#99FFFF;
}
.foot a:hover {
	background-color:#99FFFF;
	color:#0000CC;
}
