/* general styles */
	/*
	colour scheme:
	purple #333399 now 3C0082
	gold #FFCC00
	green #008000
	---------------------------
	pale lilac #CDC3D5
	pale yellow #FFFF99
	*/
body, p, input, textarea, select, ul, ol {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #3C0082;
	font-size: x-small;
	font-style: normal;
}


td {
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
}

th {
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
}
h1 {
	color: #008000;
	font-size: large;
}
h2 {
	color: #FFCC00;
	font-size: medium;
}
h4 {
	color: #3C0082;
	font-size: small;
	margin-top: 4px;
	letter-spacing: 0.3em;

}

.menusmalltext {
	font-size: xx-small;
	text-align: left;
}
/* page layers */
#pagewrapper {
	 position:absolute; 
	 width:99%; 
	 height:99%; 
	 z-index:3; 
	 left: 0; 
	 top: 0; 
	 /*border-color: #FFCC00;  #FFCC00
	 border-style: solid; 
	 border-width: 3px 0 0 3px; */
	 padding: 0px;
}
#menu {
	 position:absolute; 
	 left: 2px; 
	 top: 165px; 
	 z-index: 5;
}
#maincontent {
	position:absolute; 
	width: 97%; 
	height: 100%; 
	z-index: 5; 
	left: 0px; 
	top: 160px; 
	padding-left: 200px;
}
#pagetitle {
	position:absolute; 
	width: 100%; 
	height: 90px; 
	z-index: 1; 
	left: 0px; 
	top: 2px; 
	text-align: right;
	font-size: 3px;
	font-size: 3px;
}

#logo {
	position:absolute;
	width:76px; 
	height:76px; 
	z-index:20; 
	left: 50px; 
	top: 5px;
}

#box1 {
	position:absolute;
	width:250px; 
	height:auto; 
	z-index:4; 
	left: 200px; 
	top: 5px;
	border-color: #FFCC00; 
	border-width: 1px;
	border-style: solid;
	padding: 10px;	
}
#box2 {
	position:absolute;
	width:500px; 
	height:auto; 
	z-index:4; 
	left: 475px; 
	top: 5px;
	border-color: #FFCC00; 
	border-width: 1px;
	border-style: solid;
	padding: 10px;	
}
#box3 {
	position:absolute;
	width:500px; 
	height:auto; 
	z-index:4; 
	/*left: 475px; 
	top: 470px;
	left: 475px;
	top: 400px;*/
	border-color: #FFCC00; 
	border-width: 0px;
	border-style: none;
	padding: 10px;	
}
#box4 {
	position:absolute;
	width:255px; 
	height:auto; 
	z-index:4; 
	left: 200px; 
	top: 500px;
	border-color: #FFCC00; 
	border-width: 1px;
	border-style: none;
	padding: 10px;
	text-align: center;	
}
#purplehoriz {
	position:absolute; 
	width:100%; 
	height:0px; 
	z-index:1; 
	left: 0px; 
	top: 10px; 
	background-color: #3C0082;
	font-size: 3px;
}

#greenhoriz {
	position:absolute; 
	width:100%; 
	height:0px; 
	z-index:1; 
	left: 0px; 
	top: 5px; 
	background-color: #008000;
	font-size: 3px;
	background-attachment: fixed;
	background-image: url(../images/template/green-horiz.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#goldhoriz {
	position:absolute; 
	width:100%; 
	height:0px; 
	z-index:1; 
	left: 0px; 
	top: 92px; 
	background-color: #FFCC00;
	font-size: 3px;
}
.headertable {
	border-top: 3px solid #3C0082;
	border-bottom: 0px solid #FFCC00;
	margin-top: 0px;
	padding-top: 2px;
}
/*#purplevert {
	position:absolute; 
	width:3px; 
	height:100%; 
	z-index:10; 
	left: 15px; 
	top: 0px; 
	background-color: #3C0082; 
	font-size: 3px;
	font-size: 3px;
	background-attachment: fixed;
	background-image: url(../images/template/purple-vert.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#greenvert {
	position:absolute; 
	width:3px; 
	height:100%; 
	z-index:3; 
	left: 6px; 
	top: 0px; 

	font-size: 3px;
	background-attachment: fixed;
	background-image: url(../images/template/green-vert.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
*/
/* menu styles */
#menuarea {
	position:absolute;
	width:150px;
	height:auto;
	z-index:1;
	left: 0px;
	top: 0px;
	text-align: center;
}

span.underlined {
	display: inline;
	border-bottom: 1px solid #CDC3D5;
	font-size: x-small;
}

.buttonscontainer {width: 100%;}

.buttons a, .currentpage {
	color: #3C0082;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #CDC3D5;
	font-size: x-small;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #CDC3D5;
	color: #008000;
	text-decoration: none;
}
.currentpage {
	color: #008000;
	background-color: #FFCC00;

}

#navlist {
}

#navlist li {
	list-style: none;
	margin-top: -18px;
	margin-left: -20px;
	margin-bottom: -18px;
}

#navlist li a { text-decoration: none; }

abbr, acronym, span.abbr {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-color: #CDC3D5;
	border-right-color: #CDC3D5;
	border-bottom-color: #CDC3D5;
	border-left-color: #CDC3D5;
	cursor: help;
}
a:link, a:visited, a:active {
	color: #3C0082;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #008000;
	text-decoration: underline;
}
h4.heading {
	display: inline;
	font-size: 10pt;

}