/*==============================================*/
			/*Sams previous*/
/*================================================*/
.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #00CC33;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}


.PageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	color: #00CC33;
}
.option1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006633;
}
.option2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #006633;
}
.largelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FF0000;
	text-decoration: underline;
}
.contactdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FF0000;
}

/*==============================================*/
			/*LAYAOUTS*/
/*================================================*/

body.back{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
} 
body a{
	text-decoration: none;
	color:#039d2a;
}

body a:hover{
	text-decoration: underline;
}

#pagewidth,#shadow, #footer{ 
	 width:910px; 
	   
	 margin:auto;
	 background-color:#FFFFFF;
}

#shadow{ 
	width:915px;
	background-color: gray;

} 


#pagewidth{ 
	 text-align:left;  
	 border: 1px solid black;
} 
 
#header{
	 position:relative; 
	 height:260px; 
	 background-color:#FFFFFF;
	 width:100%;
	 /*border-left: 2px inset;
	 border-right: 2px outset;*/
} 
 
#leftcol{
	 width:200px; 
	 float:left; 
	 position:relative; 
	 
 }
 
#maincol{
	 background-color: #FFFFFF;  
	 float: right; 
	 display:inline; 
	 position: relative; 
	 width:700px; 
 }
 
#footer{
 	 height:60px; 
	 background-color:#FFFFFF;
	 clear:both;
	 /*border-left: 2px inset;
	 border-right: 2px outset;*/
 } 
 

 
 .clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



 
/*==============================================*/
			/*general bodies*/
/*================================================*/
html{
	/*scrollbar-face-color: #669933;*/
	background-color: transparent;
}

/*==============================================*/
			/*FORM*/
/*================================================*/
.checkStyle{
	cursor: pointer;
	
}

.option3 {
	font-size: small;
	color: #006633;	
	background-image: url("");
	background-repeat: no-repeat;
}


input.style{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: medium;
	background: transparent;
	border-bottom:1px solid black;
	border-top: none;
	border-left: none;
	border-right: none;
}

.buttonStyle{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: medium;
	width: 140px;
    height: 25px;
	color:#00CC33;   
}


.buttons{
	border:none;
	/*background-color: #00CC33;*/
	cursor: pointer;
}

.optionStyle{
	background-color:#C2D69B !important; 
	
}


.textAstyle{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: medium;
	border-color:#C2D69B; 
	border-width: 4px;
	
	/*scrollbar-face-color: #669933;*/
	
}

.formText {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: medium;
}







