/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary */
/* These styles should define how the content section looks */

body {
	color: black;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 80%;

}

label {
	cursor: pointer;
}

img {
	border: 0;
}

h1 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 150%;
}

h1.padding {
	padding-bottom: 10px;
}

.small {
	font-size: 80%;
	padding: 0;
	margin: 0;
}

h2 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 125%;
}

h3 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

hr {
	background: #EA2D2E;
	color: #EA2D2E;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
	line-height: 150%;
}

table {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0 5px;
}

th {
	background: #EA2D2E;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #EA2D2E; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #EA2D2E;
	text-decoration: underline;
}

a:visited {
	color: #EA2D2E;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #EA2D2E;
	text-decoration: none;
}

a:active {
	color: white;
	background: #EA2D2E;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #EA2D2E;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox, input.ActiveInput {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#wrapper {
	width: 670px;
	background: #fff url(../images/radical-tile.jpg) 0 0 repeat;
	padding: 50px;
}

#leftCol {
	float: left;
	width: 190px;
	background: url(../images/menu-bg.gif) 0 0 no-repeat;
	padding: 10px 0 10px 10px;
	height: 264px;
}

#leftCol a {
	color: #EFAD9E;
	font-size: 10pt;
	line-height: 130%;
	text-decoration: none;	
}

#leftCol a:hover {
	color: #fff;
	text-decoration: underline;
}

#leftCol ul {
	padding: 0;
	margin: 110px 0 0 0;
	list-style-type: none;
}

#leftCol li {
	padding: 0;
	margin: 0;
}

#rightCol {
	float: left;
	width: 420px;
	padding-left: 50px;
}

#content {
	background: #fff;
	padding: 10px;	
}

#content2 {
	padding: 0;	
}

#content2 h1, #content2 h2 {
	font-size: 165%;
	line-height: 140%;
	padding-bottom: 30px;
}

div.clear {
	clear: both;
}

/* END PAGE SPECIFIC STYLES */