* {margin: 0; padding: 0;}


body {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	color: #888888;
}

#container {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 925px;
}

#header {
	height: 240px;
	margin-left: 250px;
}

#header_menu {
	float: right;
    height: 10px;
	width: 500px;
	margin-top: 30px;
	text-align: right;
	margin-right: 50px;
}

#header_title {
	margin-top: 48px;
	margin-bottom: 15px;
	float: left;
	width: 600px;
	height: 80px;
}

#header_title a:hover {
	text-decoration: none;
}


#left_content {
	/*background-image: url(images/top_bar.gif);
	background-repeat: no-repeat;*/
	clear: both;
	float: left;
	width: 220px;
	margin-top:20px;
}

#left_middle_content {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#right {
	margin-left: 250px;
	margin-right: 20px;
}

#footer {
	width: 650px;
	clear: both;
	margin-left: 250px;
	margin-top: 40px;
	text-align: center;
	border-top: 1px dotted #c8c8b6;
	border-bottom: 1px dotted #c8c8b6;
	background-color: #ffffff;
}

.news_header {
	border-bottom: dotted;
	border-width: 1px;
}

.date_box {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(/images/calendar.gif);
	height: 50px;
	width: 50px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #dead29;
}

.date_box_day {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}


p {
	margin-bottom: 15px;
	margin-top: 15px;
}


h1 {
	color: #702a74;
	font-family: "Georgia", Times, serif;
	/*font-style: italic;*/
	font-size: 32px;
	font-weight: 600;
	/*letter-spacing:0.3em;*/
	line-height:1.2em;

	text-transform:uppercase;
}

.title {
	color: #702a74;
}

fieldset {
	border: none;
}
 

h2 {
	color: #dead29;
	/*margin-left: 300px;*/
	font-family: "Georgia", Times, serif;
	/*font-style: italic;*/
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	font-size: 25px;
	font-family: "Georgia", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #702a74;
}

h4 {
	
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #c8c8b6;
	border-bottom-color: #c8c8b6;

	color: #614240;
}


img {
	border: none;
}
			 
a:link {color: #3B3B3B; text-decoration: none;}  
a:visited {color: #3B3B3B; text-decoration: none;} 
a:hover {color: #763636; text-decoration: underline;}  
a:active {color: #3B3B3B; text-decoration: none;} 

/* link list*/
.link_list {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #c8c8b6;
	border-bottom-color: #c8c8b6;

	color: #614240;	
}

/* Menu */
.menu {
	text-align: right;
	position:relative;
	float: right;
	height: 45px;
	margin: 0px 40px 0 0;
	width: 600px;
}

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

.menu li {
	display: inline;
}

.menu a {
	padding: 0 10px 0 10px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

.menu a:hover {
	color: #763636; 
	text-decoration: none;
}

.menu .first a {
	border: none;
}

.menu li.back {
    border-bottom: 1px solid #3B3B3B;
    height: 5px;
    z-index: 8;
    position: absolute;
}

table.calendar {
	border-collapse: collapse;	
}

.clear {
	clear:both;
}