@charset "utf-8";
/* CSS Document */
#header {
	background-image: url(../images/bg_header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}
#header h1 {
	display: none;
	visibility: hidden;
}
#bounding_box {
	background-image: url(../images/bg_content.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0px auto;
}
#content {
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
}
#col_left {
	float: left;
	width: 300px;
}
#col_right {
	float: right;
	width: 680px;
	overflow: hidden;
}
#col_right #heading_image {
	background-image: url(../images/heading_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 680px;
	height: 240px;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 300px;
	height: 267px;
}
#info {
	margin-left: 20px;
	padding: 0px 20px 10px 0px;
}
#info .urgent {
	padding: 5px;
	border: #FC6 1px solid;
	background-color: #FFC;
	width: 400px;
}
#info .urgent h2 {
	color: #FF0000;
	font-size: 150%;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
#info .urgent h3 {
	font-size: 100%;
	font-style: italic;
}
#side_bar {
	float: right;
	text-align: center;
	width: 203px;
	padding: 0px 3px 0px 10px;
	margin: 0px 0px 10px 12px;
	border-left: 1px dashed #CCCCCC;
}
#side_bar img {
	border-top: 1px solid #EFEFEF;
}
#news {
	padding: 20px;
}
#news h2 {
	color: #9e3c02;
	font-weight: normal;
	font-size: 200%;
	text-transform: lowercase;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#news h3 {
	color: #eb9130;
	font-weight: normal;
	font-size: 100%;
	text-transform: capitalize;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
#news p {
	padding: 0px;
	margin: 0px;
	font-size: 88%;
}
#news .read_more {
	text-align: right;
	margin: 4px 0px 10px 0px;
	font-style: italic;
}
#bar {
	width: 980px;
	height: 2px;
	background-color: #FFCC33;
	margin: 0px auto;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
	margin: 0px auto;
	overflow: hidden;
}
#footer .copyright {
	float: left
}
#footer .terms {
	float: right;
}
#footer p {
	margin: 0px;
	padding: 10px;
	font-size: 89%;
	color: #FFFFFF;
}
#footer a {
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF99;
}