body{/*All Pages*/
	 margin: 0px;
	 padding: 0px;
	 background-image: url(images/green_background2.jpg);
	 font-size: 14px;
	 font-family: trebuchet ms;
}

.noBorder{/*No border*/
	border: none;
}

.days{/*idk*/
	font-weight: bold;
	margin: 0 0 0 2em;
}

.SpFont{/*Index Page*/
	font-weight: bold;
	font-style: italic;
}

.fontsize{/*Index Page*/
	font-size: 14px;
}

.genrefontsize{/*Entertainment Page*/
	font-size: 14px;
	color: #4FC24B;
}

.vballfontsize{/*Volleyball page*/
	font-size: 14px;
	color: #1F8932;
}

.eventfontsize{
	font-size: 14px;
	color: #71CF6F;
}

.help{/*Index help wanted page*/
	color: #D90000;
}

.paragraph{/*Index help wanted page*/
	font-size: 18px;
	font-weight: normal;
}



div#wrap{/*Centers page content*/
	 width: 800px;
	 margin-left: auto;
	 margin-right: auto;
}

/*Banner and Shamrock border - All pages*/
div#banner{/*Banner*/
	height: 170px;
	background-image: url(images/banner2.gif);
	background-repeat: no-repeat;
}

div#nav{/*Navigation bar under banner*/
    height: 40px;
	background-color: #FFE36A;
	border-bottom: solid 2px;
	border-bottom-color: #71CF6F;
	border-top: solid 2px;
	border-top-color: #71CF6F;
}

div#nav img{
	margin: .6em 0 0 85px;
	border: none;
}

/*Left column - All pages*/
div#ileft{/*Index, Links to class pages on left, longer than other pages*/
	float: left;
	width: 185px;
	height: 850px;
	border-left: double #FFE36A;
	border-right: double #FFE36A;
	background-color: #4FC24B;
	color: #FFE36A;
}

div#ileft ul{/*Index, No bullets*/
	list-style-type: none ;
}

div#ileft li{/*Links run horizontal and have space between them*/
	font-size: 18px;
	margin: 10px 0 0 0;
}

div#ileft h3{/*Index, Class Assignments heading*/
	font-size: 24px;
	text-align: center;
}

div#ileft img.shamrock{/*Index, Flower under assignment links*/
	margin: .3em 0 0 40px;
	border: none;
}

div#ileft a:link {color:#FFFFCC;text-decoration:none;}
div#ileft a:visited {color:#FFFFCC;text-decoration:none;}
div#ileft a:hover   {color:#FFE36A;text-decoration:underline;}
div#ileft a:active {color:#FFFFCC;text-decoration:underline;}

div#barpic{
	width: 180x;
	margin: 3em 0 0 .3em;
}

div#shamOL{
	text-align: center;
	border: solid .5px;
}

div#address{
	position: relative;
	top: .5em;
	margin: 0 1em 0 0;
	font-size: 16px;
	color: #DEEBA9;
	text-align: center;
}

div#address p{
	margin: 2em 0 0 0;
}

div#meter
{
	position: relative;
	top: 3em;
	margin: 0 1em 0 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/*White Area - All Pages*/
div#icontent{/*div with assignment links and page content*/
	height: 850px;
	background-color: #FFF;
	color: #8989D8;
	border-bottom: double;
	border-bottom-color: #FFE36A;
	border-right: double;
	border-right-color: #FFE36A;
	margin: 0;
}

/*Right Div - All Pages*/
div#right{
	width: 603.5px;
	float: left;
	color: #1F8932;
	font-size: 16px;
	margin: auto;
	overflow: auto;
}

div#right h1{
	font-size: 20px;
	margin: 1em 0 3px 1.5em;
}

div#right h2{
	font-size: 22px;
	margin: .75em 0 5px 1.5em;
}

div#right h3{
	margin: 0;
	font-size: 20px;
	color: #FFD83C;
}

div#right p{
	margin: 0 0 0 2em;
}
/*Index Page*/
div#mon{
	float: left;
	width: 500px;
	padding: 0 0 0 2em;
	margin: .5em 0 0 1.5em;
}

div#mon a:link {color:#1F8932;text-decoration:underline;}
div#mon a:visited {color:#1F8932;text-decoration:underline;}
div#mon a:hover   {color:#FFD83C;text-decoration:none;}
div#mon a:active {color:#1F8932;text-decoration:underline;}


/*Entertainment page*/
div#entertain{
	float: left;
	width: 500px;
	text-align: left;
	margin: .5em 0 0 1em;
}
div#entertain h4{
	margin:  0 0 0 2em;
	font-size: 18px;
	color: #FFD83C;
}

div#entertain p{
	margin:  0 0 1em 4em;
	font-size: 16px;
	color: #1F8932;
}

div#entertain a:link {color:#1F8932;text-decoration:none;}
div#entertain a:visited {color:#1F8932;text-decoration:none;}
div#entertain a:hover   {color:#FFE36A;text-decoration:none;}
div#entertain a:active {color:#1F8932;text-decoration:underline;}

div#band1{
	position: relative;
	width: 300px;
	top: -720px;
	left: 330px;
}

div#band2{
	position: relative;
	width: 245px;
	top: -700px;
	left: 285px;
}

div#band3{
	position: relative;
	width: 245px;
	top: -670px;
	left: 345px;
}

div#band4{
	position: relative;
	width: 245px;
	top: -475px;
	left: 145px;
}

/*Volleyball Page*/
div#vball{
	float: left;
	width: 500px;
	text-align: left;
	margin: .2em 0 0 2em;
}

div#schedule{
	font-size: 14px;
}

div#vball p{
	margin: 1.5em 0 0 0;
}

div#vball h3{
	margin:  0 0 1em 2em;
	font-size: 18px;
	color: #71CF6F;
}

/*Events Page*/
div#event{
	float: left;
	width: 500px;
	padding: 0 0 0 2em;
	margin: .5em 0 0 1.5em;
	color: #1F8932;
}

div#event h3{
	color: #71CF6F;
}

div#event a:link {color:#1F8932;text-decoration:underline;}
div#event a:visited {color:#1F8932;text-decoration:underline;}
div#event a:hover   {color:#FFD83C;text-decoration:none;}
div#event a:active {color:#1F8932;text-decoration:underline;}

div#mbhalloween{/*Pic of Midnight Blind*/
	float: left;
	margin: 2em 0 0 9em;
}

/*Footer*/
div#footer{/*Footer*/
	width: 100%;
	text-align: center;
	color: #267928;
}

div#footer a{text-decoration: none; color:#8989D8;}
div#footer a:hover{text-decoration: underline; color: #8989D8;}
div#footer a:visited{text-decoration: none; color: #8989D8;}