a:link {
	color: #0096cb;
	}
a:visited {
	color: #3396ff;
	}
a:hover {
	color: #c00;
	}
a:active {
	color: #0096cb;
	}
body {
	background: #fff url(../i/bg.jpg) no-repeat fixed -10px 60px;
	color: #444;
	font: 70% arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	}
h1 {
	background: url(../i/logo.jpg) no-repeat;
	float: left;
	height: 63px;
	margin: 16px 0 0 0;
	padding: 0;
	text-indent: -2000000px;
	width: 300px;
	}
h1 a {
	display: block;
	height: 63px;
	width: 300px;
	}
.center {
	text-align: center;
	}
.red {
	color: #f00;
	}

/* MAIN CONTENT AREA
-----------------------------------------------------------------*/
#container {
	background: #fff url(../i/top.jpg) no-repeat right -64px;
	height: auto;
	min-height: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 190px;
	top: 0;
	width: 800px;
	}
#content {
	float: left;
	margin: 0 10px 0 0;
	width: 590px;
	}
#content h2 {
	border-top: double 3px #ddd;
	color: #777;
	color: #444;
	font-size: 1.4em;
	font-weight: normal;
	margin: 18px auto 12px 16px;
	padding-top: 18px;
	text-transform: uppercase;
	}
#content h3 {
	color: #3cb03a;
	color: #0096cb;
	font-size: 1.4em;
	margin: 16px;
	}
#content h4 {
	border-top: dotted 1px #666;
	font-size: 1.1em;
	font-weight: bold;
	margin: auto auto 0 16px;
	padding-top: 12px;
	text-transform: uppercase;
	}
#content h2.first {
	margin-top: 0;
	}
#content p.first {
	border-top: double 3px #ddd;
	padding-top: 16px;
	}
#content p.desc {
	font-style: italic;
	margin-top: 0;
	}
#content p.more {
	text-align: center;
	}
#content span.summary {
	display: block;
	font-weight: bold;
	float: right;
	margin: 2px 0 0 6px;
	text-align: center;
	width: 200px;
	}
#content span.summary img {
	float: none;
	}
#content hr {
	color: #eee;
	margin: 18px auto 20px auto;
	width: 50%;
	}
#content p img {
	border: none;
	float: left;
	margin: 4px 6px 0 0;
	}
#content p img.portrait {
	border: solid 12px #f6f6f6;
	float: right;
	height: 174px;
	margin: 2px 0 0 6px;
	width: 134px;
	}
#content p {
	line-height: 150%;
	margin-top: 0;
	margin-left: 16px;
	}
#content li {
	line-height: 150%;
	margin: 0 0 12px 0;
	}

/* SPECIAL ANNOUNCEMENT AREA
-----------------------------------------------------------------*/
p.notice {
	background: #efe;
	border: solid 1px #ddd;
	height: 138px;
	margin-top: 30px !important;
	padding: 22px 12px 12px 16px;
	}
p.notice a {
	}
p.notice a img {
	border: none;
	margin: -12px 16px 0 0 !important;
	}
p.notice strong {
	color: #555;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	line-height: 160%;
	}
span#today-show {
	display: inline;
	float: left;
	height: 36px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 185px;
	}
a#today-logo {
	background: url(../i/today.png) no-repeat;
	float: right;
	height: 36px;
	margin-top: 0;
	position: absolute;
	right: 0;
	text-indent: -2000000px;
	top: -10px;
	width: 50px;
	}

/* SIDEBAR NAVIGATION
-----------------------------------------------------------------*/
#nav {
	float: right;
	margin: 0 10px 4px 10px;
	width: 180px;
	}
#nav ul {
	border-top: double 3px #ddd;
	list-style: none;
	margin: 0 0 32px 0;
	padding: 0;
	width: 180px;
	}
#nav li {
	border-bottom: solid 1px #eee;
	height: auto;
	width: 180px;
	}
#nav li a {
	background: url(../i/bullet.jpg) no-repeat 0 8px;
	color: #0096cb;
	display: block;
	height: 22px;
	padding: 8px 0 0 18px;
	text-decoration: none;
	width: 162px;
	}
#nav li a.current {
	font-weight: bold;
	}
#nav ul ul {
	clear: both;
	border: none;
	margin: 0 0 6px 0;
	}
#nav ul ul li {
	background: #fff;
	border: none;
	}
#nav ul ul li a {
	background: #fff;
	height: 12px;
	padding: 0 0 4px 18px;
	}
#facebook {
	background: url(../i/facebook.png) no-repeat 3px 2px;
	height: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	}
#facebook a {
	color: #0096cb;
	text-decoration: none;
	}
#nav div.quote {
	background: #fff url(../i/bubble_top.gif) no-repeat 0 0;
	margin-top: 16px;
	position: relative;
	padding: 29px 0 16px 0;
	text-align: center;
	}
#nav div.quote blockquote {
	background: #fff url(../i/bubble_middle.gif) repeat-y 0 0;
	clear: both;
	color: #0096cb;
	font-size: 1.1em;
	height: auto;
	line-height: 150%;
	margin: 0;
	padding: 12px;
	}
#nav div.quote span.author {
	background: #fff url(../i/bubble_bottom.gif) no-repeat 0 0;
	color: #0096cb;
	display: block;
	height: 80px;
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding: 70px 0 0 0;
	}

/* FOOTER
-----------------------------------------------------------------*/
#footer {
	border-top: double 3px #ddd;
	clear: both;
	font-size: .9em;
	margin-top: 40px;
	padding-top: 6px;
	}
#footer p#copyright {
	color: #777;
	float: left;
	margin-left: 16px;
	width: 150px;
	}
#footer p#footer-nav {
	float: right;
	text-align: right;
	width: 600px;
	}
#footer p#footer-nav a:link {
	color: #777;
	text-decoration: none;
	}
#footer p#footer-nav a:visited {
	color: #777;
	text-decoration: none;
	}
#footer p#footer-nav a:hover {
	color: #c00;
	text-decoration: underline;
	}
#footer p#footer-nav a:active {
	color: #c00;
	text-decoration: none;
	}