/* Style Sheet ---------------------------------------------------------------------------------  */

body {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../../images/background.jpg) no-repeat #487194; 
	font-size: 10pt;
}

ul li {
	line-height: 20px;
	}
	
a {
	color: #000;
	text-decoration: underline;
}


a:visited {

	color: #000000;

}

a:hover {  color: #ffffff;

	text-decoration: none;

}

h1 {

	font-size: 175%;
	color: #000
	margin-top: 10px;

}

h2 {

	font-size: 140%;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	background: #208D70;
	color:#fff;
}

h3 {

	font-size: 115%;
	color: #185746;

	margin-bottom: -7px;
	padding-bottom: 0px;
	margin-top: 2em;

}

h3 span {
		border-bottom: 1px dotted #909090;
	}
h4 {

	font-size: 110%;

}



/* Container ------------------------------------------------------------------------------------  */


#wrapper {
	width: 750px;

	}
#container {
	width:  750px;
	border: 1px solid #000;
	margin: 10px auto;
	background: url(../../images/container_background.jpg) repeat-x; 

}

#header {
		margin: auto;
		margin-top: 5px;
		background: url(../../images/header.jpg) no-repeat; 
		height: 110px;
		width: 644px;
		}


/* Contents -------------------------------------------------------------------------------------  */

#contents {

	width: 710px;
	margin-left: 20px;
	margin-right: 20px
}

#contents p {

	margin: 1em 0;

}

/* Top Bar */

#topnav {
float: left;
width: 750px;
background: #B38235;
padding-top: 3px;
padding-bottom: 3px;
}

ul#navigation {

		margin: 0 0 0 5px;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width:100%;
	height: 19px;
	}

ul#navigation li

	{
		display: inline;
	}
ul#navigation a

	{display: block;
	float: left;

	padding: 0 10px 0;
	margin-left: 1px;
	text-decoration: none;
	background: #036;
	color: #191961;
	font-family: Comic Sans MS;
	background: url(../../images/button_normal.jpg) no-repeat; 
	width: 85px;
	font-size: 10px;

	}
	
	ul#navigation a:hover {
	
		background: url(../../images/button_hover.jpg) no-repeat; 
		}
/* Bottom Links ---------------------------------------------------------------------------------  */



p#bottomlinks {

	bottom: 0;

	width: 710px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	border-top: 1px dashed #fff;
}



p#bottomlinks a {



	padding: 0 8px;



	color: #000;



	font-size: 8pt;



	border-right: 1px solid #999;



}



p#bottomlinks a.home {



	border: none;



}

#column1 {
width: 45%;
float: left;
}

#column2 {
padding-left: 50px;
	width: 45%;
	float: left;
	}