@charset "utf-8";
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;
	background-image: url(images/bluedamaskbg_part.jpg);
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}


html {
    height: 100%;
    margin-bottom: 1px;
}


#container {
	width: 891px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/glowbg.png);
	background-repeat: repeat-y;
	background-position: center;
}	

#header {
	height: 88px;
	width: 890px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 1px;
} 

#header img {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: 35px;
}
#mainContent {
}
#mainContent1 {
	margin: 40px;
	font-size: .9em;
	line-height: 1.5em;
}
#mainContent1 h1 {
	font-size: 2em;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 20px;
}
#mainContent1 a {
	color: #3399FF;
}
#mainContent1 h2 {
	padding-top: 10px;
	color: #CCCCCC;
}




#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	background-color: #00000A;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 17px;
}

#sidebar1 img {
	margin: 0px;
	padding: 0px;
}
#sidebar1 p {
	color: #FFFFFF;
	font-size: .8em;
}
#sidebar1 a {
	color: #3399FF;
	text-decoration: underline;
}

#sidebar1 img {
	padding-top: 5px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 889px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#footercontent {
	padding-right: 30px;
	line-height: 1.5em;
}

.credit {
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlft1 {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
