body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	background-color: #C6CFD8;
	margin: auto;
	padding: 0px;
	text-align: center;
	background-image: url(images/site/background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

h1, h2, h3, h4 {
	color: #000000;
}

.alignright {
	text-align: right;
}

.red {
	color: #FF0000;
}

.grey {
	color: #666666;
}

.white {
	color: #FFFFFF;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.small {
	font-size: 90%;
}

img {
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

a:hover {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

#container {
	width: 777px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#header {
	height: 70px;
	width: 777px;
	background-image: url(images/site/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contactdetails {
	float: right;
	margin-right: 10px;
	margin-top: 13px;
}

#number {
	text-align: right;
}

#buttons {
	color: #000000;
	background-color: #FFFFFF;
	height: 1.75em;
	float: right;
	margin-right: 0px;
	margin-top: 21px;
	clear: right;
}

#header2 {
	height: 210px;
	width: 777px;
	background-color: #FF0000;
}

#center {
	width:520px;
	float:left;
	margin-left: 12px;
	padding: 10px 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#centertextcontainer {
	width:520px;
	padding: 0px;
}

#toptext {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
}

#lefttext {
	height: 100px;
	padding: 5px;
	background-color: #EFEFEF;
}

#lefttext img {
	border-top: 5px solid #EFEFEF;
	border-right: 15px solid #EFEFEF;
	border-bottom: 5px solid #EFEFEF;
	border-left: 5px solid #EFEFEF;

}

#right {
	width:200px;
	float:right;
	color: #666666;
	background-color: #DCDCDC;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#right li { 
	color: #666666; 
}

#right li span { 
	color: #666666; 
}

#right a {
	color: #0175BA;
	border: none;
}

#right1 {
	padding: 10px 5px 0px;
	height: 20px;
	background-color: #999999;
	background-image: url(images/site/righttop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#right2 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
}

#right3 {
	padding: 2px 5px 0px;
	height: 20px;
	background-color: #999999;
}

#right4 {
	padding: 2px 10px 8px;
	font-size: 90%;
	background-image: url(images/site/rightbottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	clear: both;
	background-color: #FF0000;
	text-align: center;
	font-size: 80%;
	width: 777px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.75em;
}

#nav a {
	display: block;
	width: 8em;
	color: #000000;
	text-align: center;
	border-left-width: 0.05em;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#nav li {
	float: left;
	width: 8em;
}

#nav li ul {
	position: absolute;
	background:	#000000;
	width: 8em;
	left: -999em;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0em 0 8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-image: url(images/site/buttonbullet.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav li li a:link, #nav li li a:active, #nav li li a:visited {
	background-image: none;
	color: #FFFFFF;
	background-color: #000000;
}

#nav li li a:hover {
	background-image: none;
	color: #FFFFFF;
	background-color: #FF0000;
}

#nav li ul a {
	border-bottom-width: 0.05em;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 0.05em;
	border-left-width: 0.05em;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#dbyd {
	clear: left;
	width: 360px;
	padding-bottom: 10px;
}

#dbyd label {
	clear:left; 
	display:block; 
	float:left; 
	width:120px; 
	text-align:left; 
	padding-right:10px; 
	margin-bottom:0.5em; 
	font-size:1em; 
	line-height:1.5em; 
	font-style:normal;
}

#dbyd input {
	padding:0;
	margin-bottom:0.8em;
	border: 0.05em solid #000000;
	width:210px; 
}

#dbyd textarea {
	width:200px; 
	height:12em; 
	padding:5px; 
	margin:0; 
	overflow:auto;
	border: 0.05em solid #000000;
}

#dbyd .ffsubmit {
	width: 60px;
}