@charset "utf-8";
/* YUI 2.7.0 CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* CSS Document */
html {
	height: 100%;
}
body {
	height: 100%;
	background: url(../images/header_bg.gif) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #222222;
	line-height: 1.6em;
}
p {
	margin-bottom: 15px;
	font-size: 1em;
	text-align: justify;
}
a, h2 a:hover, h3 a:hover {
	color: #004477;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
hr {
	border: none;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}
.cutshort {
	margin-right: 10px;
}
.whitelink {
	color:#A2A5A7;
	text-decoration: none;
}
.whitelink:hover {
	color:#FFFFFF;
	text-decoration: none;
}
ol, ul {
	margin:0;
	padding:0 0 0 15px;
}
ol li, ul li {
	margin: 0 0 8px 10px;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
h1, h2, h3 {
	color: #333333;
	margin: 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
#rightbar h2 {
	margin: 5px 0 0;
	padding: 0;
}
input {
	border:1px solid #AAAAAA;
}
input:hover {
	border:1px solid #CC0000;
}
input:focus, textarea:focus {
	background-color:#FFFFCC;
}
input[type="image"] {
	border: none;
}
.normalad {
	float:left;
	margin: 5px 5px 10px 0;
}
.dp-highlighter {
	width: auto !important;
}
.dp-highlighter ol li {
	margin: 0 0 0 0;
}
img.centered, input[type="image"].centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, input[type="image"].alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft, input[type="image"].alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.articlenavigation {
	padding: 10px 0;
	clear: both;
}
.articlesbottomad {
	padding: 10px 0pt 0pt;
	clear: both;
	text-align: center;
}
form.donation { /* float: left; */
}
#container {
	min-height:100%;
	position:relative;
}
#header, #contents {
	margin: 0 auto;
	width: 990px;
}
#header {
	height: 100px;
}
.headerlogo {
	float:left;
}
.headermenus {
	float: right;
}
.headermenus a img {
	padding: 0 20px;
}
.headermenus a:hover img {
	background: url(../images/menu_hl_bg.png)
}
#contents {
	padding-bottom: 50px; /* footer + 20*/
}
#contents .rightbar {
	float: right;
	width: 230px;
	padding: 0 0 0 5px;
	margin: 0px 0 5px 15px;
	border-left: solid 1px #999999;
}
#footer {
	line-height: 30px;
	text-align: center;
	color: #A2A5A7;
	background: url(../images/footer_bg.png) repeat-x;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 30px;
}
.clear {
	clear: both;
}
.headerWithTopBanner {
	height: 190px !important;
}
.topbannerwrapper {
	position:absolute;
	top: 70px;
	margin: 0 auto;
	width: 990px;
}
.topbanner {
	margin: 0 auto;
	width: 778px;
}
.topbanneredge {
	height:98px;
	width:15px;
	float:left;
}
.topbanneredge_left {
	background-image:url(/images/sponsor_left.png);
}
.topbanneredge_right {
	background-image:url(/images/sponsor_right.png);
}
.topbanneredge_middle {
	width: 728px;
	background-image:url(/images/sponsor_middle.png);
}
.charity {
	background-color:#003;
	color: #CCC;
	bottom: 0;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	left: 0;
	margin: 10px;
	padding: 5px;
	position:fixed;
	text-align: center;
	text-shadow: #333 1px 1px 2px;
	z-index: 10000;
}
