body
{
	margin: 0px 0px 0px 0px;
	background-color: #e4e4e4;
	background-image: url(images/BackgroundFade.png);
	background-repeat: repeat-x;
}

a img
{
	border: none;
}


td
{
	font-family: Tahoma;
	font-size: 11px;
}

p
{
	margin-top: 0px;
	margin-bottom: 5px;
}

h1
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #505050;
}

h2
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #505050;
}

h3
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #505050;
}

.SiteWrap
{
	position: absolute;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.Logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.Header
{
	position: absolute;
	top: 10px;
	left: 225px;
}

.Menu
{
}

.LeftBar
{
	top: 200px;
	width: 200px;
	float: left;
	margin-top: 200px;
}

.CenterBar
{
	top: 130px;
	width: 500px;
	background-color: #ffffff;
	border: solid 1px #747474;
	float: left;
	margin-top: 130px;
}

.AdminBar
{
	top: 130px;
	width: 780px;
	background-color: #ffffff;
	border: solid 1px #747474;
	float: left;
	margin-top: 130px;
}

.RightBar
{
	width: 285px;
	margin-top: 130px;
	float: left;
	margin-left: 15px;
}

.FootPad
{
	position: relative;
	border: solid 1px red;
}

.Footer
{
	clear: both;
	width: 1000px;
	text-align: center;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	background-color: #B0B0B0;
	margin-top: 20px;
	padding-top:5px;
	padding-bottom: 5px;
	font-family: Verdana;
	font-size: 12px;
float: left;
}

.SchoolSelect
{
	position: absolute;
	top: 90px;
	left: 225px;
	width: 750px;
}

.SchoolSelect table
{
	width: 100%;
}

.SchoolSelect img
{
	border: none;
}



/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
	width: 180px;
	margin-left:10px;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 20px;
	background-color: Transparent;
}

.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #A0A0A0 1px solid;
	border-left: #A0A0A0 1px solid;
	border-top: #A0A0A0 1px solid;
	border-right: #A0A0A0 1px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
	background-color: #d0d0d0;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
.RootMenu_MenuItem, .RootMenu_MenuItem td
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica !important;
	font-size: 12px !important;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
}
.RootMenu_MenuItemAct, .RootMenu_MenuItemAct td
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #e0e0e0;
}
.RootMenu_MenuItemSel, .RootMenu_MenuItemSel td
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #a0a0a0;
}
