@charset "utf-8";
/* CSS Document */

#wrapper {
	float: left;
	height: auto;
	width: 100%;
}
#banner {
	float: left;
	height: 150px;
	width: 1000px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#opening {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	width: 150px;
	font-style: italic;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}
h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #CCC;
}

h4 a:link,h4 a:visited, h4 a:active{
	font-family: "Comic Sans MS", cursive;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #CCC;
}

h4 a:hover{
	font-family: "Comic Sans MS", cursive;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FC3;
}

#background {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 1000px;
	background-color: #cc6633;
}








#content {
	float: left;
	width: 90%;
	background-color: #FFF;
	height: auto;
	background-repeat: no-repeat;
}
#bottom {
	background-image: url(images/botleft.jpg);
	float: left;
	height: 33px;
	width: 90%;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#main {
	height: auto;
	width: 1000px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 100px;
	margin-top: 50px;
	
}
#header {
	float: left;
	height: 87px;
	width: 885px;
	margin-top: 50px;
	margin-left: 50px;
}



#top {
	background-image: url(images/topleft.jpg);
	
	height: 33px;
	width: 90%;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#right {
	background-image: url(images/topright.png);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 150px;
}
#right_top {
	background-image: url(images/topright.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 33px;
	width: 150px;
}

#right_bot {
	background-image: url(images/botright.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 33px;
	width: 150px;
}
.articleone {
	float: left;
	width: 280px;
margin-top: 40px;
	margin-right: 30px;
	height: auto;
	padding: 10px;
}

.articletwo {
	float: left;
	width: 280px;
	margin-top: 40px;
	margin-right: 30px;
	height: 350px;
	padding: 10px;
	background-image: url(images/blackboard2.png);
	background-repeat: no-repeat;
}
.articlethree {
	float: left;
	width: 450px;
	margin-top: 40px;
	margin-right: 30px;
	height: auto;
	padding: 10px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #3C0701;
	text-align: center;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
	text-align: left;
}


#leftside {
	float: left;
	height: 500px;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #666;
}
#footer {
	float: left;
	height: auto;
	width: 90%;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #666;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3C0701;
	text-align: center;
}
#navone {
	float: left;
	height: 1000px;
	width: 100px;
	top: 0px;
}
#mainnav {
	list-style-image: none;
	list-style-type: none;
	margin: 10px;
	padding: 0px;

}
#mainnav li {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainnav li a:link, #mainnav li a:visited, #mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
	padding: 0px;
	width: 120px;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #930;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
#mainnav li a:hover {
	text-decoration: none;
	border-bottom:solid 5px #333;
	background-color: #633;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#mainnav li a.active:link, #mainnav li a.active:visited, #mainnav li a.active:active, #mainnav li a.active:hover {
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	background-color: #963;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 

