body, html {
	font-family: "Garamond Premr Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #c1d4b7;
	color: #1f341b;
	behavior: url('../js/csshover3.htc');
}

h1.flash { display: none; }

h1, h2 { margin: 40px 0px 3px 0px; padding: 0px; line-height: 1; }

h1 { font-size: 27px; }
h2 { font-size: 27px; }
h2.ul { margin-bottom: 0px; padding-bottom: 0px; }

img { 
	-ms-interpolation-mode: bicubic;
	border: 0px;
}

li { margin-bottom: 7px; }

p { margin: 0px 0px 10px 0px; padding: 0px; }

strong.em {
	font-style: italic;
}

span.ul, strong.ul {
	text-decoration: underline;
}

#content {	
	background-image: url('../images/background_content.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

#content_cleardiv {
	clear: both;	
}

#content_content {
	padding: 0px 41px;
}

#content_pane {
	width: 640px;
	float: right;
	line-height: 1.5;	
}

#content_pane_padding {
	padding: 0px 10px 10px 10px;
}

#content_sidebar {
	text-align: center;
	width: 128px;
	margin-right: 0px;
	float: left;
}

#content_sidebar img {
	padding: 20px 0px;	
}

#footer {
	background-image: url('../images/background_footer.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer_content {
	padding: 0px 41px 40px 41px;
	text-align: center;
	font-size: 13px;
	color: #888888;	
}

#header {
	height: 217px;
	background-image: url('../images/background_header.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#header_content {
	padding: 40px 41px 0px 41px;	
}

#header_image_noflash {
	width: 768px;
	height: 176px;	
}

#main {
	width: 850px;
	margin: 0px auto;	
}

#menu {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #aaaba4;
	height: 30px;
	background-color: #5e804d;
}

#menu li {
	text-align: center;
	margin: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 3px;
	width: 122px;
}

#menu li a {
	display: block;
	width: 122px;
}

#menu li ul.dir li {
	width: 182px;
	padding-left: 7px;
}

#menu li ul.dir li a {
	display: block;
	width: 186px;
}

#menu li:hover {
	background-color: #3e602d;
}

#menu li.active {
	background-color: #18450f;	
}

#menu li.active:hover {
	background-color: #18450f;	
	text-decoration: none;
}

#menu li.active a:hover {
	text-decoration: none;	
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	height: 18px;
	padding: 6px 0px;	
}

#menu li a:hover {
	text-decoration: underline;	
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

/**
 *	Ticker Stuff
 */

.tickercontainer { /* the outer div with the black border */
	border-bottom: 1px solid #AAABA4;
	background: #DBE159; 
	width: 100%; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	margin-left: 3px;
	color: #888888;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	margin: 0 50px 0 0;
} 

ul.newsticker span {
	margin: 0 10px 0 0;
} 

/**
 *	Gallery Stuff
 */
img.gthumb {
	width: 195px;
	height: 195px;
	margin: 4px;
}