
body {
	background: #e6e6e6 url("images/bg.gif") repeat-x top;
	margin: 0px;
	padding: 0px;
}

a {
	color: #0000ff;
}

a img {
	border: 0px;
}

ol ol li {
	list-style: lower-alpha;
}

td {
	vertical-align: top;
}

div#frame {
	text-align: center;
}

div#header {
	text-align: left;
	margin: auto;
	padding-top: 24px;
	width: 700px;
	height: 58px;
    background: transparent url("images/bg_top.jpg") no-repeat top center;
}

div#nav {
	text-align: left;
	width: 700px;
	height: 24px;
	margin: auto;
}

div#content {
	text-align: left;
	margin: auto;
	width: 700px;
	padding-top: 40px;
}

div#content, p, td, div {
	color: #404040;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 200%;
}

div#footer {
	clear: both;
	border-top: 1px solid #bbbbbb;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 10px;
}

img#logo {
}

img#title {
    margin-bottom: 8px;
}

div.rightcopy {
	float: right;
	margin-bottom: 30px;
}

p.title {
	margin-bottom: 24px;
}

div.quote div {
	text-align: left;
	line-height: 100%;
	color: #00245e;
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 10px;
}

div.quote {
	line-height: 150%;
	text-align: right;
	border: 1px solid #bbbbbb;
	border-left: 0px;
	border-right: 0px;
	margin: 10px 0px;
	padding: 10px;
	background: url("images/quote_bg.gif") repeat-x #dee3e7;
}

div.events {
	margin: 10px 0px;
	padding: 10px;
	/*
	background: url("images/quote_bg.gif") repeat-x #dee3e7;
	*/
	font-family:Arial, Helvetica, sans-serif;
}
div.events div {
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.events .date {
	font-weight: bold;
	margin-top:12px;
}


