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

.holder {
	margin: auto;
	width: 960px;
	background-color: #fdfdfd;
	padding: 17px;
}
body {
	background-image: url(../images/bg_main.gif);
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333333;
}
.left {
	float: left;
	width: 217px;
}
.middle {
	float: left;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	width: 548px;
	text-align: justify;
}
.right {
	width: 161px;
	float: left;
}
.navheader {
	background-color: #fe932b;
	font-size: 11px;
	color: #0064bb;
	border: 1px solid #a7a9ac;
	text-align: right;
	font-weight: bold;
	height: 15px;
	padding-top: 2px;
	padding-right: 5px;
}
.rcolheader {
	background-color: #ad0000;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #a7a9ac;
	font-weight: bold;
	height: 15px;
	padding-top: 2px;
	padding-left: 5px;
}
.news {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a9a9a9;
	border-right-color: #a9a9a9;
	border-bottom-color: #a9a9a9;
	border-left-color: #a9a9a9;
	margin-top: 10px;
	margin-bottom: 17px;
	text-align: right;
}
.nav {
	background-color: #9aa4ae;
}
.flash {
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	float: left;
	border: 1px solid #aeaeae;
}
.headerright {
	height: 203px;
	width: 161px;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer1 {
	background-color: #a9a9a9;
	height: 7px;
}
.footer2 {
	background-color: #d2d2d2;
	height: 49px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #4e4e4e;
}
.footer2 a {
	color: #00315b;
}
.footer2 a:hover {
	color: #ad0000;
}
.text1 {
	font-size: 18px;
	font-weight: bold;
	color: #fe932b;
}
.text2 {
	color: #0063BB;
}
a {
	color: #0064b9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.newstitle {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #fe932b;
	font-weight: bold;
}
.newsbox {
	font-size: 11px;
	color: #003765;
}
.newsbox a {
	font-size: 11px;
	color: #ad0000;
	text-decoration: none;
}
.newsbox a:hover {
	text-decoration: underline;
}
.middle img {
	border: 3px double #acacac;
}
.error {
	color: #990000;
}
.input-error {
	border: 1px solid #990000;
	background: #FFFFCC;
}

