body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.schooltitle {
	font-size: 14px;
	font-weight: bold;
	color: #005AA6;
	background-image: url(images/title_sp.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 14px;
	background-color: #FFFFFF;
	height: 21px;
	margin-top: -5px;
	padding-top: 5px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 3px 3px 3px 18px;
	font-size: 10px;
	color: #666666;
	height: 15px;
}
#menu {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
	width: 160px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E0DFE3;
}
#menu div {
	font-size: 14px;
	color: #999999;
	background-image: url(images/menutitle_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
	vertical-align: middle;
	display: block;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 7px;
}

#main {
	padding-left: 22px;
	
}
#main h1{
	font-size: 18px;
	color: #005AA6;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	margin-left: -16px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#main textarea, #main input{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}


#pdf {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 23px;
	margin-top: -13px;
	padding-top: 13px;
}
#print {
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 23px;
	margin-top: 0px;
	padding-top: 0px;
}
a:link, a:active, a:visited {	color: #000099;	text-decoration: none;}
a:hover{	color: #0033FF;}

#menu ul {
	margin: 0 0 0; /* remove bullet indent IE*/
	padding: 0; /* remove bullet indent Netscape*/
	list-style-type: none;
	
}

#menu li {
	margin: 0 0 -10px; /* line height */
	padding: 0px;
}

#menu a {
	display: block;
	padding: 2px 12px 2px; /* text indent: top left */
	background-image: url(images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px; /*indent  list */
	color: #FF6600;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
}

#menu a:link, #menu a:visited {
	color: #FF6600;
	text-decoration: none; 
}
#menu a:hover {	 background-color:#EBF7FD;}
#main li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: -20px;
}
