@charset "utf-8";
body {
	font-family: "Century Gothic", Arial, "Trebuchet MS", Tahoma;
	color: #333333;
	background-color: #F0F0F0;
	background-image: url(Images/bg.png);
	font-size: small;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
.date {
	text-transform: uppercase;
	color: #006699;
	font-weight: bold;
}

.datebig {
	text-transform: uppercase;
	color: #006699;
	font-weight: bold;
	font-size: large;
}

.main {
	background-color: #FFFFFF;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	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: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.indent {
	padding-left: 18px;
}
.middle {
	width: 870px;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	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: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 20px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#globalnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#globalnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#globalnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#globalnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.topbanner {
	height: 204px;
	width: 852px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	vertical-align: top;
}
.float {
	z-index: 100;
	float: right;
	position: absolute;
	top: 42px;
	right: 94px;
}

.imgborder {
	border: 1px solid #999999;
}
.navbar {
	background-image: url(Images/nav_bar_bg.png);
	background-repeat: repeat-x;
	height: 100px;
	width: 870px;
}
.footer {
	font-size: x-small;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
#globalnav {
	float: right;
	margin-right: 60px;
	margin-top: 55px;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#logo {
	float: left;
}
.leftcolumn {
	float: left;
	width: 450px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 50px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
}
.rightborder {
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rightcolumn {
	width: 310px;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 0px;
	float: right;
	height: auto;
	background-color: #FFFFFF;
}

h1 {
	font-size: large;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: x-large;
	margin-top:3px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #999999;
border-bottom-width: 1px;
width: 600px; /*width of featured content slider*/
min-height: 450px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: white;
padding: 15px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #003366;
background: white;
border: #003366 solid 0px;
}

.pagination a:hover, .pagination a.selected, .pagination a.visited{
border: #999999 solid 0px;
color: #999999;
}
.bottomborder {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
}
