html
{
	height: 100%;
	background: #5b7d48 url('../img/grass.gif') bottom repeat-x;
	margin: 0;
	padding: 0;
}

body
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url('../img/body_bg.gif') repeat-x;
	border-top: 1px solid #ccc;
}

a
{
	text-decoration: none;
	color: green;
}

p
{
	text-align: justify;
	margin: 0;
	margin-bottom: 15px;
}

h1,
h2,
h3
{
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
	color: #30690f;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

#frame
{
	width: 736px;
	margin: auto;
	text-align: left;
}

#header
{
	height: 84px;
	width: 349px;
	background: url('../img/header.gif') no-repeat;
	margin-bottom: 25px;
}

#header h1
{
	display: none;
}

#menu
{
	list-style: none;
	margin: 0;

	margin-bottom: 0 !important;
	margin-bottom: -3px;

	padding: 0;
	margin-left: 20px;
	height: 13px;
	clear: both;
}

#menu li
{
	display: block;
	float: left;
	margin: 0 15px 0 10px;
	padding: 0;
}

#menu li a
{
	font-family: Century Gothic, tahoma, arial, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold;
}


#menu li.active
{
	background: url('../img/menu_bg_left.gif') no-repeat top left;
}

#menu li.active a
{
	background: url('../img/menu_bg_right.gif') no-repeat top right;
	color: #30690f;
	padding: 0 15px 3px 15px;
}

#menu ul
{
	display: none;
}

#content
{
	background: white;
	padding: 15px;
	margin-top: 3px;
	background: white url('../img/content_bg.gif') no-repeat 0 0;
}

#left,
#right
{
	width: 46%;
}

#left
{
	float: left;
}

#right
{
	margin-left: 50%;
}

#bottom
{
	clear: both;
}

#footer
{
	clear: both;
	background: white;
	font-size: 10px;
	padding: 5px;
	background: url('../img/footer_bg.gif') repeat-x;
	border: 3px solid white;
	color: #666;
	text-align: right;
	height: 28px;
	margin: 0;
}

#school
{
	text-align: left;
	float: left;
}

/* for index_menu.htm */
#main
{
	margin-left: 175px;
	width: 525px;
}

#menubar
{
	width: 170px;
	float: left;
}

#menubar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #dedede;
}

#menubar li
{
	padding: 0;
}

#menubar li a
{
	font-size: 14px;
	padding: 5px;
	display: block;
	/*font-weight: bold;*/
}

#menubar li.active
{
	background: url('../img/dent.gif') 100% 50% no-repeat;
}

#menubar li a:hover
{
	background-color: #e6e6e6;
}


/* PHI Rewriting */
.phi_options ul li a:hover
{
	background: #30690f !important;
}

.phi_options ul
{
	border-left: 20px solid #30690f !important;
}

.phi_page_path
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.phi_page_path li
{
	display: inline;
	margin-right: 10px;
}

.phi_page_path li a
{
	padding-right: 15px;
	background: url('../img/arrow.gif') no-repeat 100% 50%;
}
