@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 15px;
	background-color: #EFEFEF;
}

#container {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	float: left;
	height: 100px;
	background-image: url(images/banner.png);
}
#header a {
	text-decoration: none;
	color: #000000;
}

#leftCol {
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(images/leftcol_bg.png);
	background-repeat: no-repeat;
}
#leftCol ul {
	list-style-type: none;
	margin-top: 10px;
}
#leftCol li {
	margin-left: -20px;
	line-height: 20px;
}
#leftCol li a {
	text-decoration: none;
}

#searchBox {
	float: left;
	width: 624px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(images/search.png);
}
#searchBox  h2 {
	margin: 0px;
}
#searchBox h3 {
	margin: 10px;
	font-size: 14px;
}


#search_form {
	margin: 0px;
	display: block;
}
#search_form fieldset {
	padding-left: 20px;
	display: block;
	text-align: left;
	width: 100px;
}

.infobox {
	float: left;
	width: 316px;
	margin-left: 10px;
	margin-top: 10px;
	height: 260px;
	background-image: url(images/infoxbox_bg.png);
	background-repeat: no-repeat;
}
.infobox h2 {
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.infobox ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.infobox li {
	font-size: 15px;
	line-height: 20px;
}


#rightCol {
	width: 664px;
	float: left;
	margin-top: 10px;
}
#content {
	width: 624px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	border: 1px dashed #999999;
	margin-top: 10px;
}
#content p {
	margin-top: 0px;
}

#footer {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
	height: 40px;
	padding-top: 10px;
}
#articles {
	float: left;
	margin-left: 10px;
	width: 624px;
	padding: 10px;
	border: 1px dashed #999999;
	margin-top: 10px;
}
#articles h5 {
	font-size: 10px;
	margin: 0px;
}

#articles h4 {
	float: right;
	display: block;
	margin: 0px;
}
#articles h4 a {
	text-decoration: none;
}

#articles p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#articles h3 a {
	text-decoration: none;
}


#articles h3 {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#articles h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#records {
	float: left;
	margin-left: 10px;
	width: 624px;
	padding: 10px;
	border: 1px dashed #999999;
	margin-top: 10px;
}
#records p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#records h4 a {
	text-decoration: none;
}
#records h3 a {
	text-decoration: none;
}
#records h3 {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#records h2 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
