@charset "utf-8";
/* CSS Document */

#wrapper {	font-family: arial, courier, "times new roman", helvetica, sans-serif;
	font-size: 14px;
	color: black;
	width: 100%;
}
	
#wrapper-style	{
	background-color: #D2A67E;
}

#banner	{
	width: 100%;
	height: 180px;
	margin-left: -10px;
}

#H1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
}

#H2	{
	text-align: center;
	width: 100%;
	margin-top: -10px;
	padding-bottom: 20px;
	position: absolute;
	font-family: arial, courier, "times new roman", helvetica, sans-serif;
	
}

.subheading	{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #B5D27E;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	width: 60%;
	margin-top: 0px;
	position: absolute;
}
	
#wrapper img {
	margin-top: -10px;
	padding-left: 10px;
	padding-right: 50px;
	float: left;
}

.menu {
	font-family: arial, courier, "times new roman", helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0F3;
	background-color: #B5D27E;
	text-align: center;
	padding: 12px;
	height: 20px;
	width: 180px;
	margin-top: 140px;
	float: left;
}

a 	{
	text-decoration:	none;
}
a img	{
	border: none;
}

a.links:link {
	color: black;
}
a.links:visited	{
	color: #E271AC;
}
a.links:hover	{
	color: #F4DD5B;
}
a.links:active {
	color: #AAAAAA;
}

#content	{
	font-family: arial, courier, "times new roman", helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	width: 60%;
	background-color: white;
	padding: 50px;
	padding-top: 30px;
	margin-left: 200px;
	margin-top: 40px;
}

.highlight	{
	font-size: 20px;
	color: #754477;
}

.table 	{	
	font-family: arial, courier, "times new roman", helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-align: left;
	padding-top: 40px;
	padding: 40px;
	padding-bottom: 40px;
	height: 100px;
	width: 300px;
	margin-top: 5px;
	float: left;
}

#bullets {
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	width: 500px;
	left: 500px;
	padding-left: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.centered {
	text-align: center;
	font-weight: bold;
}

.border	{
	border-width: 4px;
	border-style: dotted;
	border-color: #D2A67E;
	padding: 20px;
	padding-bottom: 10px;
	width: 250px;
	float: left;
	height; 150px;
	margin-left: 50px;
	margin-top: 80px;
}

#footer	{
	font-family: "Edwardian Script ITC", Tahoma, "Times New Roman", sans-serif;
	font-size: 20px;
	text-align: center;
}

.update	{
	font-family: arial, courier, "times new roman", helvetica, sans-serif;
	text-align: right;
	font-style: italic;
	font-size: 10px;
	padding-right: 100px;
	padding-bottom: 30px;
	date:  21/02/2010;
}
