/* CSS Document */
a:link {
	color:#CC3300;
}
a:visited {
	color:#CC6600;
}
a:hover {
	color:#660000;
}
a:active {
	color:#FF0000;
}
a {
	font-family:"Eras Demi ITC", Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-weight:normal;
}
h3 {
	font-weight:normal;
}
h4 {
	font-weight:normal;
}
body {
	margin-top:-5px;
	margin-bottom:-10px;
	min-width: 800px;
	background-color:#CC9933;
	background-image:url(../images/radical_gradient_tall.png);
	background-repeat:repeat-x;
	color:#000000;
	font-size:18px;
	font-family:"Eras Demi ITC", Geneva, Arial, Helvetica, sans-serif;
	height:100%;
}
img.left {
	float:left; 
	margin:0 3px 3px 0;; 
	padding:2px; 
	border:0px;
}
img.right {
	float:right; 
	margin:0 0 3px 3px; 
	padding:2px; 
	border:0px;
}
.single_line_horz {
	margin-top:-5px;
	width:800px;
}
.double_line_horz {
	width:800px;
}
.divider {
	width:680px;
	height:3px;
}
#container {
	margin: 0 auto;
	text-align:center;
	position: relative;
	max-width: 800px;
	background-color:#FFFF99;
	/*margin-top:-43px;*/
}
#hflash {
	background-color:#CC9933;
	background-image:url(../images/radical_gradient_short.png);
}
#content {
	float:right;
	position:relative;
	text-align:left;
	width:680px;
	background-image:url(../images/double_red_line_vertical.png);
	background-repeat:repeat-y;
	background-position:left;
}
#content_container {
	margin-left:15px;
}
#header {
	margin: 0px;
	padding: 0;
	width:100%;
	height: 100px;
	background-image:url(../images/radical_gradient_short.png);
	background-color:#CC9933;
}
#sub_header {
	margin: 0px;
	padding: 0;
	width:800px;
	height: 100px;
	background-color:#FFFF99;
}
#info_bar	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color:#CCCC00;
	border:groove;
	border-color:#000000;
	color:#000000;
	font-size:16px;
	text-align: center;
	}

#primary_nav {
	position:relative;
	background-color:#FFFF99;
	text-align:left;
	float:left;
	width:120px;
}
#footer {
	position:relative;
	padding: 0;
	width:800px;
	background-color:#FFFF99;
}
#flash_content {
	margin-top:-20px;
	background-color:#FFFF99;
}
