@charset "utf-8";
/* CSS Document */
body {margin:0}

#container {width: 800px; font-family:Arial, Helvetica, sans-serif; font-size:13px;margin:0 auto}
#header {background-image: url(images/header.png);height: 145px;}
#date {padding: 10px;padding-right:25px;font-weight: bold;}
#issue {float: left;width: 213px;margin-left: 20px;background-color: #e8f9ff;border: thin solid #27b5ea;}
#issue_title {background-color: #FFFFFF; font-size:12px; padding:10px;}
#issue p {padding-right: 15px;padding-left: 15px;}
#letter {background-color: #efefef;padding:auto 15px auto 15px;float: right;width: 504px;margin-right: 35px;}
#content_container {background-image: url(images/content_bkgrnd.png);background-repeat: repeat-y;}
#sidebar {background-image: url(images/sidebar_bkgrnd.png);background-repeat: repeat-y;width: 176px;padding-left:20px;padding-right:10px;float: left;background-position: right;font-size:11px;}
#sidebar h2 {font-size: 14px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #0AA0D3;}
#content {width: 504px;float: left;padding-right: 25px;padding-left: 25px;}
#content h1 {border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #0AA0D3;font-size: 15px;}
#footer {background-image: url(images/footer_bkgrnd.png);height: 68px; padding-top:10px; padding-right:20px; font-size:12px}
#spotlight {background-color: #e8f9ff;border: thin solid #f0f0f0;margin-right: 40px;margin-left: 25px;padding-left:10px;padding-right:10px;}
#letter p {padding-right: 20px; padding-left:20px;}
#spotlight h2 {font-size: 14px;}
.clear {clear:both}
.fltlt {float:left}
.fltrt {float:right}
a {
	text-decoration:none
}
a:hover {text-decoration:underline}
#issue a {
	color:#00698C;
	text-decoration:none;
}
#issue a:hover {
	color:#00479D;
	text-decoration:none;
}
p {color:#333}

