html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

html {
min-height: 100%;
margin-bottom: 1px;
}

body {
	color: #333333;
	background-color: #DDCC99;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}


#wrapper {
width: 890px;
margin: 0 auto;/*set the margins to centre the page*/
/*margin-top:10px;
margin-left:15px;
*/background: url(../images/a/wrap_bg.png) repeat-y;
}

#header {
height: 71px;
background: url(../images/a/head_bg.png) no-repeat;
padding-left:10px;
}

#head_content {
float: left;

}

/*#head_content h1{
padding-left: 41px;
font-size: 14px;
color: #ffffff;
}

#head_content h2{
padding-left: 41px;
font-size: 14px;
font-weight: normal;
color: #367;
}
*/
#head_content h1 { 
width : 249px;
height : 125px;
margin : 0;
padding : 0;
background : url(../images/a/h1.png) no-repeat;
text-indent : -9999px; }


#head_content p{
padding-left: 41px;
font-size: 12px;
color: #ffffff;
}

#nav_box {
	padding: 5px 0px 30px 30px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 195px;
}

.markermenu li a{
font-size: 14px;
color: #05a;
background:url(../images/a/le3_blank.jpg) no-repeat left;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}

.markermenu li a:visited, .markermenu li a:active{
color: #05a;
}
.markermenu li a:hover{
color: #0aa;
background:url(../images/a/le3.jpg) no-repeat left; /*onMouseover image change. Remove if none*/
text-decoration: none;}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

#hbox a:link {
	color:#7ac
}

#hbox a:hover {
	color: #603
}
.rollover a { display:block; width:32px; background-color: #FFFFFF}
.rollover a:hover { background-color: #990000}

#main_content {
		width: 580px;
	margin-left: 270px;
	/*background: url(../images/a/watermark.jpg) 50% no-repeat;*/

}

#main_content p {
	font-size: 80%;/*scales the font to 80% of the default set int he body selector*/
	margin: 5px 0 0 10px;/*sets the required margins on the p element*/
	padding: 0;/*zeroes the padding*/
	color: #333333;/*sets the colour for the text*/
	line-height: 130%;/*set a line height for easier reading*/
}
#main_content h1 {
	font-size: 120%;/*scales the text size against the body selector default*/
	padding: 0 0 3px 0;/*sets the padding on the h1 element*/
  Color: #05a;/*sets the text colour for the h1 text*/
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#main_content h2 {
	font-size: 95%;/*scales the text size against the body selector default*/
	padding: 10px 0 3px 0;/*sets the padding on the h2 element*/
	Color: #616;/*sets the text colour for the h2 text*/
		font-weight: normal;
	letter-spacing: .1em;
}
#main_content h3 {font-size:85%;
	margin: 5px 0 0 10px;/*sets the required margins on the p element*/
	padding: 0;/*zeroes the padding*/
	color: #0aa;/*sets the colour for the text*/
	line-height: 130%;/*set a line height for easier reading*/
	font-weight:normal;
	font-style:italic;
}
#main_content ol li{
	font-size:80%;
	margin:20px;
	list-style-position: inside;
	list-style-type:lower-roman;
}

#main_content ul li{
	font-size:80%;
	margin:20px;
	list-style-position: inside;
	list-style-type: disc;
}

a:link {
	text-decoration: none;
	color: #05a;
}
a:visited {
	text-decoration: none;
	color: #7AC;
}
a:hover {
	text-decoration: underline;
	color: #616;
}
a:active {
	text-decoration: none;
}
#content {
	margin-left:246px;
}
#footer{
clear: both;
height:70px;
background:url(../images/a/footer_bg.png) no-repeat;
}	

#footer p {
font-size: 10px;
color: #05a;
text-align: center;
padding: 20px 0px 0px 230px;
}
#footer a {
	text-decoration: none;
}
.leftimage {
float:left;
margin:0 10px 5px 0;
border: 1px solid #333;
}
.leftnoborder {
float:left;
margin:0 10px 5px 0;

}
.rightimage {
float:right;
margin: 10px 0 10px 15px;
border: 1px solid #333;

}
.rightnoborder {
float:right;
margin: 10px 0 10px 15px;

}
.centerimage {
float:inherit;
margin-bottom: 5px;
margin-top: 5px;
border: 1px solid #333;
}
.clearit { clear:both;}
