#header {
	display: none;
}
#printheader{
	display:inline;
}
#content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	padding:5px;
}
#printaddress {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	float: right;
	display:inline;
}
#leftcol {
	display: none;
}
#redwhitestripe {
	border-top: 2px solid #FFFFFF;
	border-bottom: 3px solid #666666;
}
#headerHowDoI {
	display: none;
}
#redmenubar {
	display: none;
}
.imageRight {
	float: right;
	margin: 1px 5px;
	position: relative;
	padding: 1px 5px;
}
.imageLeft {
	float: left;
	margin: 1px 5px;
	position: relative;
	padding: 1px 5px;
}
#footer {
	display: none;
}
/************** .story styles *****************/
.story{
	font-size: 85%;
	padding: 5px 5px 5px 5px;
}
.story h3 {
	margin: 5px 5px 2px 10px;
}
.story p {
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 5px;
}
.story fieldset {
	 padding: 5px 5px 5px 5px;
	 margin: 5px 5px 5px 5px;
}
.story legend {
	font-weight:bold;
	color:rgb(1,53,103);
	border:1px solid #666666;
	background-color: rgb(227,231,233);
	letter-spacing: .07em;
	padding: 2px 10px;
}
.storydiv {
	clear: both;
}

.latestnews{
	font-size: 85%;
	padding: 5px 5px 5px 5px;
}
.latestnews h3 {
	margin: 5px 5px 2px 10px;
}
.latestnews p {
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 5px;
}
.latestnews fieldset {
	 padding: 5px 5px 5px 5px;
}
.latestnews legend {
	font-weight:bold;
	color:rgb(236,25,14);
	border:1px solid #666666;
	background-color: rgb(227,231,233);
	letter-spacing: 0.07em;
	padding: 2px 10px;
}
.latestnews li{
	list-style: url(Images/gray_arrow_10x10.gif);
}
.noprint{
	display:none;
}
.printonly{
	display:inline;
}
/** Right Panel boxes **/
/** Adjust panel width here **/
.rightpanel_wrapper{
 	float:right;
	width:200px;
	margin:5px;
}
.info_box, .image_box, .link_box {
	background-color: rgb(241, 241, 241);
	border-left: 1px solid rgb(202,202,202);
	border-top: 3px solid rgb(202,202,202);
	border-bottom: 3px solid rgb(202,202,202);
	border-right: 1px solid rgb(202,202,202);
	margin: 10px 5px;
	padding: 3px;

}
.info_box a:hover, .image_box a:hover, .link_box a:hover{
	text-decoration:underline;
}
.image_box {
	text-align: center;
	margin-top: 0px; /*Override previous definition */
}
.linklist{
	font-size:85%;
	background-color: rgb(230,230,230);
	margin-top: 2px;
	margin-bottom: 2px;
}
.info_div_header {
	text-align:center;
	background-color:rgb(1,53,103);
	color:rgb(245,245,245);
	font-weight:bold;
	padding:3px;
}