BODY {
	color : Black;
	font-family : Verdana, sans-serif;
	font-size : 11px;
	background: #EAEAEA url(../images/bg.gif) repeat-x
}
table {
background-color: #fff;
}
A {
	color : #000066;
}

A:HOVER {
	color : #FF0000;
}

p {
	color : #000000;	
	font-family : Verdana, sans-serif;
	font-size : 11px;
}

h1 {
	color : #000066;
	font-family : Verdana, sans-serif;
	font-size : 24px;
	font-weight : bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;

}

h2{
	color : #000066;
	font-family : Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	font-variant: small-caps;

	}
	
h3{
	color : #000000;
	font-family : Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	}

.header{ 
 background-color: #2F0680;
}
.AllBorder {
	border:1px solid #000066;
}

.start {
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

.end {
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}


.box {
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

.LeftBorder { border-color: #CCCCCC; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px}

.StdBorder { border-color: #CCCCCC; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}

.phone {
    font-family : Verdana, sans-serif;
	font-size : 18px;
    margin: 0px;
	padding-right: 18px;
}
/*=================================================
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: #EBEDF5;
	margin: 0 0 0 75px;
}
/* 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: #000066;
color: #fff;
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%;
}
p.mail-sent, p.mail-failed, p.error-message, p.close-window {
padding-left:1.8em;
}
