@charset "utf-8";
/* CSS Document */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

   

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1C7F48;
	margin: 0;
	padding: 0;
	color: #333333;
}

.container {
	width: 960px;
	background-color: #f2d9ba; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: auto;
	color: #333;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 3px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 10px; /* this creates the space between the navigation on the content below */
	font-family: Cambria;
	font-size: 24px;
	font-style: italic;
	color: #333;
	text-decoration: underline;	
	
}
.nav {
	font-family: Cambria;
	font-size: 24px;
	font-style: italic;
	color: #333;
	height: 30px;
	width: 960px;	
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;	
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-bottom-color: #333;

}

ul.nav li {
	border-bottom: 3px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #FFF;
}


.sidebar1 {
	float: left;
	width: 190px;
	background-color: #f2d9ba;
	padding-bottom: 10px;
	height: 1400px;
	padding-top: 10px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	background-repeat: repeat;
	overflow: auto;	
}
.content {
	width: 600px;
	float: left;
	background-color: #f2d9ba;
	padding-left: 120px;
	padding-top: 20px;
	padding-bottom: 15px;

}

#contentLeft {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#contentRight {
	float: left;
	margin-left: 365px;
	padding-top: 20px;
	width: 400px;
	position: relative;
}

 .slides_container {
	width: 500px;
	height: 550px;
	padding-top: 10px;
	padding-left: 10px;
}
 .slides_container div {
     width:500px;
     height:600px;
     display:block;
            
}	
.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.style2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.style3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.style5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}



.style6 {
	font-family: Cambria;
	font-size: 24px;
	font-style: italic;
	
