body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #05599B;
	background-image: url(images/master_bg.jpg);
	background-repeat: repeat-x;
}
a:link { color: #0066CC; text-decoration: none} 
a:visited { color: #0066CC; text-decoration: none} 
a:active {
	color: #0066CC;
	text-decoration: none
} 
a:hover {
	color: #000000;
	text-decoration: none
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.7em;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-bottom: 20px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px;
}
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

#master_containerheader {
	width: 1024px;
	margin: auto;
}
#master_container {
	width: 1024px;
	margin: auto;
	background-color: #FFF;
}
#master_header {
clear: left;
height: 220px;
background: url(images/master_header.png) no-repeat;
}
#master_content {
	width: 1024px;
	background-color: #FFF;
}
#master_left_column {
background: #fff;
float: left;
width: 200px;
min-height: 400px;
}
#master_right_column {
	float: left;
	width: 824px;
	min-height: 400px;
	background-color: #FFF;
}
#master_footer {
clear: left;
background: #ffc20e;
padding: 5px;
color: #FFFFFF;
}
#master_footer a {
color: #FFFFFF;
}
#master_site_title {
	padding-top: 170px;
	padding-left: 17px;
}
#master_site_slogan {
	padding-top: 5px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.master_line {
clear: left;
height: 3px;
background: #008800;
}
.master_pic {
	float: right;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.master_pic2 {
	float: left;
	border: 1px solid #CCC;
	margin-top: 10px;
}
.section_box {
	border: 2px solid #E6E6E6;
	color: #000000;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.section_box2 {
clear: left;
margin-top: 10px;
padding: 10px;
border: 1px solid #CCCCCC;
background: #F8F8F8;
color: #666666;
}

.mastertext_area {
margin: 10px;
}

.mastertext_area p{
	line-height: 1.8em;
}

.mastertext_area li{
	margin: 2px;
	padding: 0px;
}

.mastertext_area img{
	margin-bottom: 15px;
}

.mastertext_spec li{
	margin: 10px;
	padding-bottom: 10px;
}

.mastertext_area h3{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.h_line {
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.text_area {
margin: 10px;
}

.publish_date {
margin-top: 5px;
color: #999999;
font-size: 11px;
font-weight: bold;
}
.title {
padding-bottom: 10px;
font-size: 16px;
font-weight: bold;
color: #008800;
}
.subtitle {
padding-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}
/* 		Menu Credit: http://www.dynamicdrive.com/style/      */
.glossymenu{
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	width: 185px;
}
.glossymenu li a{
	color: #000;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	background-color: #E5E5E5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 180px;
}
.glossymenu li a:visited, .glossymenu li a:active{
	color: #000;
}
.glossymenu li a:hover{
	background-color: #ffc20e;
	color: #000000;
}
.reference {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}
.enquiry {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
