body {
	margin: 3px;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 75%;
	color: #000;
}
h1 {
	display: none;
}
h2 {
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: 5px 0 5px 0;
	padding: 0;
	color: #333333;
}
h3 {
	font-size: 1.4em;
	letter-spacing: -1px;
	margin: 5px 0 5px 0;
	padding-left: 3px;
	color: #cc0000;
	background: #FFE600;
}
a img {
	border: none;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #BBBBBB;
	text-decoration: none;
}
ul {	
	margin: 10px 10px 20px 30px;
	padding: 0;
	list-style-image: url(../img/icon_arrow_r.gif);
}
ul.list {
	margin: 5px 10px 10px 15px;
	list-style: square;
	color: #C52026;
}
ul.list li {
	color: black;
}
#listicon {
	margin-right: 5px;
	position: relative;
	top: 4px;
}
div.clear {
	clear: both;
}
#container {
	margin: 0 auto;
	width: 768px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
#twocol #wrapper {
	background-image: url(../img/faux_column2.gif);
}
#twocolnav #wrapper {
	background-image: url(../img/faux_column4.gif);
}
#threecol #wrapper {
	background-image: url(../img/faux_column3.gif);
}
#header {
	width: 100%;
	height: 95px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-color: #C52026;
}
ul#navigation  {
	list-style: none;
	height: 26px;
	margin: 0;
	padding: 0;	
	color: #fff;
	overflow: hidden;
	border-style: solid;
	border-color: white;
	border-width: 2px 0 2px 0;
}
ul#navigation li {
	text-decoration: none;
	float: left;
	color: #000;
	background-color: transparent;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-style: solid;
	border-color: white;
	border-width: 0 0 0 2px;
}
ul#navigation li a {
	display: block;
	width: 108px;
	height: 26px;
	padding-top: 5px;
	color: black;
	text-decoration: none;
	background-image: url(../img/bg_button.gif);
	background-color: #D9D9D9;
}ul#navigation li.first {
	border: none;
} 
ul#navigation li a:hover, ul#navigation li a.selected {
	text-decoration: none;
	background-image: url(../img/bg_selected.gif);
	color:#fff;
}
#firstcol {
	float: left;
	width: 108px;
	margin: 0;
	padding: 0;	
}
#firstcol ul {
	margin: 0 0 10px 0;
	list-style: none;
}
#firstcol ul ul {
	margin: 0;
}
#firstcol ul li {
	margin: 0;
	clear: both;
}
#firstcol ul li a {
	display: block;
	padding: 5px;
	margin: 0;
	line-height: 13px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#firstcol ul li a.selected, #firstcol ul li a:hover {
	background-color: #C52026;
	color: white;
	text-decoration: none;
}
#firstcol ul ul li a {
	margin: 0;
	padding: 2px 2px 6px 5px;
	height: 12px;
	font-size: 0.8em;
}
#firstcol ul ul li a.selected {
	color: #C52026;
	background-color: transparent;
} 
#content {
	margin: 0;
	padding: 0;
}
#maincontent {
	float: left;
	padding: 0 10px 20px 10px;
}
#breadcrumb {
	margin: 4px 0 10px 0;
}
#breadcrumb p {
	padding: 0;
	margin: 0;
}#twocol #maincontent {
	width: 529px;
}
#twocolnav #maincontent {
	width: 625px;
}
#threecol #maincontent {
	width: 421px;
}
#thirdcol {
	float: left;
	width: 209px;
	margin: 0;
	padding: 5px;
}
.thirdnav {
	margin: 5px 10px 10px 17px;
}
.thirdnav a.selected {
	font-weight: bold;
}
form label, form input, form textarea {
	display: block;
	float: left;
	margin-bottom: 10px;		
}
form label {
	width: 80px;
}
form input, form textarea {
	font-family: arial,sans-serif;
	font-size: 90%;
	width: 275px;
}
form input#send {
	width: 50px;
	float: right;
}
form br {
	clear: both;
}
form p img {
	float: right;
	margin-top: 2px;
	margin-right: 50px;
}		
#errormsg {
	color: #C52026;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 10px;
}    
.error {
	background:#fcc;
}
#footer {
	width: 100%;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #C52026;
	margin: 0;
	padding: 0;
}
#footer p {
	padding: 5px 10px;	
	color: white;
	font-size: 80%;
}
	