body {
	background-image: url(Images/MainBGColour.gif);
	background-repeat: repeat;	
    scrollbar-face-color:#467946;
    scrollbar-arrow-color:#EFF7EF;
    scrollbar-track-color:#99CC99;
    scrollbar-shadow-color:#99CC99;
    scrollbar-highlight-color:#EFF7EF;
    scrollbar-3dlight-color:#EFF7EF;
    scrollbar-darkshadow-Color:#99CC99
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #003300;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
A
{
    TEXT-DECORATION: none;
	COLOR: #003300
}
A:visited
{
    TEXT-DECORATION: none;
	COLOR: #003300
}
A:hover
{
    TEXT-DECORATION: underline;
	COLOR: #467946
}
.Border {
	border: 1px solid #000000;
}
.BorderBotR {
	border-right: 1px solid #336633;
	border-bottom: 1px solid #336633;
}
.BorderR {
	border-right: 1px solid #336633;
}
.BorderBot {
	border-bottom: 1px solid #336633;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
}
.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top: 1px solid #336633;
border-bottom: 1px solid #336633;
width: 100%;
background: url(BGColour.gif);
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #003300;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #336633;
}

.chromestyle ul li a:hover{
background: url(BGColour.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #336633; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #EFF7EF;
width: 230px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #336633; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #003300;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E2F1E2;
}
