* {
    padding: 0;
    margin: 0;
} 

body {
	background: #eee;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.74em;
}

a {
	color: #811515;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header 
{
	margin: 0 auto;
	width: 800px;
	height: 136px;
	background: #a7c0c5 url('images/header.jpg');
	background-repeat: no-repeat;
   
}

#header h1 { padding-left: 30px; padding-top: 22px; font-size: 1.4em; color: #FFF; }
#header h1 a { font-size: 1.4em; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 30px; padding-top: 0px; font-size: .8em; color: #FFF;}

#wrap {
	margin: 0 auto;
	width: 800px;
	background: #a7c0c5 url('images/midwrap.jpg');
	background-repeat: repeat-y;
}

#topwrap {
	background: #a7c0c5 url('images/topwrap.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 40px;
	margin: 0 auto;
}

#botwrap {
	background: #a7c0c5 url('images/botwrap.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 141px;
	margin: 0 auto;
}

#content {
padding: 0 30px 0 30px;
}

.right {
	float: left;
	width: 520px;
	margin: 0 10px;
	font-size: 10pt;
	color: #222;
	
}

.bluedates{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #2C98DB;
}

.left {
	float: left;
	width: 160px;
	margin: 0 10px 0 10px;
}

.left ul {
	padding: 0px 0px 15px 0px;
	margin:0;
}

.left li {
	margin-bottom:5px;
	list-style-type: none;
	color: #FFF;
	background: #40a14b;
	padding: 5px;
	font-size: 0.9em;
}

.left li:hover {
	margin-bottom:5px;
	list-style-type: none;
	color: #FFF;
	background: #257436;
	padding: 5px;
	font-size: 0.9em;
}

#active {
	background: #257436;
}

.left li a{
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.right h2 {
	color: #2C98DB;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
	background: #a7c0c5;
}

img { border: none;}
#wrap #content .right h3 {
	color: #2C98DB;
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrap #content .right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 130%;
}

.red {
	font-size: 14px;
	color: #811515;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrap #content .right h4 {
	color: #2C98DB;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
