@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3945D5;
	background-attachment: fixed;
	
}
.redText {
	font-weight: bold;
	color: #FF0000;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.lefttext {
	float: left;
	color: #F00;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #EC7B2F;
	text-decoration: underline;
}
.orangeText {
	font-weight: bolder;
	color: #EC7B2F;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ec7b2f;
	border-right-color: #ec7b2f;
	border-bottom-color: #ec7b2f;
	border-left-color: #ec7b2f;
	border-bottom-width: 3px;
	height: 100%;
}
#navBar{
	width: 235px;
	float: left;
	height: 100%;
}
#content{
	width: 701px;
	float: left;
	padding-right: 3px;
	clear: right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content a:link {
	color: #EC7B2F;
}
#content a:hover {
	color: #2979C2;
}
#content a:visited {
	color: #EC7B2F;
}


#news {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}

#scroller {
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}

#footer{
	line-height: 40px;
	background-color: #04529A;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/footerBG.jpg);
	clear: both;
	font-size: .8em;
}
#mid{
	width: 949px;
}
.floatLeft {
	float: left;
	padding: 2px;
	border: thin solid #00529C;
	margin: 3px;
}
.floatRight {
	float: right;
	padding: 2px;
	border: thin solid #00529C;
	margin: 3px;
}
