@charset "utf-8";
html {overflow: scroll;}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1D2764;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color: #03234A;
}
#container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/main.png);
	background-repeat: repeat-y;
	padding: 0px;
}
#containerhome {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #042656;
	background-repeat: no-repeat;
	padding: 0px;
	background-image: url(images/stripe.png);
	background-position: 0px 500px;
}
#mainContent {
    position:relative;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 50px;
}
#container #mainContent li {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
}
#maincontent img {
	margin: 6px;
}
#footer {
	background-color: #1e5391;
	color: #ffffff;
}

#footer a:link {
color:#ffffff;
text-decoration:none;
}
#footer a:visited {
color:#ffffff;
text-decoration:none;
}
#footer a:hover {
color:#ffffff;
text-decoration:none;
}
#footer a:active {
color:#ffffff;
}
#mainContent img {
padding:5px;
}

a.homeimg {
	display: block;
	width: 608px;
 	height:101px;
	text-decoration: none;
	background: url("downloads.png") no-repeat left top;
}
a.homeimg:hover {
	background-position: left bottom;
	text-decoration: none;
	color: #fff;
}

#viewicon{
	position:absolute;
	left: 860px;
	top:190px;
}
#viewicon a{
	text-indent:-9999px;
	width:46px;
	height: 50px;
	background-image:url(images/ViewButtonSprite.png);
	background-position:top left;
	display:block;
	outline:none;
}
#viewicon a:hover{
	background-position: bottom left;
}
