body
{
	background-color: #cc99ff;
	color: #000000;
	font-size: 14pt;
	font-family: arial, verdana;
	text-align: center;
}
h1
{
	text-align: center;
	font-size: 20pt;
	font-family: verdana;
	font-weight: bold;
}
h2
{
	font-size: 18pt;
	color: #009900;
	font-family: verdana;
	font-style: italic;
}

/*Side Menu Styles*/
.RightPanel
{
	width: 18%;
	float: right;
	overflow: hidden;
}

.LeftPanel
{
	width: 20%;
	float: left;
	overflow: hidden;
}
.menubar
{
	background-color: #333333;
	padding: 1px;
}
.menutitle
{
	background-color: #330066;
	color: #99cc99;
	font-size: 14pt;
	text-align: center;
	margin: 1px;
}
.menuitem
{
	background-color: #cc99ff;
	color: #330033;
	font-size: 14pt;
	text-align: center;
	margin: 1px;
}

/*Page Content Styles*/
.mainsection
{
	float: left;
	width: 60%;
	overflow: hidden;
}
.content
{
	background-color: #cc99ff;
	color: #000000;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.LeftImage
{
	width: 200px;
	float: left;
	overflow: hidden;
	font-size: 10pt;
	text-align: center;
}
.CentreImage
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 10pt;
	text-align: center;
}


/*Link Styles*/
a:link
{
	color: #663300;
	text-decoration: none;
}
a:visited
{
	color: #663300;
	text-decoration: none;
}
a:hover
{
	color: #cc6600;
}
a:active
{
	color: #cc6600;

}
