/* CSS Document */

body { /*these rules will apply to the body tag itself*/
	font-family:helvetica, sans; /*same here*/
	color:#555;
	margin-top: 0;
	margin-left: 0px;
	background-image: url(../images/body_border.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
body * { /*effect every element within the body tag!*/
	margin:0; /*remove all default margins!*/
	padding:0; /*remove all default padding!*/
	text-decoration: none; /*remove default underline from links*/
	border:none; /*remove default borders on images*/
	color:#444; /*make all text dark grey*/
	list-style-type: none; /*no bullets on lists*/
	}
	
#story_column dl {
	margin-top: 5px;
	margin-bottom: 15px;
	}
	
#story_column dl dt {
	color: #283B84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#story_column dl dd {
	margin-bottom: 8px;
	color: #666666;
	margin-left: 10px;
	}
	
#story_column a {
	color: #283B84;
	text-decoration: underline;
	}
	
#info_column a:hover {
	text-decoration: underline;
	color: #993333;
	}
	
#info_column a {
	color: #283B84;
	text-decoration: underline;
	}
	
#story_column a:hover {
	text-decoration: underline;
	color: #993333;
	}
	
#story_column .news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	background-image: url(../images/event_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9DBEEC;
	border-bottom-color: #D2E3F9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 386px;
	}
	
#story_column .news a{
	text-decoration: none;
	color: #356DAB;
	}

#story_column .news a:hover{
	text-decoration: underline;
	color: #2F6095;
	}
	
#story_column .news h4{
	color: #31649D;
	font-size: 11px;
	font-weight: normal;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2E3F9;
	padding-bottom: 2px;
	background-color: #F3F5F8;
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 0px;
	padding-top: 1px;
	margin-bottom: 1px;
	text-indent: 5px;
	margin-right: 0px;
	width: 384px;
	}
	
#story_column .news p{
	margin-top: 5px;
	font-size: 11px;
	margin-left: 5px;
	color: #5B5B5B;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 3px;
	}
	
#story_column .news p.source{
	margin-top: 0px;
	margin-bottom: 2px;
	}
	
#story_column .news p.event{
	margin-top: 0px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D2E3F9;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2E3F9;
	padding-bottom: 4px;
	}
	
#content h2 {
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-indent: 0px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	background-color: #FFFFFF;
	}
	
#content h2.nosub {
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 9px;
	background-color: #FFFFFF;
	}

#content h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 9px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#wrapper { /*here's our whole-page containment box*/
	width:720px;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	}
	
#banner { /*upper banner*/
	width:720px; /*fixed width*/
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	height: 110px;
	}
	
#banner h1 {
	font-size:16px;
	font-family: Tahoma, Arial, sans-serif;
	color: #9C3A3A;
	text-align: right;
	padding-top: 85px;
	font-weight: normal;
	padding-right: 9px;
	}
	
#contact {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	height: 200px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/contact_top_bg.gif);
	background-repeat: no-repeat;
	}
	
#contact h3{
	font-size:12px;
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
	color: #555555;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#contact p{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #283B84;
	width: 128px;
	}

#nav_column{
	width: 150px;
	left: 0px;
	top: 0px;
	height: 100%;
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/menu_top_bg.jpg);
	}
#nav_column ul.menu{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	}
	
#nav_column ul.menu li{
	list-style-type: none;
	padding-left: 3px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	}
	
#nav_column ul.menu li a{
	text-decoration: none;
	color: #555555;
	display: block;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 3px;
	border: 1px solid #E5E5E5;
	padding-left: 3px;
	padding-right: 2px;
	background-color: #F6F6F6;
	margin-top: 2px;
	font-size: 13px;
	}
	
#nav_column ul.menu li a.current{
	text-decoration: none;
	color: #555555;
	display: block;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 2px;
	background-color: #FFFFFF;
	margin-top: 2px;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993333;
	border-right-color: #FFFFFF;
	border-bottom-color: #993333;
	border-left-color: #993333;
	}
	
#nav_column ul.menu li a:hover{
	text-decoration: underline;
	color: #364FB1;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #F2F2F2;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	}
	
#content{
	margin-left: 153px;
	}
	
#story_column h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	margin-left: 0px;

	}
	
#story_column h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: -3px;
	background-color: #993333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #842F2B;
	border-bottom-color: #842F2B;
	text-indent: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 20px;
	margin-bottom: 2px;

	}
	
#story_column{
	width: 400px;
	left: 150px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
#story_column p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #616161;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
	
#story_column ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	line-height: 14px;
	margin-bottom: 15px;
	display: list-item;
	margin-left: 18px;
	}
	
#story_column ul li{
	margin-right: 10px;
	color: #616161;
	list-style-type: disc;
	margin-bottom: 8px;
	margin-left: 15px;
	display: list-item;
	}

#home_column{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 420px;
	width: 138px;
	font-weight: normal;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #29488E;
	}

#info_column{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 420px;
	width: 142px;
	font-weight: normal;
	}
	
#info_column h5 {
	font-size:11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #842F2B;
	padding-top: 2px;
	margin: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-weight: normal;
	background-image: url(../images/info_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	}
	
.info_container{
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 15px;
	background-image: url(../images/info_p_bg.gif);
	background-repeat: repeat-y;
	margin-top: 1px;
	}
	
.info_container p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	margin-top: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	}

#story_column .notes{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#story_column .notes p{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.0em;
	margin-left: 5px;
	}
	
#story_column .member{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	background-image: url(../images/event_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 386px;
	}
	
#story_column .member a{
	text-decoration: none;
	color: #356DAB;
	}

#story_column .member a:hover{
	text-decoration: underline;
	color: #2F6095;
	}
	
#story_column .member h4{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	background-color: #E9E9E9;
	font-family: Tahoma, Arial, sans-serif;
	margin-top: 0px;
	padding-top: 1px;
	margin-bottom: 1px;
	text-indent: 5px;
	margin-right: 0px;
	width: 384px;
	}
	
#story_column .member p{
	margin-top: 5px;
	font-size: 11px;
	margin-left: 5px;
	color: #5B5B5B;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 3px;
	}
	
#story_column .member img{
	margin-top: 5px;
	margin-bottom: 3px;
	}
	
.clear{
	clear: both;
	float: none;
	height: 10px;
	}
	
.left{
	float: left;
	}

#footer{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 153px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#footer ul{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	color: #666666;
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;

	}

#footer ul li{
	list-style-type: none;
	display: inline;
	}
	
#footer ul li a{
	text-decoration: none;
	color: #999999;
	font-size: 11px;
	}
	
#footer ul li a:hover{
	color: #356DAB;
	text-decoration: underline;
	}
	
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 9px;
	}

