/* Green blue theme for All Year Group by Sunshine Tech Group 2007 */

body {
	background-color: #ffffff;
	background: url("lineback.gif");
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

div.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	width: 700px;
	background: #ffffff;
}

div.header {
	margin: 0px;
	padding: 0px;
	background: white;
}

div.horizontalbuttons {
	margin: 0px;
	padding: 0px;
	background: white;
}

#menu {
	float: left;
	width: 138px;
	padding: 0px;
	background: #55aa55;
}

#content { 
	float: left;
	background: white;
	width: 532px;
	padding: 10px 15px;
	line-height: 1.5em;
}

div.footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	background: white;
	color: #676797;
	padding: 10px;
}

div.footer a{
	text-decoration: none;
	color: #676797;
}

/* Various Tags... */
h1	{
	font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; line-height: 120%; color: #000; margin-bottom: 0;
	}

h2 	{
	font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height: 110%; color: #000000; margin-bottom: 0;
	}
	
td {
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; color: #000000;
	}
	
a.plain { text-decoration: none; color: #000000; font-weight: bold; }