@charset "UTF-8";
/* CSS Document */

body {
	background-color: #808080;
	font-family: georgia;
	margin-top: 10px;
}
a {
	color: #3b209f;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
p a {
	color: #d17101;
	text-decoration: underline;
}
/* LARGE HEADLINE */
h2 {
	margin: 2px 0 4px 0;
	padding: 0;
	font-size: 17px;
	color: #434343;
}
/* GROUP HEADLINE */
h3 {
	margin: 2px 0 2px 0;
	padding: 0;
	color: #cd5812;
	font-size: 16px;
}
h3 a {
	text-decoration: none;
	color: #cd5812;
}
h3 a:hover {
	color: #cd5812;
	text-decoration: underline;
}
/* MEDIUM HEADLINE */
h4 {
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 14px;
	color: #434343;
}
/* REGULAR HEADLINE */
h5 {
	font-size: 11px;
	padding: 2px 0 2px 0;
	margin: 0;
}
/* BYLINE */
h6 {
	color: #666;
	font-family: helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul {
	margin: 4px 0 4px 0;
	padding: 0 0 4px 0;
	border-bottom: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}
p {
	color: #444444;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 0 6px 0;
	margin: 0;
}
#all_wrap {
	margin: 0 auto;
	padding-top: 10px;
	width: 965px;
	height: auto;
	background-color: #FFF;
}
#masthead {
	width: 965px;
	height: 36px;
	float: left;
	padding: 120px 0 0 0;
	background-color: #FFF;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #cd5812;
	font-size: 12px;
	font-weight: bold;
}
#deptmenu_wrap {
	width: 965px;
	height: auto;
	padding: 0 0 10px 0;
	background-color: #FFF;
	float: left;
}
#dept_menu {
	width: 915px;
	height: 16px;
	margin: 0 25px 0 25px;
	float: left;
	padding: 4px 0 4px 0;
	background-color: #d17101;
	font-family: Helvetica;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#dept_menu a{
	color: #FFF;
	margin: 0;
	text-decoration: none;
	padding: 0 18px 0 18px;
}
#contentwrap {
	width: 915px;
	height: auto;
	float: left;
	padding: 10px 25px 10px 25px;
	background-color: #FFF;
	background-image: url(images/bg_main.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/* LEFT COLUMN */
#leftcontent {
	width: 254px;
	height: auto;
	padding: 10px;
	float: left;
	border-right: solid;
	border-right-color: #E5E5E5;
	border-width: 1px;
}
#story_leftcontent {
	width: 599px;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 12px;
	border-right: solid;
	border-right-color: #E5E5E5;
	border-width: 1px;
}
#story_leftcontent h3 {
	width: 589px;
	height: 28px;
	margin: 0;
	padding: 7px 0 0 8px;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	font-size: 18px;
}
#story_leftcontent h4 {
	margin: 12px 0 12px 0;
	font-size: 14px;
}
#story_leftcontent p {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 10px 0;
}
/* MIDDLE COLUMN */
#middlecontent {
	width: 380px;
	height: auto;
	margin: 6px 0 10px 0;
	padding: 2px 10px 10px 10px;
	float: left;
	font-size: 12px;
}
/* RIGHT COLUMN */
#rightcontent {
	width: 219px;
	padding: 10px;	
	height: auto;
	float: left;
	border-left: solid;
	border-left-color: #E5E5E5;
	border-width: 1px;
}
#story_rightcontent h4 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #000;
	font-size: 14px;
}
#story_rightcontent {
	width: 275px;
	padding: 10px;	
	height: auto;
	float: left;
	font-size: 10px
}
#story_rightcontent ul {
	margin: 0;
	padding: 0 0 16px 0;
}
#story_rightcontent li {
	padding: 4px 0 6px 0;
	list-style: none;
	list-style-image: none;
	border-bottom: dotted;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
}
/* BOTTOM */
#bottomout {
	width: 915px;
	height: 3px;
	float: left;
	padding: 0 25px 0 25px;
	background-color: #FFF;
	background-image: url(images/bg_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#deptmenubottom_wrap {
	width: 965px;
	height: auto;
	padding: 0 0 10px 0;
	background-color: #FFF;
	float: left;
}
#dept_menubottom {
	width: 915px;
	height: 12px;
	margin: 10px 25px 0 25px;
	float: left;
	padding: 3px 0 2px 0;
	background-color: #fde59d;
	font-family: Helvetica;
	font-size: 9px;
	color: #FFF;
	text-align: center;
}
#dept_menubottom a{
	color: #FFF;
	margin: 0;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
#rockbottom {
	background-color: #808080;
	width: 965px;
	height: 30px;
	float: left;
}
#survey
 	{
	position:relative;
	right: -640px;
	top: -38px;
	color: red;
	font-size: 15px;
	font-weight: bold;
}