@import "container.css";
@import "dropdown/default.css";
@import "dropdown/default.ultimate.css";
@import "dropdown/dropdown.css";
@import "dropdown/dropdown.vertical.css";

body  {
	color: #3A6306;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #F7D86C;
	background-position: center;
}

h4
{ 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A6306;
	font-weight: bold;
	}
p {
	color: #3A6306;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
form {
	margin: 0px;

}


#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006600;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#header {
	background-image: url(../images/h_bg.gif);
	background-repeat: repeat-x;
	height: 185px;
	padding-top: 3px;
} 


#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F5C500;
	font-style: italic;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}

#header2 {
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 800px;
}
#header .float_left {
	float: left;
	margin-left: 20px;
}
#header .float_right {
	float: right;
	margin-right: 20px;
}


#wrapper{
	width: 800px;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-y;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
}



#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFCC;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	color: #000000;
}

#sidebar2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #3D4339;
	font-style: italic;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

#sidebar2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A6306;
	font-weight: normal;
}

#mainContent {
	background-color: #EEEFEA;
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent p{
	color: #3A6306;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	text-indent: 30px;
} 
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: left;
	word-spacing: normal;
	color: #2A3F00;
	font-weight: bolder;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BEC59C;
	font-style: italic;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3D4339;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	}
#mainContent img {
	padding-top: 0px;
}



#bottom {
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#footer {
	background-color: #CCCCCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	text-align: center;
}
#stat4u {
	margin-top: 10px;
	text-align: center;
}

.right {
	float: right;
	text-align: right;
	margin-left: 7px;
}
.left {
	float: left;
	text-align: left;
	margin-right: 10px;
}

.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;
	margin: 0px;
	padding: 0px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#header .float_right {
	float: left;
	margin-left: 10px;
}
