@charset "utf-8";
/* CSS Document */
body {
	background-color: #FBF0DB;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.leftBG {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
	width: 20px;
	background-position: 0px 0px;
}
.rightBG {
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.footer {
	color: #FFF;
	text-align: center;
}
a {
	color:#000;
}
a:visited {
	color:#333;
}
a:hover {
	color:#F90;
}
a.footer {
	color:#FFF;
}
a.footer: visited {
	color:#CCC;
}
a.footer: hover {
	color:#FC3;
}
.footerText {
	margin-right: 25px;
	margin-left: 25px;
}
.mainContent {
	padding-right: 0px;
	padding-left: 1px;
	width: 575px;
	margin-top: 2px;
	padding-top: 0px;
}
.headerText {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.smallText {
	font-size: 10px;
	color: #666;
}
.newsPic {
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	border: 5px solid #CCC;
}
.dividerLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 98%;
}
.navLink {
	font-size: 14px;
}
.rightTeaser {
	background-color: #F3F3F3;
	border: 1px none #CCC;
	margin-left: 3px;
	padding: 4px 10px 10px;
	width: 167px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-top: 10px;
	text-align: left;
}
.teaserPic {
	margin-top: 8px;
	margin-bottom: 8px;
}
.titleBox {
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.teaserLeft {
	background-color: #F3F3F3;
	padding: 10px;
	width: 145px;
	margin-top: 10px;
	margin-left: 10px;
}
.titleheader {
	background-repeat: no-repeat;
	height: 35px;
	background-color: #003466;
	margin-left: 1px;
	margin-top: 10px;
}
.title {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-left: 4px;
}
.disclaimer {
	font-size: 11px;
	font-style: italic;
	color: #CCC;
}
#dropmenudiv{
	position:absolute;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	color: #FFFFFF;
	border-top: 1px solid #FFF;
	border-right: none #FFF;
	border-bottom: 0 solid #FFF;
	border-left: none #FFF;
	background-color: #FFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px none #FFF;
	padding: 2px 0 1px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 26px;
	margin-bottom: 7px;
	background-color: #B41B1D;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #003466;
	color: #FFFFFF;
}
.articlefooter {
	clear: both;
	background-color: #F3F3F3;
	padding: 2px 5px;
	text-align: right;
	margin-bottom: 10px;
}
.articleText {
	padding-right: 8px;
	padding-left: 5px;
	margin-bottom: 8px;
}
.teasertop {
	background-color: #FFF;
	height: 10px;
}
.formfield {
	height: 18px;
	width: 175px;
	border: 1px solid #333;
	margin-bottom: 2px;
	margin-top: 2px;
}
.error {
	color: #B41B1D;
}
.button {
	margin-top: 2px;
	margin-bottom: 2px;
}
