body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px; 
	margin: 0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}



.rule {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #3399FF;
	font-size: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC9900;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	padding-bottom: 5px;
	margin: 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CC9900;
}
/* Aplies Black Coloured text */
.clr_1 {
	color: #000000;
}


head.img {
	padding-top: 15px;
}

/* Layout Divs                                 */
#Container {
	width: 775px;
	background-color: #FFFFFF;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
}


#Header {
	background-color:#CC9900;
	width: 775px;
	height: 100px;
/*	float: left; */
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/head_bg.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}



#Banner {
	background-color:#0066CC;
	width: 250px;
	float: left;
	margin: 0px;
}

.NavBar_wide {
/*	float: left; */
	width: 775px;
	background-color: #0066CC;
	margin: 0px;
	padding: 0px;
}

UL.Navlist  {
	margin: 0px;
	padding: 0px;
}

.Navlist li {
	display: inline;
	list-style-type: none;
}

.Navlist a:link,
.Navlist a:visited {
	color: #CC9900;
	float:left;
	width: 20%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #0066CC;
}


.Navlist a:hover {
	color: #FF0000;
	background-color: #FFFF00;
}

.Navlist a:active {
	color: #000000;
	background-color: #FFCC00;
} 

/* Navigational Mouse Over Links */

#Home .nav-Home a, 
#Services .nav-Services a,
#Events .nav-Events a,
#About .nav-About a,
#Contact .nav-Contact a
{
	color: #000000;
	background-color: #FFCC00;
}

#Home .nav-Home a:hover, 
#Services .nav-Services a:hover,
#Events .nav-Events a:hover,
#About .nav-About a:hover,
#Contact .nav-Contact a:hover
{
	color: #000000;
	background-color: #FFFF00;
}


#Nav {
	margin:0;
	padding:0;
/*	float:left;
	width:100%;
	border:1px solid #42432d; 
	border-width:1px 0; */
}

#Nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#Nav a:link,
#Nav a:visited {
	color: #CC9900;
	background:#b2b580; 
	padding:20px 40px 4px 10px; 
	float:left; 
	width:auto; 
	border-right:1px solid #42432d;
	text-decoration:none; 
	font:bold 1em/1em Arial, Helvetica, sans-serif; 
	text-shadow: 2px 2px 2px #555;
}

#Nav a:	hover { 
	color:#FF0000; 
	background:#9900FF; 
} 


#Nav li:first-child a { 
	border-left:1px solid #42432d; 
} 



#MainBody {
	float: left;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 770px;
	padding: 0px;
	margin-top: 10px;
}


/* MainBody2 used for wide pages w/out left coloumn */
#MainBody2 {
	float: left;
	width: 765px;
	padding: 0px 10px 10px;
	margin-top: 10px;
}

#LeftPanel {
	width: 230px;
	float: left;
	padding: 10px;
}


#RightPanel {
	float: right;
	width: 500px;
	padding: 10px 0px;
}

/* Inner Right Panel with Colored (gray) background */
.RightPanel_clr_1 {
	float: right;
	width: 480px;
	padding: 10px;
	background-color: #EEEEEE;
	margin-top: 10px;
}

.Right_Panel_sm {
	background-color: #EEEEEE;
	float: right;
	width: 228px;
	height: 150px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px;
}

.Right_Panel_sm_outer {
	background-color: #EEEEEE;
	float: right;
	width: 228px;
	height: 180px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding-bottom: 0px;
}




/* #Footerold {
	float: left;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #0066CC;
} */

#Footer {
	color: #000000;
	margin-top: 10px;
	text-align: center;
	width: 760px;
}

.clear {
	clear:both;
}
a:link {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
