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

#wrapper {
	
	padding:20 20 20 20;
	background-color:#FFFFFF;
}

#header {
	height:135px;
	
	font-size:13px;
	text-transform:uppercase;
}
	
#header a:link {
	text-decoration:underline;
	color:#101010;
}

#header a:visited {
	text-decoration:underline;
	color:#101010;
}

#header a:hover {
	text-decoration:none;
	color:#555555;
}


#header .subscribelink a:link {
	text-decoration:underline;
	color:#FD885F;
	font-weight:bold;
}

#header .subscribelink a:visited {
	text-decoration:underline;
	color:#FD885F;
	font-weight:bold;
}

#header .subscribelink a:hover {
	text-decoration:none;
	color:#E97B53;
	font-weight:bold;
}


#menuwrapper {
	margin:0;
	padding:0;
}

#main_content {
	width:980px;
	text-align:left;
	padding:5px;
	font-size:14px;
}

#main_content a:link {
	color:#4D87BC;
	text-decoration:underline;
}

#main_content a:visited {
	color:#4D87BC;
	text-decoration:underline;
}

#main_content a:hover {
	color:#597491;
	text-decoration:none;
}


#content_slider {
	margin-top:1px;
	margin-bottom:5px;
	padding:0;
	width:980px;
	height:340px;
	background-color:#597491;
}



.orangebar {
	background-color:#FD885F;
	width:980px;
	height:40px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}


.orangebar a:link {
	text-decoration:underline;
	color:#FFFFFF;
}

.orangebar a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}


.orangebar a:hover {
	text-decoration:none;
	color:#F9F9F9;
}

#footer {
	width:980px;
}

.footertext {
	width:980px;
	height:70px;
	background-color:#EEEEEE;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
}

.footertext a:link {
	color:#4D87BC;
	text-decoration:underline;
}

.footertext a:visited {
	color:#4D87BC;
	text-decoration:underline;
}


.footertext a:hover {
	color:#597491;
	text-decoration:none;
}

.footercopy {
	text-align:center;
	height:75px;
	width:980px;
	color:#101010;
	margin-top:5px;
	font-size:11px;
}

.footercopy a:link {
	color:#101010;
	text-decoration:underline;
}

.footercopy a:visited {
	color:#101010;
	text-decoration:underline;
}

.footercopy a:hover {
	text-decoration:none;
	color:#555555;
}

.footercopysmall {
	font-size: 11px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

