	/* CSS Document */

body{
	background:#000000;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6d6d5d;
}


a:link, a:visited, a:active{
	color: #8f8d6e;
	text-decoration: none;	
	font-weight:bold;
}

a:hover{
	color: #8f8d6e;
	text-decoration: underline;	
	font-weight:bold;
}

.top{
	background:url(../images/vBG.gif) top left no-repeat;
}

.logo{
	margin:20px 0px 0px 130px;
}

.menu{
	float:right;
	margin-top:10px;
	background:url(../images/menuRight.gif) top right no-repeat;
}

.content{
	margin:40px 40px 0px 160px;
}

.footer{
	border-top:1px solid #4a4439;
	color:#4a4439;
	font-size:10px;
	font-weight:normal;
}

.footer a:link,.footer a:visited,.footer a:active{
	font-size:10px;
	color: #65634d;
	text-decoration: none;
	font-weight:normal;
}
.footer a:hover{
	font-size:10px;
	color: #65634d;
	text-decoration: underline;
}


#main-menu td a:link, #main-menu td a:visited, #main-menu td a:hover {
	cursor:pointer;
	padding:5px 4px;
}

.msg{
	color:#FFF;
}

h1, h2, h3{
	font-variant: small-caps;
}

#cal_info{
	float:left;
	border:1px solid #CCC;
	margin-top:7px;
	margin-left:5px;
}