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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #444;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(assets/images/bg.jpg);
	background-repeat: repeat-x;
}
a.screen, a.screen:visited {
color:#fff; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:0px solid #000; /* add a border */
left:200; /* position:the image */
top:-250px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}


p {
	font-size: 80%;
	text-align: left;
}

h1 {
	font-size: 110%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000033;
	padding: 0px;
	height: 210px;
	background-image: url(assets/images/headerbg.jpg);
	background-repeat: repeat-x;
	width: 1000px;
}
#container {
	background-color: #FFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebarLeft {
	display: inline;
	float: left;
	width: 265px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#sidebarRight {
	display: inline;
	float: right;
	width: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #FFF;
}
#SideNavigation {
	width: 270px;
}
#mainContent {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 275px;
	margin-right: 140px;
}
#mainContent h2 {
	font-size: 90%;
	color: #FFF;
	background-color: #999;
	padding-left: 8px;
	text-indent: 10px;
}
#mainContent h3 {
	background-color: #CCC;
	font-size: 80%;
	padding-left: 8px;
}

#mainContent h1 a {
	font-size: 50%;
	color: #666;
}
#mainContent h1 a:hover {
	color: #000;
}
#mainContent  li {
	font-size: 70%;
	list-style-type: square;
}

#mainContent a {
	font-size: 100%;
	color: #000;
	text-decoration: none;
}

#mainContent a:hover {
	color: #999;
}

#footer {
	color: #000;
	background-color: #FFF;
	padding: 7px;
	background-image: url(assets/images/footerbg.gif);
	background-repeat: repeat-x;
}
#footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	font-size: 80%;
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #999;
	text-decoration: none;
}
#nav {
	width: 250px;
	margin-bottom: 15px;
}

#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #000033;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #FFF;
	background-color: #CCC;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
	background-color: #FFF;
}
#nav a {
	text-align: left;
	display: block;
	width: 228px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	text-indent: 5%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#newsletter {
	background-color: #CCC;
	margin-top: 0px;
	width: 226px;
	margin-bottom: 0px;
	padding: 0px;
}
#newsletter p {
	color: #000;
	padding-left: 8px;
	margin: 7px;
}
#newsletter input {
	margin-left: 8px;
	width: 90%;
}
#newsletter h1 {
	padding-left: 8px;
	margin: 0px;
	color: #333;
	text-align: center;
}

#buttons {
	padding: 5px;
	text-align: left;
	margin-left: 5px;
}
#wtflist {
	font-size: 80%;
}
#pilinks li {
	font-size: 80%;
}
#ascminlink a {
	font-size: 80%;
	color: #000;
}
#ascminlink a:hover {
	color: #999;
}
#handheld {
	display: none;
	width: 780px;
}
#handheldfooter {
	display: none;
}
#popout {
	width: 100%;
}
.sideContent h1 {
	font-size: 75%;
}



.headleft {
	float: left;
}
.headright {
	float: right;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.pilinks {
	font-size: 80%;
}
.imgLeft {
	float: left;
	margin-right: 8px;
}
.strong {
	font-weight: bold;
}
.italicstrong {
	font-style: italic;
	font-weight: bold;
}
#button {
	padding-top: 15px;
}
.imgright {
	float: right;
}
#mainContent #imagecente {
	margin-right: auto;
	margin-left: auto;
	width: 574px;
}
table {
	width: 100%;
	border: 1px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}
.tabletop {
	background-color: #666;
	color: #FFF;
}
.tableodd {
	background-color: #CCC;
}
h4 {
	background-color: #006;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 5px;
}
.copyright {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
}
