
body {
        background-color: #fff;
        margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
        padding: 0px;
        color: #765850;
}

ul {
	list-style: none;
}

#container {
	width: 636px;
	margin: 40px auto;
	text-align: center;
}

#page {
	padding: 25px;

}

#header {
	width: 100%;
}

#sidebar {
	width: 295px;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	color: #959595;
}

#footer a {
	color: #959595;
	}


p {
	line-height: 21px;
	text-align: justify;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
	}
	
a {
	color:#6CA6A0;
	text-decoration: none;
	}
	
a:hover {
	color: #999;
	text-decoration: underline;
	}
	

/*-------------Tables---------------*/

td.desc {
	padding: 10px 10px 10px 10px;
	text-align:left;
	}
	
td.logobox {
	clear:both;
	padding: 0 0 0 5px;
	text-align:left;
	}

/*-------------Headings-------------*/

h1 {
  font-family: Arial, Sans-Serif;
  text-transform: uppercase;
  color: #3888bc;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration:none;
  color: #3888bc;
  margin: 0px;
}

h3 {

}

h4 {

}

h5 {

}

/*--------------Nav----------------*/

#nav {
	text-align: justify;
	}

#nav ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	}
	
#nav li {
	background: #fff;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav a {
	font-family: "trebuchet ms";
	color: #765850;
	font-weight: 900;
	font-size: 13px;
	padding: 10px 29px;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #6CA6A0;
	}
	
#nav #currentpage a {
	background: #fff;
	color: #6CA6A0;
	}


/*--------------Divs------------*/

#lthumbs img {
	margin: 0 5px 5px 0px;
	}
	
#rthumbs img {
	margin: 3px 5px 3px 0;
	}

/*--------------Other------------*/

hr {
	display: none;
}

