body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:15px 25px;
	background-color: #CBCBCB;
	font-size: 12px;
	}
	
a, a:link, a:active, a:visited {
	color: #910000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 20px 0 20px 0;
	color: #910000;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
	color: #000000;
}
	
#wrap {
	margin: 0 auto;
	width: 900px;
}

#header-top, #header, #header-sub {
	width: 100%;
}

#header-top {
}

#header {
	/* background-color: #004400; */
	color: #ffffff;
	margin-bottom: 5px;
	/* height: 100px; */
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	/* padding: 10px 0px 10px 0px; */
}

#header img {
	border: 0;
}

#header-sub {
	background-color: #910000;
	color: #ffffff;
	text-align: center;
	font-size: .95em;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin-bottom: 5px;
}

#header a {
	color: #ffff69;
	text-decoration: none;
}

#header-sub a {
	color: #ffffff;
	text-decoration: none;
}

#content {
	width: 650px;
	float: right;
	clear: right;
	background-color: #ffffcd;
	padding: 10px 10px 100px 10px;
	margin-bottom: 5px;
}

#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align: left;
}

#three-column-left {
	float:left;
	width:30%
}

#three-column-right {
	float:right;
	width:30%
}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 34%
}
	
#three-column-container div div {
	text-align: left;
}

#content-left-1, #content-left-2 {
	width: 205px;
	float: left;
	clear: left;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	font-size: .95em;
	text-align: center;
}

#content-left-1 {
	background-color: #ffffff;
	border-top: 3px solid #910000;
	border-bottom: 3px solid #910000;
}

#content-left-1 fieldset, #content-left-2 fieldset {
	margin: 10px 0px 10px 0px;
    border: 1px Solid #CBCBCB;
}

#content-left-1 fieldset p, #content-left-2 fieldset p {
	margin: 10px 3px 10px 3px;
}

fieldset legend {
	font-weight: bold;
}

#content-left-1 form {
	margin: 0;
	padding: 0;
}

#content-left-1 img {
	margin: 3px 0 3px 0;
	border: 0;
}

#content-left-2 {
	background-color: #F2F2F2;
}

#demosbox {
	border: 3px solid #000000;
	background-color:#FF6633;
	text-align:center;
	padding:2px 0 10px 0;
	margin: 0 0 10px 0;
}

#demosbox a, #demosbox a:link, #demosbox a:active, #demosbox a:visited {
	color: #ffffff;
	font-weight:bold;
	font-size: 105%;
}

#content p, #content-left-1 p, #content-left-2 p, #footer p {
	margin-top: 0;
	text-align: left;
}

#footer {
	background-color: #F2F2F2;
	width: 650px;
	float: right;
	/* clear: both; */
	padding: 10px 10px 10px 10px;
	font-size: .95em;
}

.red {
	color: #910000;
	font-weight: bold;
	}

.lightgreen {
	color: #008000;
	font-weight:600;
	}

.darkgreen {
	color: #004400;
	font-weight: bold;
}

.clear {
	clear:both;
}

/******************
TABLE STYLES
******************/

.table {
	width:100%;
	border:1px solid #000000;
	border-collapse:collapse;
}

.table tr.over {
	background-color: #FFFFB3;
}

.table tr.out	{
	background-color: #ffffcd;
}

.table td {
	padding:2px;
	border-bottom:1px solid #000000;
}

thead th, tfoot th {
	background-color:#910000;
	color: #ffffff;
	border-left: 1px solid #000000;
	border-bottom:1px solid #000000;
	padding:1px;
	font-weight: normal;
}

.center {
	text-align: center;
}
.upper {
	text-transform: uppercase;
}

td.btmdash {
	border-bottom:1px dashed #000000;
}
