@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #000033;
	margin: 0; 
	padding: 0;
	text-align:center; 
	color: #000000;
}

#container {
	width:800px; 
	background: #EEF7FB;
	margin: 0 auto; 
	text-align: left; 
} 
#scroll {
	width:800px;
	height: auto;
	text-decoration: none;
} 


#scroll a:link {color:#336699;} /* unvisited link */
#scroll a:visited {color:#336699} /* visited link */
#scroll a:hover {color: #990000} /* mouse over link */
#scroll a:active {color:#336699} /* selected link */


#headerbar {
	background: #333399;
	text-align:left;
	width: 800px;
	margin:0 auto;
	padding:4px 0px 4px 0px;
	color:#FFFFFF;
	}

#headerbar img {margin:5px 0 0 10px;}
#headerbar .right {float:right; margin: 0 10px;}


#header h1 {
	margin: 0; /
	padding: 10px 0; 
	font-size: 88%;
	color:#000033;
}

#sidebar1 {
	float:left;
	width: 190px; 
	background: #333399;
	margin:-0px 15px -0px 0;
	padding: 0px 0px; 
	/*border-top: 20px solid #333399;*/
}


div#menu {
	text-align:right;
	width: 100%;
	background-color:#000000;
	padding: 0 0px;
	margin: 20px 0px 10px 0;
	
}

div#menu a {
	text-decoration:none;
	font: 1.0em Arial, Helvetica, sans-serif;
	/*background-color:#000099; */
	background-image:url(../images/menu1.gif);
	font-weight:bolder;
	display:block;
	color: #FFFFff;
	margin:2px 0px;
	padding: 4px 8px 4px 8px;
	}
	
div#menu a:hover {color: #990000;
	background-image:url(../images/menu2.gif);
	/*background-color: #FFCC00; */
	} 
	
/*div#menu a:visited { color: #666666;} */


#marquee {
	background-color:#ffFFFF;
	background-image:url(../images/marqueeimage.jpg);
	border: 5px solid #0066FF;
	padding: 3px 10px;
}

#sidebar1 p.marquee {color:#000033;}

#sidebar1 p {
	color:#ffffff;
	margin: 15px 10px;
}

#sidebar1 h3 {
	margin:10px 10px 0 10px;
	font-style:italic;
	color:#FFFFFF;
}


#sidebar2 {float:right;
	width: 155px; /* since this element is floated, a width must be given */
	background: #333399;
	margin: 0px 0px 0 0;
	padding: 0px 10px; /* top and bottom padding create visual space within this div */
	/*border-top: 20px solid #333399;*/
	font-size: 90%;
	color:#FFFFFF;
}


#sidebar2 h3 {
	margin:20px 0px 0 0px;
	font-style:italic;
	color:#FFFFFF;
	}

#sidebar2 li {
	margin: 5px 0 0 -15px;
	}


#mainContent {
	width: 400px;
	padding:0 0 0 0px;
	margin: 0px auto; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 


#mainContent h1 {
	font-size: 20px;
	margin: 22px 0 -5px 0;
	color: #333399;
}

#mainContent h2 {
	font-size: 18px;
	margin: 22px 0 -5px 0;
	color: #333399;
}

#mainContent h3 {
	font-size:14px;
	margin: 12px 0 -5px 0;
	color: #333399;
}

#mainContent p {
	font-size: 80%;
	margin: 5px 0 0 0;
	color: #333399;
}

#mainContent li {
	font-size: 80%;
	margin: 0 0 0 -15px;
	color: #333399;
	}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#336600;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}
.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;
}
