@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #660;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, spar, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
#verytop {
	height: 45px;
	background-color: #660;
}
.twoColFixLtHdr #header {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(../images/headerbevelled.jpg);
	background-repeat: no-repeat;
	height: 202px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #000;
	background-color: #FFF;
}
.twoColFixLtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 1.5;
} 
.twoColFixLtHdr #footer {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	background-color: #660;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 2.5;
	font-size: 0.8em;
	text-align: center;
}
h1 {
	font-size: 1.5em;
	color: #660;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #660;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.3em;
	color: #660;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color: #660;
	margin-top: 10px;
	margin-bottom: 10px;
}

 a:link, a:visited {
	text-decoration: underline;
	color: #00C;
}
 
 a:hover, a:active {
	color: #003;
	text-decoration: underline;
}

	

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#belowfooter {
	background-color: #660;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	line-height: 2;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.emphasis {
	font-size: 1em;
	font-weight: bold;
	color: #333309;
}
.footer {
	padding-top: 10px;
}
.quotename {
	color: #333309;
	text-align: right;
	font-weight: bold;
	padding-bottom: 10px;
}
#companyinfo {
	background-color: #660;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	line-height: 2;
	color: #000;
	text-align: center;
}
#contactdetails {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: center;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #333;
	line-height: 1.5;
	background-color: #CCC;
}

