* {
	margin: 0;
	padding: 0;
}

/*** Content Styles ***/
body {
	background-color: #6b3000;
	color: #000000;
	font-family: Helvetica, Arial, Geneva, sans-serif;	
}

a {
	color: #6b3000;
	text-decoration: none;
}

a:hover {
	color: #6b3000;
	text-decoration: underline;
}

img {
	border: none;
}

hr.big {
	height: 3px; 
	border: 0; 
	background-color: #dbccbe; 
	margin: 5px; 
	width: 98%; 
}

hr {
	height: 1px; 
	border: 0; 
	background-color: #dbccbe; 
	margin: 5px; 
	width: 98%; 
}

h1 {
	color: #6b3000;
	font-size: 26px;
	letter-spacing: 1px;
	
	margin-top: 16px;
	margin-bottom: 16px;
}

h2 {
	color: #6b3000;
	font-size: 24px;
	letter-spacing: 1px;
	
	margin-top: 16px;
	margin-bottom: 16px;
}

h3 {
	color: #6b3000;
	font-size: 22px;
	letter-spacing: 1px;
	
	margin-top: 14px;
	margin-bottom: 14px;
}

h4 {
	color: #6b3000;
	font-size: 18px;
	letter-spacing: 1px;
	
	margin-top: 14px;
	margin-bottom: 14px;
}

p {
	font-size: 14px;
	
	margin-top: 14px;
    margin-bottom: 14px;
}

p.right {
	text-align: right;	
	font-size: 12px;
	font-style: italic;
}

ul, ol {
	margin-top: 14px;
    margin-bottom: 14px;
}

ul li {
	font-size: 14px;	
}

ol li {
	font-size: 14px;	
}

/*** Home Page Carousel ***/
#carousel-wrapper {
	margin: 0;
	padding: 0;
    width: 295px;
    height: auto;
    overflow: hidden;
}

#carousel-content {
    width: 5000px;
}

#carousel-content .slide {
    float: left;
    width: 295px;
    height: auto;
	overflow: hidden;
}

#controls a {
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 12px;
}
/*** End Carousel ***/

.small {
	font-size: 10px;
}

.text {
	font-size: 14px;
}

.calTitle {
	color: #6b3000;
	float: left;
	font-size: 18px;
}

.calLink {
	float: right;
	line-height: 22px;
	font-size: 14px;
	font-style: italic;
}

.calRight {
	float: right;
	font-size: 12px;
	font-style: italic;
}

.pubDate {
	float: right;
	font-size: 10px;	
}

/** News Ticker Styles **/
dl dt, dl dd{
	display: inline;	
}

dl dd {
	margin: 0;
	padding: 0 0 0 5px;	
}

dl dt.news-title {
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	
	margin-top: 14px;
	margin-bottom: 14px;
	
	text-align: left;	
}

/** End **/

#main {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
}

#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}

#content {
	margin: 5px 15px 15px 15px;
	padding: 0;
	background-color: #ffffff;
	
	width: 100%;
	
	text-align: left;
	overflow: hidden;
}

/*** Frame contains the left, center and right columns ***/
#frame {
	margin: 15px;
	padding: 0;
	
	background-color: #e9e1d9;
	
	width: 965px;
	overflow: hidden;
}

#leftcol {
	margin: 10px;
	padding: 10px;
	width: 252px;
	height: auto;
	
	float: left;
}

#centercol {
	margin: 15px 15px 15px 0;
	padding: 0 5px 10px 15px;
	
	background-color: #ffffff;
	
	width: 302px;
	height: auto;
	
	float: left;
}

#rightcol {
	margin: 15px 15px 15px 0;
	padding: 10px 5px 10px 15px;
	
	background-color: #ffffff;
	
	width: 301px;
	height: auto;
	
	float: left;
}
/*** End frame and cols ***/

#footer {
	margin: 10px 0 0 0 ;
	padding: 0;
	width: 100%;
	
	text-align: center;
	
	color: #ffffff;
	font-size: 14px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
