@charset "UTF-8";
* {margin:0; padding:0}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006666;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#leftcol {
	float: left;
	width: 170px;
	margin-left: 30px;
}
#rightcol {
	float: right;
	width: 450px;
	margin-right: 25px;
	margin-left: 25px;
}
#container {
	width: 700px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	font-size: 9px;
	color: #336666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336666;
	padding-top: 5px;
	margin-right: 38px;
	margin-left: 38px;
}
.headingaddress {
	color: #336666;
	margin-right: 30px;
	text-align: right;
}
.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
	margin-bottom: 10px;
}
.copy {
	margin-bottom: 8px;
}
.blockquote {
	margin-left: 15px;
	line-height: 14px;
	
}

a img { border:0 }
img { border:0 }
		
a:link {
	color: #99CC00;
}
a:hover {
	color: #336666;
}
.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(images/design/navdots.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
.mainnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(images/design/navdots.jpg);
	background-repeat: no-repeat;
}
.mainnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
	background-image: url(images/design/navdots.jpg);
	background-repeat: no-repeat;
}
.mainnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
	background-image: url(images/design/navdots.jpg);
	background-repeat: no-repeat;
}
.www {
	color: #990000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.www:link {
	color: #990000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.www:hover {
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.netmajic {
	color: #cccccc;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
.netmajic:link {
	color: #cccccc;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
.netmajic:hover {
	color: #cccccc;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #006666;
	margin-bottom: 8px;
}
p {
	margin-bottom: 8px;
}
