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

html,body {
	margin: 0;
	background-color: #fafafa;
	height: 100%;
	background-image: url('../img/back.jpg');
	background-repeat: repeat-x;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 820px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url('../img/back2.jpg');
	background-repeat: repeat-y;
}

#content {
	padding: 0 0 0 0;
}

td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #424242;
	line-height: 18px;
}

a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0f75bc;
}

a:HOVER {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #df8416;
}

blockquote {
	margin: 0 40px 40px 20px;
}

blockquote.micro {
	margin: 0 30px 0 30px;
}

#nav {
	border-top: 1px dotted #bdbdbd;
	border-bottom: 1px dotted #bdbdbd;
	padding: 5px 0 5px 0;
	text-align: center;
}

.nav {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0f75bc;
}

.nav:HOVER {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #df8416;
}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #df8416;
}

#subheader {
	font-weight: bold;
}

#sidebar {
	width: 170px;
	border-bottom: 1px dotted #bdbdbd;
}

#event-entry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #424242;
	line-height: 14px;
}

.entry_nav {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0f75bc;
}

.entry_nav:HOVER {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #df8416;
}

.side_nav {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0f75bc;
}

.side_nav:HOVER {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #df8416;
}

#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #787878;
	line-height: 14px;
}

#status {
	padding: 7px;
	width: 156px;
	border: 1px dotted #bdbdbd;
	background-color: #eff8ff;
}

.img_border_left {
	border: none;
	padding: 0 7px 7px 0;
}

.img_border_right {
	border: none;
	padding: 0 0 7px 7px;
}