/* CSS Document */


body {
	background-color: #FF0000;
	text-align: center;
	font-size: 80%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial;
}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#header {
	color: #FFFFFF;

}

#header #logo {
	float: left;
	width: 182px;
}

#header #schoolName {
	float: left;
	width: 578px;
}

#schoolDetails .detailsLeft {
	float: left;
	width: 359px;
	height: 56px;
	padding-left: 30px;
}

#schoolDetails .detailsRight {
	float: left;
	width: 189px;
	text-align: right;
	height: 56px;
}

#body {
	width: 760px;
	clear: both;
	float: left;
}

#bodyHeader {
	clear: both;
	float: left;
	background-image: url(../../_files/images/container_top.gif);
	width: 760px;
	height: auto;
	background-repeat: no-repeat;
}

#bodyHeader #subNav {
	padding-left: 275px;
	padding-top: 15px;
	padding-right: 20px;
}


#bodyHeader #subNav ul {
	padidng: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding-bottom: 7px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #393E3E;
	font-size: 175%;
}


#bodyHeader #subNav li {
	display: inline;
	padding-right: 5px;
	margin: 0px;
	padding-left: 0px;

}

#bodyMain {
	clear: both;
	float: left;
	background-image: url(../../_files/images/container_main.gif);
	width: 760px;
	background-repeat: repeat-y;
}

#mainMenu {
	float: left;
	width: 279px;

}

#bodyContent {
	width: 461px;
	float: left;
	padding-right: 20px;

}


#bodyFooter {
	clear: both;
	float: left;
	background-image: url(../../_files/images/container_footer.jpg);
	width: 535px;
	height: 120px;
	background-repeat: no-repeat;
	padding-left: 225px;
	padding-top: 20px;
	font-size: 90%;
	color: #FF9797;
}

#bodyFooter a:link		{color: #FF9797; text-decoration: none;}
#bodyFooter a:visited	{color: #FF9797; text-decoration: none;}	
#bodyFooter a:hover	{color: #FFFFFF; text-decoration: underline;}
#bodyFooter a:active	{color: #FF9797; text-decoration: none;}
