#content {
	
}
#content a:link, #content a:visited, #content a:active {
	text-decoration:none;
	color: #00B0D8;
}
a:hover {
	text-decoration:underline;
	color: #000;
}
#content h1 {
	margin-bottom: 1.5em;
	line-height: 1em;
	font-size:200%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #810908;
	font-weight:bold;
	color:#810908;
}
#content h2 {
	margin-bottom: .2em;
	font-size:150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
}
#content h3, #content dt  {
	margin-bottom: .2em;
	font-size:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
}
#content h4 {
	margin-bottom: .2em;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: 1px solid #E8E8E8;
	color:#333;
}
#content ul {
	margin-left: 2em;
	margin-bottom: 1.2em;
	line-height: 1.5em;
}
#content p, #content dl {
	margin-bottom: 1.2em;
	line-height: 1.5em;
}
#content .leftCol{
	float:left;
	width: 390px;
}
#content .rightCol{
	margin-left: 400px;
}
/*FORM ELEMENTS*/
#content form {
	width: 100%;
	position:relative;
	text-align:right;
	color:#666;
}
#content fieldset {
	border: 1px solid #CCC;
	padding: .7em .7em;
	margin-bottom: 1.25em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content legend {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	color:#810908;
}
#content fieldset em{
	color:#F00;
	font-size: 90%;
}
#content fieldset input {
	width: 60%;
	padding: .15em;
	margin-left: .75em;
	border: 1px solid #999;
	background:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content textarea {
	width: 98%;
	padding:.2em;
	border: 1px solid #999;
	background:none;
	font-family:inherit;
	font-size:inherit;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content fieldset input.submit{
	width: auto;
	border: 1px solid #810908;
	background:#DECBDD;
	color:#810908;
	padding:0.2em;
	margin: 0;
}
#content iframe {
	width: 790px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
	padding: 5px;
}

