@charset "ISO-8859-1";


body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 0;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}


h1 {
font-family:Verdana; 
font-size:15px; 
font-weight:bold; 
color:#568fbc;
text-align:left;
}

/* Layout */

#wrap {
	position: relative;
	padding:0px;
	background: #ffffff url(Images/BAckWrap.gif);
	width: 690px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	
	
}

html>body #wrap {
width: 690px;

} 

/* Masthead */

#mast {
background:#fff url(Images/Bnr7.jpg) no-repeat;
width:690px;
height:133px;
margin:0;
padding:0;
border:0px;

}


/* Content */

#main {
	margin-top:0em;
	margin-bottom: 0px;
	background-color:#f3f3f7;
	
}


#content {
	padding:10px;
	margin-top: 0em;
	margin-left: 15px;
	margin-right: 20px;
	font-family:Verdana; 
	font-size:12px; 
	color:#57637a;
	text-align:left;
	
	
}

.contentMargin {
	padding:0px;
	margin-top:0em;
	margin-left: 140px;
	margin-right: 20px;
	text-align:left;
	
}

.leftbox
{
width:110px;
margin: 0px 30px 0px 0px;
padding: 0px 0px 0px 0px;
font:80% Arial, sans serif;
text-align:center;
color:#663300;
voice-family:"\"}\"";
voice-family:inherit;
float:left;
}
html> .leftbox {
width:110px;
}

.rightbox
{
width:250px;
margin: 5px;
padding: 3px;
font:80% Arial, sans serif;
text-align:center;
color:#663300;
voice-family:"\"}\"";
voice-family:inherit;
float:right;
}
html> .rightbox {
width:250px;
}


.rightbox2
{

margin: 5px 5px 5px 20px;
padding: 3px;
font:80% Arial, sans serif;
text-align:center;
color:#663300;
voice-family:"\"}\"";
voice-family:inherit;
float:right;
}
html> .rightbox2 {

}

.leftbox2
{

margin: 0px 20px 5px 0px;
padding: 3px;
font:80% Arial, sans serif;
text-align:center;
color:#663300;
voice-family:"\"}\"";
voice-family:inherit;
float:left;
}
html> .leftbox2 {

}




/* Begin CSS Drop Down Menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:20px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
width:114px;
padding:4px 0;
color:#ffffff;
background:#57637a;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#ffffff;
background:#6e788d;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:114px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}



/* End CSS Drop Down Menu */


/* Footer */

#footer {
font-family:Verdana; 
font-size:10px;  
color:#ffffff;
padding: 5px

}

.WhiteLink a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.WhiteLink a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.WhiteLink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.WhiteLink a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


/* ExpandCollapse Button */


input.button {
  color: #568fbc; background: #f3f3f7;
  font-size: 12px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 0px;
}

/* Below is used to style the dark links as default is white */

.DarkLink a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57637a;
	text-decoration: none
}
.DarkLink a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57637a;
	text-decoration: none
}
.DarkLink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57637a;
	text-decoration: none
}
.DarkLink a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57637a;
	text-decoration: none
}



