/* CSS Document */

body 
{
	background: #FFFACD;
	font-family: &quot;Times New Roman&quot;, Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	color: #000000;
}

a:link
{
color: #0033CC;
text-decoration: underline;
}

a:visited 
{
color: #9900CC;
}

a:hover
{
color: #CC6633;
}

#titlebar {
height: 120px;
width: 98%;
position: absolute;
left: 1%;
top: 10px;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #B4003C;
margin: 0px;
border-top-style: none;
}

#logobar {
height: 81px;
width: 75px;
position: absolute;
top: 15px;
left: 45px;
margin: 0px;
}

#subtitlebar 
{
	height: 120px;
	width: 76%;
	position: absolute;
	top: 1px;
	right: 1%;
	z-index: 1;
	text-align: center;
	border: none;
	margin: 0px;
	overflow: hidden;
}

#subtitlebar h1
{
font-size: 25px;
font-weight: bold;
color: #000000;
margin: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;

}

#subtitlebar h2
{
font-size: 18px;
font-weight: bold;
color: #000000;
margin: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;

}

#menubox 
{
width: 20%;
margin-top: 0%;
margin-left: 0%;
position: absolute;
font-weight: normal;
text-align: left;
left: 1%;
clear: both;
top: 150px;
z-index: 5;
}

#mainbox 
{
padding: 5px;
position: absolute;
right: 1%;
top: 150px;
width: 76%;
z-index: 4;
}

.centre 
{
text-align: center;
}

.left
{
text-align:left;
}

.justify
{
text-align: justify;
}

.floatleft
{
float: left;
}

.floatright 
{
float: right;
}

.clear 
{
clear: both;
}

.rightpad
{
float: right;
margin-right: 30px;
}

.bold
{
font-weight: bold;
}

.normal
{
font-weight: normal;
}

.italic
{
font-style: italic;
}

.maroon
{color: #B4003C;
}

