/*	Screen Style Sheet.
//	Written By:	David McLaughlan
//	Date:	29/10/03

//	General notes
*/
	
BODY	{
	background-color:#999966; 
	margin:0px;
	padding:0;
	}

/*	Table Settings	*/

#Main	{
	width:100%; 
	border:0px; 
	padding:0px; 
	}
	
#Buffer	{
	height:101px;
	}
	
/* Site Banner Style Begins	*/

#SiteBanner
	{
	height:75px;
	background-color:#ff8800; 
/*
	background-image: url(../images/header.jpg);
	background-color:#333366; 
*/	}

.SiteName
	{
	text-align:center; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	color:#FF9900;  
	font-weight: 700; 
	font-size:40px;
	}
	
/* Site Banner Style Ends	*/


/* Top Menu Style Begins	*/


#TopMenuBar
	{
	background-color:#333366;
	font-family:Verdana,Arial,sans-serif; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-size:14px; 
	font-weight:700;
	padding-left:4px;
	height:25px;
	}

.topmenu
	{
	font-family:Verdana,Arial,sans-serif; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-size:12px; 
	font-weight:700; 
	padding-left:4px; 
	}

.topmenu:hover   
	{
	color:#FF9900; 
	text-decoration:none; 
	}
	
/* Top Menu Style Ends	*/

#PageFooter
	{
	width:100px;
	background-color:#FF8800;
	}

/* Side Menu Style Begins	*/

#SideMenuBar
	{
	background-color:#FF8800;
	width:161px; 
	vertical-align:text-top; 
	text-align:left;
	}

.sidemenu       
	{
	line-height:22px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: 700; 
	color:#FFFFFF; 
	text-decoration: none; 
	}

.sidemenu:hover 
	{
	text-decoration: underline; 
	color:#000000
	}

.sidemenuSmall      
	{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: 700; 
	color: #FFFFFF; 
	text-decoration: none
	margin-right:10px; 
	}

.sidemenuSmall:hover 
	{
	text-decoration: underline; 
	color:#cc6633
	}
	
/* Side Menu Style Ends	*/

/* Page Banner Style Begins	*/

#PageBannerDate
	{
	width:161px;
	vertical-align:text-top; 
	padding:3px; 
	background-color:#339999;
	}

.LastUpdate          
	{
  	font-family: Verdana, Arial, sans-serif; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-size:9px;
	text-align:left; 
	font-weight:500;
	}

#PageBannerTitle
	{
	font-family: Verdana, Arial, sans-serif; 
	color:#FFFFFF; 
	text-decoration: none; 
	vertical-align:text-top; 
	font-weight: 700; 
	padding-left:10px;
	font-size: "16px";
	background-color:#666666;
	}

/* Page Banner Style Ends	*/

/* Content Style Begins	*/

#Content
	{
	padding:10px; 
	background-color:#FFFFFF;
	vertical-align:text-top; 
	text-align:left;
	width:100%; 
	}
	
#PrintDate{
	display: none;
	}
	

.pagetitle
	{
	font-family: Verdana, Arial, sans-serif; 
	font-size:14px; 
	font-style: normal; 
	font-weight: 900; 
	color:#336699; 
	text-decoration: none
	}
	
.emphasis      
	{
	color:#003366; 
	font-size: 14px; 
	}

.parahead
	{
	font-family: Verdana, Arial, sans-serif; 
	font-size:12px; 
	font-style: normal; 
	font-weight: 900; 
	color:#003366; 
	text-decoration: none
	}

.subhead
	{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: 700; 
	color:#000000; 
	text-decoration: none; 
	font-style: italic; 
	text-align: left
	}
	 
P               
	{
	font-family: Verdana, Arial, sans-serif; 
	font-style: normal; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	}
	
.RetTop, visited, hover
	{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: 500; 
	color:#669966; 
	text-decoration: none
	}

.reference          
	{
	font-size: 9px; 
	}

ul        
	{
	list-style-position:Outside; 
	}
	
li               
	{
	font-family: Verdana, Arial, sans-serif; 
	font-style: normal; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	padding-bottom:10px
	}

.dash     
	{
	list-style-image: url(../images/dash.gif); 
	}
	
.bullet   
	{
	list-style-image: url(../images/bullet.gif); 
	}
	
.PageLink 
	{
	color: #336699;
	text-decoration: Underline;
	}

.PageLink:VISITED
	{
	color: #003366;
	text-decoration: none;
	}

.PageLink:HOVER
	{
	color: #FF6600;
	}
	
	
/* Content Style Ends	*/



.shedule               
	{
	width:400px
	padding:2px; 
	}
	
.day 	{
	background-color:#669999;
	vertical-align:text-top; 
	text-align:center;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color:#FFFFFF; 
	text-decoration: none; 
	}
	
.shedtext               
	{
	font-family: Verdana, Arial, sans-serif; 
	font-style: normal; 
	font-size: 9px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	padding:2px; 
	}

.shedtextline2
	{
	background-color:#FFFFFF;
	color: #000000; 
	}

.shedtextline1
	{background-color:#CCCC99;
	color: #000000; 
	}

.fees
	{
	width:500px;
	border:2px;
	padding:2px;
	}
	
.feeshead
	{
	background-color:#669999;
	}

.feesheadtext
	{
	text-align:center;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color:#FFFFFF; 
	text-decoration: none; 
	}

.midcolumn
	{
	width:10px
	}
	
.feestext
	{
	font-family: Verdana, Arial, sans-serif; 
	font-style: normal; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	padding:1;
	}
	
.feestextline2
	{
	background-color:#FFFFFF;
	color: #000000; 
	}

.feestextline1
	{
	background-color:#CCCC99;
	color: #000000; 
	}
	
.props
	{
	width:300px;
	border:2px;
	padding:2px;
	}
	
	
	
	
	
	
	
	
	