/* CSS Document */


body {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

/* Layer 0 - the main page with fixed width */

#wrapper{width:765px;
margin:0;
}

/* Layer 1 - the banner */

#banner{
	width:100%;
	height:122px;
	background-color:#D5EDB3;
	border:thick outset #FFF;
	margin:0;
	padding:0;
	z-index:50;
}



#banner-text{

	background-color: transparent;

	text-align:right;

	width: 65%;

	z-index:75;

	position: absolute;

	left: 266px;

	top: 23px;

}



.banner-text1{

	padding-right:20px;

	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;

	letter-spacing:normal;

	color: #5C743D;

	font-size:45px;

	font-weight:bolder;

}



.banner-text2{

	padding-right:20px;

	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;

	font-size:25px;

	color:#993300;

	font-style:italic;

}



.banner-crestimage{

height:122px;

margin-left: 3px;

margin-top:3px;

float:left;

}



/* the navigation bar */



#navigation {

	position: absolute;

	float:left;

	padding-left:7px;

	padding-right:7px;

	padding-top:10px;

}

#navigation p {

	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;

	margin-bottom: 4px;

	margin-top: 8px;

	color: #333333;

}

.button a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #993300;
	text-decoration: none;
	background-color: #D5EDB3;
	display: block;
	width: 160px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #333333;
	font-weight: bold;
	padding-right: 5px;

}



.button a:hover {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	display: block;
	width: 160px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5C743D;
	border: 1px solid #333333;
	padding-right: 5px;

}



.button-selected a{

	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;

	font-size: 90%;

	display: block;

	width: 100%;

	padding-top: 6px;

	padding-bottom: 4px;

	padding-left: 5px;

	font-weight: bold;

	color: #FFFFFF;	

	background-color: #5C743D;

	border: 1px solid #333333;

	text-decoration:none;

}



/* the main contents in the middle part of the page - editable */



#main-content{

	width:56%;

	top:132px;

	left:140px;

	position:absolute;

	padding-top:10px;

	padding-left:7px;

	padding-right:7px;

	float:left;	

}



#main-content h1{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:120%;

	font-weight: normal;

	color:#000;

	background-color:transparent;

	margin:3px;

}



#main-content h2{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:100%;

	font-weight:bold;

	color:#000000;

	background-color: transparent;

	letter-spacing: 0.1em;

	margin-left: 3px;

	margin-right: 3px;

	margin-top: 5px;

	margin-bottom: 5px;

}



#main-content p{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:90%;

	font-weight: normal;

	color: #000;

	background-color: transparent;

	line-height:110%;

	text-align: justify;

	margin: 5px;

}

#main-content ul{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:90%;

	font-weight:normal;

	color:#000;

	background-color: transparent;

	list-style-type: square;

	overflow: auto;

	margin: 5px;

	padding-left: 20px;

}

#main-content h4{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:80%;

	font-weight: bolder;

	color: #993300;

	background-color: transparent;

	line-height:100%;

	text-align: left;

	}

#main-content h6{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:80%;

	font-weight: normal;

	color: #000;

	background-color: transparent;

	line-height:100%;

	text-align: justify;

	}



/* right sidebar - sponsored links, etc. */



#right-sidebar {

	list-style-position: inside;

	list-style-type: square;

	position: absolute;

	border: thin outset #5C743D;

	padding-left:3px;

	background: #D5EDB3;

}



#right-sidebar h1{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:100%;

	font-weight: bolder;

	color:#993300;

	background-color:transparent;

	top: 0px;

}



#right-sidebar h2{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:75%;

	font-weight: bolder;

	color:#993300;

	background-color:transparent;

	top: 0px;

	margin: 3px;

}

#right-sidebar ul{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:70%;

	font-weight:normal;

	color:#333333;

	list-style-type: disc;

	overflow: auto;

	left: 0px;

	position: relative;

	margin-left: 5px;

	margin: 5px;

}



#right-sidebar p{

	font-family: "Trebuchet MS", Georgia, Times, serif;

	font-size:70%;

	font-weight:normal;

	color:#333333;

	text-align: justify;

	margin: 4px;

}



#copyright-text {

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

	font-size:8pt;

	color:#000000;

	text-align:center;

	position:relative;

	top:auto;

	left:auto;

	background-position: center;

	

}

