/* CSS Document */

html, body, ul, ul li, dl, dt, dd, img, h1 {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	color: #555; 
	font-family: Verdana, Sans-Serif;
	text-align: center;
	background-color: #FFF;
	font-size: 0.8em;
	line-height: 100%;
}

body a {
	color: #777;
}

body a:hover {
	color: #F90;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

#wrapper {
	width: 1030px;
	margin: 15px auto;
	text-align: left;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 10px;
  padding-top: 2px;
}

#lcol {
	float: left;
	width: 770px;
	background-image: url(../images/back_body.gif);
}

#header {
	width: 740px;
	background: url(../images/back_head.gif) left top no-repeat;
	height: 20px;
	padding: 10px 15px;
}

#header li {
	float: right;
}

#container {
	width: 770px;
}

#primary {
	float: right;
	background: url(../images/back_body_top.gif) left top no-repeat;
	line-height: 150%;
}

#secondary {
	float: left;
	width: 200px;
	padding-left: 5px;
	background: url(../images/back_navi_top.gif) left top no-repeat;
	background-position: 0 75px;
}

#secondary dl {
	padding: 23px 13px 20px 13px;
}	

#secondary dt, #secondary dd {
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #FFF;
}	

#secondary dd {
	text-align: right;
}	

#secondary dd.bbn {
	padding-bottom: 0;
	border-bottom: none;
}	

#rcol {
	float: right;
	width: 255px;
	padding-top: 5px;
}

#rcol p {
	margin: 0;
}

#rcol a img {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin-top: 5px;
}

#rcol a:hover img {
	border: 1px solid #F90;
}

#rcol .imgbn a img {
	border: none;
	padding: 0;
}

#rcol .imgbn a:hover img {
	border: none;
}

#footer {
	clear: both;
	width: 740px;
	background: url(../images/back_footer.gif) left top no-repeat;
	padding: 28px 15px 15px 15px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

#fbanner {
	margin-top: 5px;
}

#fbanner img {
	margin-right: 5px;
	margin-top: 5px;
}

#fbanner img.mr0 {
	margin-right: 0;
}

#fbanner a img {
	border: 1px solid #CCC;
	background-color: #FFF;
}

#fbanner a:hover img {
	border: 1px solid #F90;
}

#topics, #calendar {
	width: 100%;
	margin: 5px 0;
}

#topics {
	overflow-y: scroll;
	background-color: #FFFFE2;
	line-height: 140%;
	width: 253px;
	height: 178px;
	border: 1px solid #CCC;
}

#topics ul {
	margin: 3px 3px 3px 7px;
}

#topics li {
	padding: 3px 0 3px 18px;
	background: url(../images/point_topics.gif) left 3px no-repeat;
}

#topics a {
	color: #555;
	text-decoration: none;
}

#topics a:hover {
	color: #F40;
	text-decoration: underline;
}

#nojs {
	text-align: center;
	background-color: #C00;
	color: #FFF;
	padding: 3px;
	margin-top: 10px;
	margin-left: 5px;
}