body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #336633;
	line-height: 18px;
	margin:0px;
	padding:0px;  
}  
td,th {
	font-family: Arial, Helvetica, sans-serif;    
	color:#000000;
	font-size: 13px;
	line-height: 18px; 
}    
.bodytext {
	font-family: Arial, Helvetica, sans-serif;    
	color:#000000;
	font-size: 13px;
	line-height: 18px;  
}   
a.bodytext, a.bodytext:visited, a.bodytext:active {
	color: #663366;
	text-decoration: none;
}   

a.bodytext:hover {
	text-decoration: underline;
}  
.bodylink {          
	color: #663366;
	text-decoration: none;           
}
.bodybold {   
	font-weight:bold;   
} 
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, serif;
	font-weight: normal;
   }

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #663366;  /* Purple. */
	margin:0px;
   }

h2 {
	font-size: 20px;
	color: #663366;  /* Purple. */
   }

h3 {
	font-size: 16px;
	color: #663366;  /* Purple. */
   }

h4 {
	font-size: 14px;
	color: #663366;  /* Purple. */
	margin:0px;
	padding:0px;
   }

h4 a {
	color: #663366;  /* Purple. */
	text-decoration: none;
   }

.quote {
	font-style: italic;
	color: #663366;  /* Purple. */
   } 
.title {
	font-size: 24px; 
	line-height: 24px;
	font-weight: bold;
	color: #663366;
}            
.subtitle {
	font-size: 14px;   
	line-height: 14px;
	font-weight: bold;
	color: #663366;
}     

a, a:visited, a:active {
	color: #663366;
	text-decoration: none;
}   

a:hover {
	text-decoration: underline;
} 

.copyright {
	font-size:9px;
	line-height:11px;
	color:#ffffff;
	}

a.copyright,a.copyright:visited,a.copyright:active {
	color:#ffffff;
	text-decoration:none;
	}

a.copyright:hover {
	color:#ffffff;
	text-decoration:underline;
	}                                  
/********************************************************************************/
/* site specific colours */

.pink {
	color: #FF3366;
   }

.pinki {
	font-style: italic;
	color: #FF3366;
   }

.pinkb {
	color: #FF3366;
	font-weight: bold;
   }

.pinkbi {
	font-style: italic;
	font-weight: bold;
	color: #FF3366;
   }

.green {
	color: #336633;
   }

.greeni {
	font-style: italic;
	color: #336633;
   }

.greenb {
	color: #336633;
	font-weight: bold;
   }

.greenbi {
	font-style: italic;
	font-weight: bold;
	color: #336633;
   }

/********************************************************************************/
/* layout styles */

#page{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;         
	background-color: #FFFFFF;
   }

#logo {
	float:left;
   }
			
#content {
	width: 720px;
	padding:20px;
   }

#column1{
	float:left;
	width:49%;
	padding-right:10px;
	background-color: #FFFFFF;
   }

#column2{
	float:left;
	width:48%;
	padding-left:10px;
	background-color: #FFFFFF;
   }	

/********************************************************************************/
/* menu navigation */

#navigation {
	width: 220px;
	float: left;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	/* font-weight: bold; */
	color: #333333; /* Dark Grey */
	line-height: 20px;
	margin-top: 0px;
	margin-left:10px;
	padding-left:0px;
	padding-right:3px;
	/* background-color: #FFFFCC; */ /* Light Yellow */ /* CCCC66 Pale Green */
   }

#navigation h2 {
	font-size: 16px;
	color: #333333; /* Dark Grey */
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 10px;
   }

#navigation a {
	color: #333333; /* Dark Grey */
	text-decoration: none;
   }

#navigation a:hover {
	color: #333333; /* Dark Grey */
	text-decoration: underline;
   }

#navigation a:visited {
	color: #333333; /* Dark Grey */
   }

#navigation ul {
	margin-left:15px;
	padding-left:0px;
	margin-top: 0px;
	list-style-type: none;
   }

#navigation li {	
	margin-left:0px;
	padding-left:0px;
   }


/********************************************************************************/
/* footer */


#footer {
	font-size: 16px;
	color: #000000;      
	font-family: "Bookman Old Style", Times, Arial, Helvetica, sans-serif;
	clear: both;    
	padding: 0px;
	font-weight: bold;
	text-align: center;    
	margin:0px 20px 5px 20px;         
   }

/********************************************************************************/
/* other styles */

.right {
	text-align: right;
   }

.indentp {
	margin-left: 15px;
	margin-top: 10px;
   }

.tinytext {
	padding-top: 0px;
	font-size: xx-small;
	padding-bottom: 0px;
   }

.text11 {
	font-size: 11px;
   }
 
.text12 {
	font-size: 12px;
   }

.text14{
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	color: #333333; /* Dark Grey */
   }

.text15 {
	font-size: 15px;
	font-weight: bold;
	color: #333333; /* Dark Grey */
   }
	
.padding {
	padding-top: 10px;
   }

.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 13px;
	width: 125px;
	padding: 3px;
   }

.li-nopad {
	margin:0px;
	padding:0px;
   }

.nopad {
	padding:0px;
   }

.lopad {
	padding:-10px;
   }

/********************************************************************************/