body {
	margin: 0; 
	padding: 0; 
	border: 0;
	background-color: #FFFFFF;
	background-image: url(../images/ash_background.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 720px;
	float: left;
}
#left {
	width: 180px;
	float: left;
}
#left .content {
}
#right .content {
	font-size: 0.8em;
	line-height: 1.65em;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 50px 0 0 155px;
	font-size: 0.85em;
	clear: both;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 30px;
	text-decoration: none;
	font-weight: bold;
}
.navlink a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.navlink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.LocationText {
	color: #FDDF61;
	font-size: 18px;
}
.LicenceNumber {
	margin: 0;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
}
input, select, textarea {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f5f5f5;
	color: Black;
}
.ErrorText {
	color: red;
	font-size: 1em;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 24pt; 
	color: #304898;
	line-height: 120%;
}
h2 { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 18pt; 
	color: #304898 
}
h3 { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt; 
	color: #304898 ; 
	font-weight: bold
}
p {  
	font-size: 10pt; 
	line-height: 125%;
}
.displayhome {
	font-size: 12pt; 
	font-weight: bold; 
	color: #304898;
}
ol {
	font-size: 10pt;
}
li {
	font-size: 10pt;
	line-height: 125%;

}
.boldblue { 
	font-weight: bold; 
	color: #304898
}
td.results {
	padding: 5px 0 5px 0; 
	font-size: 10pt;
}
.footerslogan {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px; 
	font-style: italic; 
	color: #304898; 
	letter-spacing: 1px; 
	word-spacing: 2px
}
.designCategory {
	font-size: 12pt; 
	font-weight: bold; 
	color: #304898;
	padding: 20px 0 20px 0;
}
.headerDesignFeatures {
	font-size: 10pt; 
	font-weight: bold; 
	color: #304898;
	line-height: 100%;
}
a {
	font-weight: normal;
	color: #535fac;
}
a:visited {
	font-weight: normal;
	color: #535fac;
}
a:hover, a:active, a:focus {
	font-weight: normal;
	color: #333333;
}
img.Pad {
	padding: 10px 0 10px 0;
}
.tblInput {
	font-size: 11px;
	color: Black;
	font-weight:normal;
}
.tblHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	background-color: #6699c2;
	padding: 5px;
}
.tblRow {
	background-color: White;
	font-size: 10pt; 
	line-height: 125%;
	padding: 2px 0 2px 0;
}
.tblRowAlt {
	background-color: #FFE2C6;
	font-size: 10pt; 
	line-height: 125%;
	padding: 2px 0 2px 0;
}
.tblRowOptions {
	font-size: 10pt; 
	line-height: 125%;
	padding: 5px;
}
@media print {
	.NoPrint {
		display: none;
	}
	#left {
		display: none;
	}
}
