body{
	padding:0;
	margin:0;
	color:#CCCCCC;
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}

/* form styles */
fieldset{
padding:10px;
border: 1px solid #CCCCCC;
margin-bottom:15px;
}
/*styles for the contact form*/
/*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/
/*styles the 'contact form' text at top of contact form*/
form{
margin:0;
}

input,textarea{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
/*styles the input fields*/
/*styles the form fields*/
label{
color: #CCCCCC;
font-weight:normal;
}
label,span.spacer{
}
legend{
	padding:10px;/*gives a bit of padding between the border and the test*/
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* end of form styles */

/*standard heading tags*/
h1{
	color:#000000;
	font-size:18px;
	white-space: pre;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
	color:#000000;
	font-size:10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
h3{
	color:#000000;
	font-size:12px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4{
color:#F8F8F8;
font-size:11px;
}

.footer{
	color:#000000;
	text-decoration:none;
	font-size: smaller;
	vertical-align: middle;
}


/*styles the comments box*/
/* class for the login form on entry page we have named it form2 so it doesn't clash with the styles of the contact form */
.form2{
padding:0px;
margin-bottom:10px;
}
/* a class for the header table,so that we can add a left border to match the main table */
.headertable{
	margin-right: 0px;
	clip: rect(0px,0px,0px,0px);
	overflow: hidden;
}

/* styles used to float images on the pages so that text flows around the image */
.imgleft{
float:left;
padding-right:10px;
}
.imgright{
float:right;
padding-left:10px;
}

/* style for the main table content area */
.maintable{
	width:750px;
	color:#000000;
	background:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	height: auto;
	margin-top: 0px;
	font-weight: bold;
}
.maintd{
	background:#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: top;
	}
	

.maintd td{
background:#FFFFFF;
}

.maintd a:link{
color: #007701;
}

.maintd a:visited,  .mainted a:hover, .maintd a:active {
	color: #999999;
}

/*style for the left side bar area behind the menu buttons*/
.sidebarlft{
	width:154px;
	background-color: #CCCCCC;
	border-right-style: none;
	border-top-color: #F9F9F8;
	border-right-color: #F9F9F8;
	border-bottom-color: #F9F9F8;
	border-left-color: #F9F9F8;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
}

.linediv {
	padding:0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bullet {
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
/////////////////////////////////////
div.sdmenu {
	width: 175px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../sdmenu/bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.sdmenu div {
	overflow: hidden;
	background-image: url(../sdmenu/title.gif);
	background-repeat: repeat-x;
	color: #000000;
}
div.sdmenu div:first-child {
	color: #000000;
	background-image: url(../sdmenu/toptitle.gif);
	background-repeat: no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
	color: #000000;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: #000000;
	cursor: default;
	background-image: url(../sdmenu/collapsed.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
}
div.sdmenu div.collapsed span {
	background-image: url(../sdmenu/expanded.gif);
	color: #000000;
}
div.sdmenu div a {
	display: block;
	color: #000000;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BDC1E6;
	background-image: url(../sdmenu/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.navagation{
	background-color: #000000;
	background-image: url(../sdmenu/title.gif);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	padding: 0px;
}
#mymenu .navagation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	width: 151px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: left;
	height: 25px;
	text-align: center;
	white-space: nowrap;
	font-style: normal;
}

#mymenu .navagation a:hover {
	text-decoration: none;
	background-image: url(../sdmenu/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	white-space: pre;
}

