/* Body */

body {
	background-image: url(images/background.png);   
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 20px; 
	 
}
a:link, a:visited, a:active {
	color: #489E04;
	text-decoration: none;
}
a:hover {
	color: #489E04;
	text-decoration: underline;
}
h1 {
	font-size: 13px;
	color: #489E04;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 13px;
	color: #489E04;
	margin: 15px 0px 5px 0px;
}

/* Header */

.header {
	align: center;
	width: 760px;
	height: 175px;
   	background-image: url(images/header.jpg);
   	vertical-align: top;
}

/* Menu */

.menu {
	vertical-align: top;
	background-image: url(images/menu.png);
	width: 760px;
   	height: 31px;
	padding: 0px;
	font-size:14px; 
}

.menu ul {
font-size:18px;
margin:0;
padding:0;
}

.menu li {
float:left;
height:28px;
list-style:none;
margin:0;
padding:0;
}

.menu a {
border-right:1px solid #FFFFFF;
color:#FFFFFF;
display:block;
font-size:0.7em;
padding:11px 10px 10px;
text-transform:uppercase;
}

.menu a:hover {
background:#f0f0f0 url(images/hover.jpg) top left repeat-x;
color:#ffffff
text-decoration:none;
}

.menu a.current {
background:#9FCB25 url(images/current.jpg) top left repeat-x;
color:#ffffff;
text-decoration:none;
}

/* Content */

.content {
background: url(images/body.png) repeat-y; 
width: 730px;
text-align: left;
border: 10px solid #FFFFFF;
border-left: 20px solid #FFFFFF; 
line-height:25px;
}

.content h3 {
color: #000000	
}

/* Footer */ 

.footer {
background: url(images/footer.gif); 
width: 760px;
height: 48px;
}












































