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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ece3c4;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, Serif;
	line-height: 150%;
	font-size: 12px;
	color: #666666;
}

.pagetitle {
	line-height: 120%;
	font-size: 18px;
	color: #7a2525;
}

img {
	border: 0;
}

.sectiontitle {
	line-height: 120%;
	font-size: 14px;
	font-weight: bold;
	color: #b18e23;
}

.article {
	width: 400px;
	padding-right: 25px;
	padding-bottom: 20px;
	float: left;
	}

.hr {
	height: 22px;
	border-bottom: dashed #978755 1px;
	margin-bottom: 22px;
	}

a:link {
	color: #7a2525;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #7a2525;
}

a:hover {
	text-decoration: none;
	color: #7a2525;
}

a:active {
	text-decoration: underline;
	color: #7a2525;
}

/* Background */

.bg1 {
	background-image:url(images/bg_left.jpg); 
	background-repeat: no-repeat; 
	background-position: right top;
	}
	
.bg2 {
	background-image:url(images/bg_right.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
	}
	
.container {
	width: 960px;
	background-color: #FFFFFF;
	}
	
.leftcolumn {
	width: 456px;
	padding: 25px;
	background-color: #FFFFFF;
	border: #FFFFFF 2px solid;
	}

.rightcolumn {
	width: 346px;
	padding: 80px 50px 50px 50px;
	background-image: url(images/bg_events.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color:f0e9d1;
	border: #FFFFFF 2px solid;
	}

	
.leftnav {
	width: 181px;
	padding: 20px;
	background-color: #f0e9d1;
	border: #FFFFFF 2px solid;
	}

.contentcolumn {
	width: 691px;
	padding: 20px;
	background-color:ffffff;
	border: #FFFFFF 2px solid;
	}

		
/* Header */	

.buttonbar {
	margin-top: 10px;
	margin-bottom: 10px;
	}

.button {
	padding: 5px;
	border: dashed 1px #7a2525;
	background-color: #ede6e6;
	}
	
a.button:hover, a.button:active {
	border: solid 1px #7a2525;
}
	
ul {
	list-style-type: none;
	margin: 0px 0px 10px 3px;
	padding: 0px;
}
ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 12px;
	padding-top: 3px;
	font-size: 11px;
	line-height: 14px;
}
ul li a:link, ul li a:visited, ul li a:hover, ul li a:active {
	font-weight: normal;
	color: #988c62;
	font-size: 11px;	
}

.object {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	color: #999;
	font-style:italic;
}

blockquote {
	border-left: 10px #e2e2e2 solid;
	padding-left: 25px;
	margin-left: 5px;
}

.date {
	text-transform: uppercase;
	font-size: 14px;
}