body {
	background-color : #FFFFFF;
}

a {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #E877AF;
	text-decoration : none;
}

a:visited {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #E877AF;
	text-decoration : none;
}

a:hover {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #7E8082;
	text-decoration : underline;
}

a:active {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #7E8082;
	text-decoration : underline;
}

#PageContainer {
	width : 770px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	border : 1px solid #7E8082;
	background-image : url(images/bg.gif);
	background-repeat : repeat;
}

#Header {
	height : 100px;
	text-align : center;
	background-color : #FFFFFF;
	border-bottom : 1px solid #7E8082;
}

#Strapline {
	height : 25px;
	text-align : center;
	background-color : #FFFFFF;
	border-bottom : 1px solid #7E8082;
}

#Menu {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
	background-color : #E877AF;
	border-right : 1px solid #7E8082;
	width : 200px;
	float : left;
}

#Menu ul {
	display : block;
	padding : 0;
	margin : 0;
}

#Menu li {
	display : block;
	list-style : none;
	height : 25px;
	line-height : 25px;
	width : 200px;
}

a.menu {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
	text-decoration : none;
	display : block;
	background-color : #E877AF;
	padding-left : 10px;
	height : 25px;
}

a.menu:visited {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
	text-decoration : none;
	display : block;
	background-color : #E877AF;
}

a.menu:hover {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #E877AF;
	text-decoration : none;
	display : block;
	background-color : #FFFFFF;
}

a.menu:active {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #E877AF;
	text-decoration : none;
	display : block;
	background-color : #FFFFFF;
}

#Content {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #333333;
	padding: 25px;
	margin-left : 210px;
	/*height : 350px;*/
	}

h1 {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : x-large;
	color : #E877AF;
	font-weight : normal;
	padding : 0;
	margin : 0;
}

h2 {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 110%;
	color : #7E8082;
	font-weight : normal;
}

hr {
	border : 1px dotted #7E8082;
	height : 1px;
	width : 100%;
}

#Footer {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
	background-color : #E877AF;
	height : 25px;
	line-height : 25px;
	padding-left : 10px;
	border-top : 1px solid #7E8082;
	clear : both;
}

a.footer {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
}

a.footer:visited {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #FFFFFF;
}

a.footer:hover {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #7E8082;
	text-decoration : underline;
}

a.footer:active {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #7E8082;
	text-decoration : underline;
}