a {
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	border-bottom: 2px solid #cccccc;
	font-style: italic;
	margin: 10px 10px;
	padding: 0px 10px 10px;
}
body {
	background: url(/images/bodybgtile.gif) repeat #cccccc;
	color: #333333;
	font: 11px verdana, sans-serif;
	line-height: 18px;
	margin: 20px 0 0;
	padding: 0;
}
h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
li {
	background: url(/images/bulletinner.gif) no-repeat 0 8px;
	list-style-type: none;
	padding: 3px 0 2px 8px;
}
ul {
	margin: 0;
	padding: 0;
}
#container {
	background-color: #fefefe;
	margin: 0 auto 0;
	width: 780px;
}
#content {
	background: url(/images/contentbg.gif) no-repeat #fefefe;
}
#contentinner {
	padding: 10px 20px 10px 10px;
}
#contentinner ul {
	margin-left: 30px
}
#cookie {
	background: url(/images/cookiebg.gif) no-repeat;
	color: #993333;
	font-size: 10px;
	height: 20px;
	padding-left: 10px;
}
#copy {
	font-size: 10px;
	margin: 0px auto 0px;
	text-align: right;
	width: 780px;
}
#google {
	background-color: #333333;
	height: 20px;
}
#logo {
	background: url(/images/logobg.gif) no-repeat;
	height: 90px;
	width: 780px;
}
#logo a {
	display: block;
	height: 90px;
	overflow: hidden;
	width: 520px;
}
#main {
	float: left;
	width: 580px;
}
#menu {
	background: url(/images/menubg.gif) repeat-x;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	width: 200px;
}
#menuinner {
	padding: 30px 20px 10px;
}
#menuinner li {
	background: url(/images/bulletmenu.gif) no-repeat 0 8px;
	line-height: 22px;
	list-style-type: none;
	padding-left: 15px;
}
#signoff {
	background-color: #333333;
	height: 30px;
	margin: 0 auto 0;
	width: 780px
}
#signoffinner {
	font-size: 11px;
	padding: 5px 5px 0 0;
	text-align: right;
}
#signoffinner a {
	color: #999999;
}
#wrapper {
	background: url(/images/containerbg.gif) repeat-y;
}
.break {
	clear: both;
}

/* -------------------
	Forms
--------------------*/

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
fieldset ol {
	margin: 0;
	padding: 0;
}
fieldset ol li {
	background: none;
	clear: both;
	list-style-type: none;
}
fieldset legend {
	color: #333;
	margin: 10px 0 0 -7px;
	padding: 0;
}
form {
	background-color: #eeeeee;
	border: 1px solid #993333;
	font-size: 11px;
	margin: 0 20px;
	padding: 20px;
	width: 400px;
}
label {
	display: block;
	float: left;
	width: 150px;
}
legend {
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-indent: -9999px;
}
.text  {
	width: 220px;
}
.select {
	width: 230px;

}
.selectShort, .textShort {
	width: 100px;
}
.textarea {
	height: 70px;
	width: 220px;
}
.select, .selectShort, .text, .textShort, .textarea {
	border: 1px solid #999;
	font: 11px tahoma, verdana, sans-serif;
	padding: 3px 4px;
}
.select, .selectShort {
	padding-left: 0;
}
.notice {
	background-color: #fff;
	border: 1px solid #993333;
	padding: 2px 5px;
	width: 390px;
}

/* ----- FORM VALIDATION ----- */

#contactForm label.error {
	background-color: #fff;
	border: 1px solid #993333;
	clear: both;
	display: inline;
	float: left;
	padding: 0 5px;
	margin: 2px 0 5px 150px;
	width: 218px;
}
