@charset "UTF-8";
html, body, div, form {
	padding:0px;
	margin:0px;
}
p, h1, h2, h3, h4, h5 {
	padding:0.5em 0px;
	margin:0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0B00B8;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	color: #111111;
	font-size: 15px;
	font-weight: normal;
}
img {
	border:none;
}
html {
	background-color: #FFFFFF;
	background-image:url(../images-new/bg_page.png);
	background-repeat:repeat-x;
	font-size:12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#000000;
}

html, body { height: 100%; min-height: 100%; }

#container {
	width:900px;
	margin:0px auto;
	padding: 0px 9px;
	background-image:url(../images-new/bg_content.png);
	background-repeat:repeat-y;
}
#nav {
	background-image:url(../images-new/bg_nav.png);
	background-repeat:repeat-x;
	height: 30px;
	font-size: 16px;
	padding: 16px 0px;
	text-transform: lowercase;
	text-align: center;
}
#nav img {
	padding: 0px 25px;
	vertical-align:middle;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:lighter;
}
#nav a:hover {
	color: #FFFF7F;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFFF7F;
}
#nav a.selected { 
	color: #FFFF7F;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFFF7F;
 }
 
#sitetitle {
	height: 38px;
	padding: 8px 10px 0px 0px;
}
#sitetitle .left {
	float: left;
	padding-top: 10px;
	width: 300px;
}
#sitetitle .right {
	margin: 0px 0px 0px 640px;
	text-align:right;
}
#sitetitle h1 {
	font-size: 26px;
	font-weight: bold;
	color: #0B00B8;
	padding: 0px 10px;
}
#sitetitle .series {
	font-size: 26px;
	font-weight: normal;
	color: #000000;
}
#header {
	padding: 12px 0px 0px 10px;
}
#content {
	color: #383838;
	margin: 10px 0px;
	padding: 0px 10px;
}
#content .left {
	float: left;
	width: 610px;
}
#content .left a {
	color: #49749D;
	text-decoration: none;
}
#content .left a:hover {
	text-decoration: underline;
}
#content .right {
	margin: 0px 0px 0px 630px;
}
#content .right .bluebox {
	background-color: #D2DDE7;
	padding: 10px;
	margin-bottom: 1px;
}
#content .right .yellowbox {
	background-color: #FFFF7F;
	padding: 10px;
}

#content .right h2 {
	color: #49749D;
	padding: 0px 0px;
	margin: 0px 0px;
}
#content .right .sublink a {
	color: #383838;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px;
	text-decoration: none;
}
#footer {
	height: 50px;
	margin: 10px 0px;
	padding: 0px 10px;
}
#footer .copyright, #footer .copyright a {
	color: #666666;
	font-size: 10px;
	text-decoration:none;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
#footer .logo {
	float: right;
}

#tablestyle th { background-color: #666666; color: #FFFFFF; text-align: left; }

/* News Listings */
#newslist th, .newslist th{ color: #111111; font-weight: bold; text-align: left; font-size: 14px; }
#newslist td, .newslist td { font-size: 12px; color: #000000; }
#newslist .row0, .newslist .row0 { background-color: #C0C7CF; }
#newslist .row1, .newslist .row1 { background-color: #FFFFFF; }
#newslist .month, .newslist .month{ background-color: #C8CD79; font-size: 14px; color: #FFFFFF; font-weight: bold; padding-left: 10px; }

.image { border: 1px solid #111111; padding: 1px 1px; }
.highlightit img{ border: 1px solid #111111; padding: 1px 1px; }
.highlightit:hover img{ border: 1px solid #333366; padding: 1px 1px; }
.highlightit:hover{ color: #333366; border: 0px ; /* Dummy definition to overcome IE bug */ }
.animage { border: 1px solid #333366; padding: 1px 1px; }
.mainhighlightit { border: 1px solid #CCCCCC; padding: 1px 1px; }

.date { color: #111111; font-style: italic; font-size: 11px; }