body{
	margin:0px;
	background: white url("/Images/Layout/bg.jpg");
	background-repeat: repeat-y;
	background-position: top;
	background-position: -9 0;
	font-size: 14px;
	color: 000000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link{
	color: #408000;
	text-decoration:none
}
a:visited{
	color: #408000;
	text-decoration:none
}
a:hover{
	color: #804000;
	text-decoration:none
}
a:active{
	color: #804000;
	text-decoration:none
}

/*Classes*/

.content{

	width:600px;
}

.sched_title,.admin_title{
	border-left: 1px #408000 solid;
	border-right: 1px #408000 solid;
	border-bottom: 1px #804000 solid;
	font-family: "Garamond","Century Schoolbook";
	font-size: 19px;
	text-align: center;
	
}

.sched,.admin_box{
	border-left: 1px #408000 solid;
	border-right: 1px #408000 solid;
	text-align: center;
	font-size: 14px;
	font-family: "Arial", "Helvetica", "sans-serif";
	padding-bottom: 3px;
}

.box{
	border: 1px #408000 solid;
	text-align: center;
	font-size: 14px;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.admin_container,.container{
	width: 600px;
}

.smcontainer{
	width: 300px;
}

.admin_table{
	width: 100%;
}

.admin_text{
	width: 93%;
}

.picbox{
	border: 1px black solid;
	padding: 1px;
}

.pic{
	border: 1px #408000 solid;
	padding: 1px;
	background-repeat: no-repeat;
	background-position: center center;
}

.pic:hover{
	border: 1px #804000 solid;
	padding: 1px;
	background-repeat: no-repeat;
	background-position: center center;
}

/*Headers*/

h1{
	font-weight: 600;
	font-size: 28px;
	font-family: "Garamond","Century Schoolbook";
	text-align:center;
	margin:0px;
}

h2{
	font-weight: 600;
	font-size: 24px;
	font-family: "Century Schoolbook","Garamond";
	text-align: center;
	margin:0px;
	padding-top: 8px;
	padding-bottom: 4px;

}
h3{
	font-family: "Garamond","Century Schoolbook";
	font-size: 19px;
	text-align: center;

}

h4{
	font-weight: 600;
	font-size: 18px;
	font-family: "Century Schoolbook","Garamond";
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin:0px;
}

h5{
	margin: 0px;
	font-weight: 400;
	font-size:16px;
	text-align: center;
}

p{
	font-size:14px;
	margin:0px;
}

