body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	background-color: #E5F5C4;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
a:link {
	color: #8FC225;
	text-decoration: none;
}
a:visited {
	color: #8FC225;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.bottombar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9FD42A;
	font-weight: bold;
	text-transform: capitalize;
}
.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9FD42A;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	text-transform: capitalize;
	padding-bottom: 12px;
}
#navcontainer { 
	width: 200px; 
	font-size: small;
}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}

#navcontainer a
{
display: block;
padding: 10px;
width: 200px;
height: 15px;
background-color: #FFFFFF;
border-bottom: 1px solid #DFDFDF;
font-size: 11px;
}

#navcontainer a:link, #navlist a:visited
{
color: #8FC225;
text-decoration: none;
font-size: 11px;
}

#navcontainer a:hover
{
background-color: #ffffff;
color: #000000;
font-size: 11px;
}
#navcontainer a:active
{
background-color: #ffffff;
color: #000000;
font-size: 11px;
}
.rightborder {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #DFDFDF;
}
hr {
	border: 1px dashed #CCCCCC;
	height: 1px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F5FCEA;
	border: 1px solid #CCCCCC;
	width: 250px;
}
form {
	margin: 0px;
}
.subnavtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	height:1px;
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#F5FCEA,endcolorstr=#F5FCEA);
}
.pinbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #E3F7C8;
	border: 1px solid #CCCCCC;
	cursor: hand;
	width: 70px;
}
.imageborder {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
