/* CSS Document */



body{

	background-color: White;

	margin: 0,0,0,0;

}



div.bottom {

	background-image: url(../images/image_logo.gif);

	background-position: bottom, left;

	background-repeat: no-repeat;

	width: 100%;

	height: 125px;

}

div.banner {

background-image: url(../images/banner.gif);

	background-position: left;

	background-repeat: no-repeat;

	background-color: #AED599;

	width: 100%;

	height: 71px;

}

div.links {

	background-color: #CDF3B9;

	width: 100%;

	height: 24px;

	vertical-align: bottom;

}

div.greenspace {

background-image: url(../images/stripe_bg.gif);

background-repeat: repeat-x;

	background-color: #FFFFFF;

	width: 100%;

	height: 10px;

}

div.content {

	width: 100%;

	background-color: #FFFFFF;

}



/* - - - - - - - l i n k s - - - - - - - */



a:link.nav {

	font-weight: bold;

	font-size: 14px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #6A9354;

	text-decoration: none;

} 

a.nav {

	font-weight: bold;

	font-size: 14px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #6A9354;

	text-decoration: none;

}

a:hover.nav{

	font-weight: bold;

	font-size: 14px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #F5B110;

	text-decoration: none;

}



a:link {

	font-weight: bold;

	font-size: 14px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #F5B110;

	text-decoration: none;

} 

a{

	font-weight: bold;

	font-size: 14px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #F5B110;

	text-decoration: none;

}

a:hover{

	font-weight: bold;

	font-size: 14px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #6A9354;

	text-decoration: none;

}



/* - - - - - - - f o r m a t i n g  - - - - - - - */



p {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: Black;

	text-align: justify;

}



h1 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #4F7C37;

	margin: 20px 10px 20px;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-bottom-style: dashed;

	border-top-color: #F5B110;

	border-right-color: #F5B110;

	border-bottom-color: #F5B110;

	border-left-color: #F5B110;

}



h2{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #6A9354;

	margin: 20px 20px 20px;

}



/* - - - - - - - n e w s - b o x  - - - - - - - */



.news {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	font-weight: bold;

	background-color: #AED599;

	width: 171px;

	height: 15px;

	padding-left: 10px;

	padding-right: 10px;

	text-align: center;

	margin: 0, 0, 0, 0;

}

.newsbox {

	border: 1px solid #AED599;

	width: 171px;

}



.newstext {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #6A9354;

	text-align: justify;

	padding: 5px 5px 5px 5px;

}