@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F7FB;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
}
#musthead {
	background-color: #478FC9;
	background-image: url(../images/header_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 275px;
	width: auto;
}
.pageurl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	width: 980px;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 10px;
	margin-left: auto;
	padding-left: 10px;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.boxContainer {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.storyline {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.sidebanner {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	color:#669ACC;
	margin-bottom: 10px;
	margin: 0;
	font-weight: normal;
}
h1{
	color: #FFFFFF;
}
.title {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #669ACC;
	padding-left: 10px;
	line-height: 35px;
	background-color: #F0F5F9;
	display: block;
}
.entry {
	padding: 10px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.entry a:link { color:#669ACC}
.entry a:hover { color:#FF6600}
.img {
	color: #CCCCCC;
	background-color: #333333;
	float: right;
	height: 90px;
	width: 160px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	clear: right;
}
.img-entry {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.img-entry .piclinks {
	border: thin solid #669ACC;
	margin: 5px;
	filter: progid DXImageTransform.Microsoft.Alpha(opacity=100);
   	-moz-opacity:1.0; 
  	opacity:1.0;
}

.img-entry .piclinks:hover {
	border: thin solid #232D48;
	margin: 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  	-moz-opacity:0.50; opacity:.50;
}
.img-box {
	border: thin solid #ccc;
	margin: 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   	-moz-opacity:1.0; 
  	opacity:1.0;

}
.img-box:hover {
	border: thin solid #232D48;
	margin: 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  	-moz-opacity:0.50; opacity:.50;
}

.piclinks {
/*	border: medium solid #EFEFEF;
	margin: 5px;*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity:1.0; 
  opacity:1.0;
}

.piclinks:hover {
	/*border: medium solid #232D48;
	margin: 5px;*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity:0.50; opacity:.50;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footnote a:link, /*a:visited*/{
	color:#CCCCCC;
}
.footnote a:hover, /*a:active*/{
	color:#FFFFFF;
	background-color:#FFCC00;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	text-align: center;
	padding: 15px 15px 0 15px;
	clear: both;
	color: #FFFFFF;
}

/* CSS Page Footer Navigation */
#navcontainer {
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
	border: 1px solid #CCC;
	bottom: 2px;
	color: #FFF;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
	background-color: #333333;
}

#navlist a:hover {
	background: #FFCC00;
	bottom: 1px;
	color: #333333;
	position: relative;
	right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
	background: #333333;
	bottom: 13px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
	background: #333333;
	border-bottom: none;
	bottom: 0;
	color: #FFF;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
}
