

body {
	background: #40587B url(images/background.gif) repeat top left;
	background-color: #40587B;
}
body,td,th  { 
    color: #40587B;
    font-size: 13px;
    font-family: "Lucida Grande", "Trebuchet MS", Georgia, verdana, sans-serif; 
    }
.main-style {
	background-color: #FFF;
	border: 1px solid #000;
	width: 800px;
    padding: 0px;
}
a {
	text-decoration: none;
	border: none;
	color: #639A31;
}
a:link {
	text-decoration: none;
	border: none;
	color: #639A31;
}
a:visited {
	text-decoration: none;
	border: none;
	color: #639A31;
}
a:hoover {
	text-decoration: underline;
	border: none;
	color: #639A31;
}
a:active {
	text-decoration: underline;
	border: none;
	color: #639A31;
}
img {
	border: none;
	text-decoration: none;
}
img a {
	text-decoration: none;
	border: none;
	color: #3E5F79;
}
img a:link {
	text-decoration: none;
	border: none;
	color: #3E5F79;
}
img a:visited {
	text-decoration: none;
	border: none;
	color: #3E5F79;
}
img a:hoover {
	text-decoration: none;
	border: none;
	color: #3E5F79;
}
img a:active {
	text-decoration: none;
	border: none;
	color: #3E5F79;
}

#toolbar {
	background: #538620 url(images/nav-bg-green.gif) repeat-x top left;
	border-top: 1px solid #A2BD43;
	border-left: 1px solid #666;
	border-right: 1px solid #666;                
                border-bottom: 2px solid #355A10;
	padding: 4px;
	padding-right: 0px;
	padding-left: 0px;
	width: 800px !important;
	letter-spacing: 1px;
}
#toolbar p  { color: white; font-weight: bolder; text-align: left; text-transform: lowercase; letter-spacing: 1px; margin: 0; padding: 0 0 0 5px; float: left }
#toolbar span  { color: white; font-weight: bolder; letter-spacing: 1px }
#toolbar a  {
	color: white;
	font-weight: bolder;
	text-decoration: none;
	word-spacing: 5px;
	letter-spacing: 1px;
	display: inline;
	padding: 4px 5px 4px 25px;
	list-style: none;
	background: url(images/nav-li-bg.gif) no-repeat top right;
	}
#toolbar a:hover {
	font-weight: bold;
	background: #538620 url(images/nav-on-bg.gif) repeat-x bottom left;
}

#title {
	color: #3E5F79;
	font-weight: bolder;
}

.border-one {
	
	border-right: 1px solid #2a3436;
	border-left: 1px solid #2a3436;
	border-bottom: 1px solid #2a3436;
    font-size:   11px;
    font-weight: bold;
    color: #FFF;
	
}

.border-two {
	border-right: 1px solid #2a3436;
	border-left: 1px solid #2a3436;
	border-bottom: 1px solid #2a3436;
	
}

.footer {
	background-color: #141414;
	letter-spacing: 1px;
}
.footer p {
	color: #141414;
}


div.hr {
  height: 15px;
  background: #FFF url(images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}