@charset "utf-8";
/* CSS Document */

@import "school_leavers.css";
@import "intro.css";

a {
	text-decoration:none;
}

.options_header {
	width:548px;
	background-image:url(/leavers_table_head.gif);
	background-color:#2c470e;
	border:4px solid white;
	border-bottom: none;
	background-repeat:repeat-x;
	margin:0 auto;
	text-align: center;
}
.heading_text {
	color:white;
	font-size:70%;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	padding-top:7px;
	padding-bottom:7px;
}
.leftpad {
	margin:3px;
	margin-left:24px;
	width:100px;
	text-align:left;
}

#options {
	width:556px;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align:center;
	padding-bottom: 4px;
	margin-bottom:10px;
	overflow:hidden;
}
#options ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#options li {
	display:inline;
	text-align:left;
}
#options a {
	float:left;
	width:134px;
	height:4.3em;
	margin-left:4px;
	line-height:1.0;
	background-image:url(/option.jpg);
	background-color: #CCCCCC;
	background-repeat:no-repeat;
	background-position: top;
	display:block;
	font-size:60%;
	font-weight:bold;
	color:#464648;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #345E0F;
}
#options a:hover {
	color:#888888;
}

