@charset "utf-8";
/* CSS Document */

#vertBSblock{
	width: 218px;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #FFF;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	font-weight: bold;
	text-align: left;
}

* html #vertBSblock{ /*IE 6 only */
	w\idth: 160px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#vertBSblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#vertBSblock li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39C;
}

#vertBSblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #F3F3F3;
	color: #333;
	text-decoration: none;
	width: 100%;
	border-right-width: 14px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #83B0D6;
	border-left-color: #666;
	background-image: url(menuImg/indentbg.gif);
	background-repeat: repeat-x;
}

html>body #vertBSblock li a{ /*Non IE6 width*/
width: auto;
}

#vertBSblock li a:hover{
	background-color: #F93;
	color: #333;
	border-right-width: 14px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #508FC4;
	border-left-color: #35609A;
	background-image: url(menuImg/indentbg2.gif);
	background-repeat: repeat-x;
}
.horizBStabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.horizBStabs ul{
	margin: 0;
	padding-left: 240px;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
}

.horizBStabs li{
	display: inline;
	margin: 0;
	width: 162px;
}

.horizBStabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #333; /*background of tabs (default state)*/
	background-color: #F3F3F3;
	width: 162px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-right-width: 14px;
	border-right-style: solid;
	border-right-color: #83B0D6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-image: url(menuImg/indentbg.gif);
	background-repeat: repeat-x;
}

.horizBStabs li a:visited{
	color: #666;
}

.horizBStabs li a:hover, .horizBStabs li.selected a{
	background-color: #F93;
	color: #333;
	border-right-width: 14px;
	border-right-style: solid;
	border-right-color: #508FC4;
	border-left-color: #35609A;
	background-image: url(menuImg/indentbg2.gif);
}
.newsPhoto3 {
	background-color: #666;
	width: 242px;
	border: 1px solid #FC0;
	float: left;
	margin-left: 7px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
.newsPhoto3Left {
	background-color: #666;
	width: 210px;
	float: left;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-right: 6px;
	margin-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.newsText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #FFF;
	padding-left: 2px;
	font-weight: normal;
	text-align: left;
	background-color: #666;
	padding-top: 2px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin-top: 5px;
	padding-bottom: 2px;
	height: 43px;
	margin-bottom: 5px;
}

.newsHeadline {
	background-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.newsPict {
	border: 2px solid #333;
}
.newsPict a {
	border: 2px solid #333;
}
.newsPict a:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
}
