/* CSS Document */


body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/pageBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

#content{
	position:absolute;
	width:550px;
	margin-left:0px;
}

#quotes{
	position:absolute;
	top:510px;
	margin-left:65px;
	width:120px;
	font-size:10px;
}
	
	
#calendar{
	position:relative;	
	font-size:11px;
}

#calendarLeft{

}

#calendarRight{

	padding:1px 2px 0px 2px;
}

.calTable td {
	height:50px;
	font-size:11px;
	border-bottom:1px solid #696756;
	border-right:1px solid #c5c2a8;
	}
	
.calEdit{
	color:#000;
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
}
	
.smallText{
	font-size:10px;
	}


.button{
	font-size:11px;
	background-color:#bbb;
	border:1px solid #333;
	color:#000;
}

.buttonon{
	font-size:11px;
	background-color:#FFF;
	border:1px solid #000;
	color:#000;
}

.spacer{
	font-size:10px;
	clear:both;
	}
	
.class{
	margin:10px;
	}


.text{
	width:400px;
	text-align:left;
	}

.footer{
	font-size:10px;
	color:#9e923e;
}



a:link {color: #676532; text-decoration: underline; }
a:active {color: #676532; text-decoration: underline; }
a:visited {color: #676532; text-decoration: underline; }
a:hover {color: #9e923e; text-decoration: none; }


a.admin:link {color: #b9b9b9; text-decoration: none; font-size:9px; }
a.admin:active {color: #b9b9b9; text-decoration: none; font-size:9px; }
a.admin:visited {color: #b9b9b9; text-decoration: none; font-size:9px; }
a.admin:hover {color: #9e923e; text-decoration: underline; font-size:9px; }