body {
	width:800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333399;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
	background-color: #A6D7D1;
	left: 25%;
	margin-top: 0%;
	margin-left: 15%;


	}

ul {	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
	
p {
	font-size:1em;

}

label {
	font-size: 0.8em;
	margin-left:5em;
	width:10em;
	text-align:right;
	vertical-align:top;
	color:black;
	display: inline;
}

input {
	font-size:0.8em;
	background-color: #B7E8FB;
}
textarea {
	font-size:0.8em;
	background-color: #B7E8FB;
}

h1 {
	font-size:2em;
	color:#000033;

}

h2 {
	font-size:1.5em;
	color:#006600;
	
}


#header {
	position:relative;
	height:100px;
	margin: 0px;
	padding: 0px;

}

#header p {
	color:white;
	font-size: 0.8em;
	text-align:center;
	height: 120px;

}

#header #logoimg {
    float: left;
}

#menu {
    margin-top:5px;
	position:absolute;
	padding: 0;
	float : left;
	width : 120px;
	background-color: #EFF0B5;
	height:200%;
	z-index:5;
}

#content {
    position:absolute;
	z-index:3;
	background-color: #FFFFFF;
	margin-left:125px;
	width:40em;
	color: #FFFFFF;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #0033CC;
	border-right-color: #0033CC;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
}


	#menu ul { 
		padding: 0;
		margin: 10 0 0;
		list-style: none;
		margin-left:0em;
		float : left;
		width : 4em;
		text-align:left;
	}
	
	#menu li {
	text-align:left;
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : 2px;
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 1em;
	}
	
	#menu li ul {
	position : absolute;
	font-size:1.5em;
	left: -999em;
	margin-left : 120px;
	margin-top : -1.5em;
	z-index: 9;
	}
	
	#menu li ul li {
		background-color: #EFF0B5;
		border : 1px solid black;
		margin-bottom : 0px;
		width:14em;	
	}
	
	#menu li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#menu li a {
	font-size:0.9em;
	width: 120px;
	display : block;
	color : black;
	text-decoration : none;
	padding : 0 0.5em;
	text-align:left;
	}
	
	#menu li a:hover {
		color : white;
		background-color : black;
	}
	
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: -999em;
	}
	
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


.BulletBackgroundColor {
	color: #FFFFFF
	}


.searchtext {
	font-size: 0.8em;
	color: #CCCCCC;
	text-align: center;

}

.mediumtext {
	font-size: 1.3em;
	color: #000033;
	text-align: center;

}
.paratext {
	font-size: 0.9em;
	color: #000000;
	text-align: justify;
	list-style-type: disc;
	width: 95%;


}

.sectionsubheader {
	font-size: 1em;
	color: #3333FF;
	width: 90%;
	font-weight: bold;
}

.phrase {
	font-size: 0.9em;
	font-style: italic;
	color: #F2850D;
	text-align: center;
}

.leftsubheader {
	font-size: 1em;
	color: #F2850D;
	height: auto;
	width: auto;
	font-weight: bold;

}
.headertext {
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	display: block;
}

.centerphrase {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: top;
}

.headingcentre {
	font-size: 1.2em;
	text-align: center;
	color: #000066;

}

.centrered {
	font-size: 0.8em;
	color: #F2850D;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.imgleft {

	left: 0px;
	top: 0px;
	float: left ;

}



.bluetext {
	color: #0000FF;
}

#mmakers {
	display:none;
}