@charset "iso-8859-1";

/* Let's start with the basic foundation */

* { margin: 0; padding: 0; }	/* Sets all margins and padding to 0 */

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

body {
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
}

/* These are browser-specific hacks - don't remove */
html>body { font-size: 110%; }	/* Opera fix */
body:last-child, * html body { font-size: 100.1%; } /* Reset from Opera fix */
/* End hacks */

#wrap {
	font-size: 12px;		/* default font size */
	width: 100%;
	min-width: 0;
	border: 0;
	border-width: 0;
}

/* Another hack - don't remove */
* html #wrap { /* \*/ word-wrap: break-word; /* */ }	/* IE fix - invalidates CSS */
/* End hack */

#head {
	background-color: #fff;
	color: #000;
	border: 0;
	border-width: 0;
	padding-top: 0;
}
#head h1 {
	background: inherit;
	height: 20px;
	width: 100%;
	margin: 0 0 0 18px;
}
* html #head h1 {
	background: inherit;
	height: 20px;
	width: 680px;
}

#head h1 span { display: inline; }
#head h2 {
	background: #000;
	text-align: center;
	padding: 4px;
}
#search {
	display: none;
	margin-top: -30px;
	padding-right: 18px;
	float: right;
}
#searchbox { 
	background: #fff;
	width: 140px;
	border: 1px solid #000;
	padding: 2px;
}
#go {
	background-color: #009c21;
	color: #fff;
	font-weight: 700;
	border: 1px solid #000;
	padding: 1px;
	cursor: pointer;
}

.clear { clear: both; }
.inside { padding: 0 1em; }	/* No vert pad here - don't remove */

a, a:link, a:visited, a:hover, a:active { text-decoration: underline; }
label { cursor: pointer; }

#outerColumnContainer {
	background: #fff;
	border-left: solid 223px #fff;
	border-right: solid 223px #fff;
}

#innerColumnContainer {border: 0;border-width: 0 2px;
	z-index: 1;
}

#leftColumn, 
#middleColumn, 
#rightColumn, 
* html #SOWrap {
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}

#SOWrap {
	width: 100%;
	float: left;
	z-index: 3;
}

#middleColumn {
	width: 280px;
	float: right;
	z-index: 5;
}

#content {
	border-top: 2px solid #000;
	padding: 0 20px;
}
#content p {
	font-size: 120%;
	line-height: 135%;
	padding: 14px 0;
}
#content h4 {
	text-align: center;
	line-height: 150%;
}

#leftColumn {
	width: 223px;
	margin-left: -223px;
	float: left;
	z-index: 4;
}

#rightColumn {
	width: 223px;
	margin-right: -223px;
	float: right;
	z-index: 2;
}

* html #rightColumn {
	margin: 0 -223px 0 -223px;
}


/* Navigation */
.vnav { 
	font-weight: 700;
	margin: 1em 0;
}
.vnav h3 {
	color: #fff;
	padding: 6px 0;
}
.vnav ul {
	display: block;
	list-style-type: none;
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li {
	display: block;
	list-style-type: none;
	line-height: normal;
	border-bottom: solid 1px #000;
}
.vnav ul li a {
	display: block;
	line-height: normal;
	padding: 3px 5px 4px 5px;
}
.vnav ul li a:link, 
.vnav ul li a:visited, 
.vnav ul li a:active {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.vnav ul li a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
/* These are browser-specific hacks - don't remove */
* html .vnav ul li a { height: 0.01%; }	/* IE fix */
* html .vnav ul { position: relative; }	/* IE fix */

html[xmlns] .mozclear {		/* Mozilla fix */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
/* End hacks */
/* End navigation */

#foot {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0;
}
#foot p {
	padding: 0;
}
#foot a,
#foot a:link, 
#foot a:visited, 
#foot a:active { color: #fff; }
#foot a:hover { color: #0f0; }

#legal {
	color: #000;
	font-size: 60%;
	width: 730px;
	text-align: center;
	padding: 18px 0;
}
