
body 
    { 
	margin-top:			20;
	margin-bottom:		0;
	margin-left:		20;
	margin-right:		0;
	font-family:		verdana, arial, helvetica;
	font-size:			12px;
	}

body 
    { 
	background:		#000000;
	margin-top:		0px;
	margin-left:	0px;
	font-family: 	verdana,arial,helvetica,sans-serif;	
	font-size:		12px;
	color:			#FFFFFF;
	}

	
#container 
	{
	width: 			760px;
/*	\width: 		780px;
	w\idth: 		760px; */
	margin: 		0px;
	margin-left: 	auto;
	margin-right: 	auto;
	}

#header 
	{
	width:			760px;
	}

#nav_top
	{
	width:			760px;
	}
	
#main
	{
	width:			760px;
	border:			1px solid #000000;
	min-height:		370px;
	}

#footer 
	{
	clear: 				both;
	margin-top: 		5px;
	}
	
	
a,a:visited
    {
    color:				#FF6600;
	text-decoration:	none;
    }
	
a:hover
    {
    text-decoration:	underline;
    }    
	
p.footer
	{
	color:				#FFFACD;
	font-size:			10px;	
	text-align:			right;
	margin-top:			0px;
	}	
		
input
	{
	border:				none;
	margin-bottom:		10px;
	margin-top:			3px;
	background:			#FFF8DC;
	}	

select
	{
	background:			#FFF8DC;
	border:				none;
	margin-top:			3px;	
	}
		
textarea
	{
	border:				none;
	margin-bottom:		10px;
	background:			#FFF8DC;
	font-family:		verdana;
	font-size:			12px;
	margin-top:			3px;	
	}	
	
input.submit
	{
	border: 			none;
	background:			#FF6600;
	color:				#FFFFFF;
	cursor:				pointer;
	cursor:				hand;
	margin-top:			15px;
	display:			block;
	padding:			1px;
	}	
	
		
/* Calendar table */
		
table.calendar
	{
    border:             1px solid #999999;
	border-collapse:	collapse;
	font-family:		verdana, arial;
	font-size:			12px;
	cell-padding:		50px;
	}

td.monthHeader
	{
	text-align:			center;
	font-weight:		bold;
	}
			
td.dayofweek
	{
	font-family:		verdana, arial;
	font-size:			12px;
	font-weight:		bold;
	width:				105px;
	height:				25px;
	text-align:			center;
	border:				1px solid #999999;
	}	
	
td.dayCurrent
	{
	background-color:	#FFA500;
	height:				40px;
	width:				105px;	
	vertical-align: 	top;
	padding-top:		5px;
	padding-left:		5px;
    border:             1px solid #999999;	
	}	
		
td.day
	{
	height:				40px;
	width:				105px;
	vertical-align: 	top;
	padding-top:		5px;
	padding-left:		5px;
    border:             1px solid #999999;	
	}	
	
p.event
	{
	font-family:		verdana, arial, helvetica;
	font-size:			11px;
	margin-top:			0px;
	}	