body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h1{
	font-size: 26px;
	font-family: Tahoma, Verdana, Arial;
	padding-bottom: 10px;
   padding-left: 10px;
   padding-top: 10px;
	text-align: left;
}

h2{
	font-size: 24px;
	font-family: Tahoma, Verdana, Arial;
	text-align: left;
	padding-bottom: 0px;
	height: 30px;
}
hr{
color: #427A03;
}

.TB1{
	Width: 100%;
	Height: 100%;
}

.TB2{
	Width:100%; 
}

.TB3{
	Height:100%; 
}

.logo{
	text-align: right;
	padding-right:50px;
}



.leftmenu {
 border-right: 1px solid #427A03;
 font-family: Tahoma, Verdana, Arial;
 font-size: 12px;
 padding-left: 10px;
 padding-right: 10px;
 width: 190px;
 Height:100%;

}

.topmenu{
	padding-left: 10px;
}

.TM{
	Text-decoration: none;
	color: Black;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	letter-spacing : 1px;
	font-weight : bold;
	margin-left: 10px;
}

A.TM:hover {
	color: #665F5A;
	font-family :  Tahoma, Verdana, Arial;
	font-size: 12px;
	letter-spacing : 1px;
	font-weight : bold;
	text-decoration: underline;
	margin-left: 10px;
}

a.TM:link {
	color: Black;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	letter-spacing : 1px;
	font-weight : bold;
	margin-left: 10px;
}
	
a.TM:active {
	color: Black;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	letter-spacing : 1px;
	font-weight : bold;
	margin-left: 10px;
}
	
a.TM:visited {
	color: #551a8b;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	letter-spacing : 1px;
	font-weight : bold;
	margin-left: 10px;
}

.LM {
	margin-top: 10px;
	line-height: 20px;
	text-decoration: none;
	color: Black;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing : 1px;
}
.LM:hover{
	margin-top: 10px;
	line-height: 20px;
	text-decoration: underline;
	color: #660000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	letter-spacing : 1px;

}
.indent{
margin-left: 10px;
	padding-left: 150px;
}
.maintext{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px; 
	font-variant : normal;
	letter-spacing : 1px;
	padding-left: 20px;
	padding-right: 50px;	
}

.text{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px; 
	font-variant : normal;
	letter-spacing : 1px;
	
}

.contact-text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px; 
	font-variant : normal;
	letter-spacing : 1px;
	padding-left: 20px;
	padding-right: 50px;	
} 

.contact{
	border: 1px solid #000000;
	color: Black;
	}

.subheading{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px; 
	letter-spacing : 1px;
	font-weight: bold;
	
	}
	
.star{
	font-weight: bold;
	color: Red;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px; 
	letter-spacing : 1px;
}
/*=================================================
Style for contact form added 27th Nov 2008 - djr
=================================================*/
form h3 {
font-size: 16px;
padding: 0;
}
/* fieldset styling */
fieldset {
	padding: 10px;
	width: 450px;
	border: 1px solid #ccc;
	overflow: hidden; 
	background: #EEEEEE;
	margin: 0 0 0 10px;
}
/* legend styling */
#contactForm legend {
font-size: 1.6666666666666667em;
display: none;
}
/* style for labels */
#contactForm textarea {
	height: 84px;
}
#contactForm label {
	display: block;
	margin: 0;
}
#contactForm input {
  width: 306px;
}
#contactForm textarea {
	width: 410px;
}
#contactForm input {
border:1px solid #BFBFBF;
padding:2px 5px;
}
#contactForm textarea {
	height: 100px;
}
.required {
	font-size: 0.8em;
	color:red;
	line-height: 1.5em;
}
#contactForm input.submit {
background-color: #BCD751;
color: #000;
display: block;
margin-left: auto;
margin-right: auto;
width: 200px; /* alter this to fit width of text */
cursor: pointer;
}
/* put error message in <p> in errror-wrap <div> */
p.mail-sent,
p.mail-failed,
p.error-message,
p.close-window {
	padding-left: 1.8em; 
}
p.mail-sent {
line-height:20px;
background: url(../images/email_go.png) no-repeat 0 0;
}
p.error-message {
line-height:20px;
background:  url(../images/error.png) no-repeat 0 0;
} /* errors could also be reported as a list */
p.mail-failed {
line-height:20px;
background:  url(../images/email_error.png) no-repeat 0 3px;
}
p.privacy {
	clear:both;
	text-align: center;
}
form p.small{
	margin-bottom: 0;
}
body.privacy {
	margin: 1em;
}
p.close-window {
	float: right;
}
p.close-window {
	background: url(../images/cross.png) no-repeat 0 50%;
}
.rightnav a,
.sidebar a {
	line-height: 18px;
}