﻿#page
{
	width:900px;
	padding:10px;
	margin-left:100px
}
#leftbanner
{
	width:220px;
	height:150px;
	text-align:center;
	float:left;
}
#rightbanner
{
	width:680px;
	height:150px;
	text-align:center;
	float:left;
}
#leftnavigationpanel
{
	width:200px;
	float:left;
}
/* collapse menus */
#menu li ul {
	display:none;
}
/* show submenus on hover */
#menu li:hover > ul {
	display:block;
	background-color: black;
}
#menu li {
	list-style-type:none;
	border:1px black solid;
	background-color:black;
	width:150px;
	text-align:center;
	color: #FFFF99;
	float:left;
}
#menu a:hover {
	color:#FFFF99;
	background-color:black;
	text-decoration:none;
	display:block;
}
#menu a {
	color:#FFFF99;
	text-decoration:none;
	display:block;
}
#content {
	width:700px;
	float:left;
}
.menulink {
	font-family:"Comic Sans MS";
	color: white;
	font-size:12pt;
	text-decoration:none;
}
.contentlink {
	font-family:"Comic Sans MS";
	color: red;
	font-size:12pt;
	text-decoration:none;
}
.bannerlink {
	font-size: small;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: white;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: inherit;
	text-align: left;
	text-decoration:none
}
.text1 {
	font-size: 24pt;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 12px;
	text-align: center;
	text-decoration:none
}
#text1 {
	font-size: 24pt;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 12px;
	text-align: center;
	text-decoration:none
}
.text2 {
	font-size: 18pt;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 12px;
	text-align: left;
	text-decoration:none
}
#text3 {
	font-size: 12pt;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: justify;
	text-decoration:none
}
.text3 {
	font-size: 12pt;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 12px;
	text-align: justify;
	text-decoration:none
}
.text4 {
	font-size: 12pt;
	font-family: "Comic Sans MS";
	font-weight: normal;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 12px;
	text-align: left;
	text-decoration:none
}
#text4 {
	font-size: 12pt;
	font-family: "Comic Sans MS";
	font-weight: normal;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: justify;
	text-decoration:none
}
.text5 {
	font-size: 12pt;
	font-family: "Comic Sans MS";
	font-style:italic;
	font-weight: normal;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 12px;
	text-align: left;
	text-decoration:none
}
#text5 {
	font-size: 12pt;
	font-family: "Comic Sans MS";
	font-style:italic;
	font-weight: normal;
	color: black;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: justify;
	text-decoration:none
}
.centre {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	text-decoration:none
}
