body {
	background: #fff url(../images/bg.jpg) repeat-x 50% 0pt;
	font-family: arial, tahoma, verdana;
	font-size: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	}

#container {
	margin: 0px auto;
	text-align: left;
	width: 932px;
	}
#header{
	height: 162px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 100% 88px;
}
#header img {
	margin: 51px 0 0 24px;
}

#navigation {
	width: 100%;
	padding: 0;
	margin: 8px 0px;
	text-align: left;
}

#content{
	background-color: #ffffff;
	padding: 0px;
}

#maincontent {
	background-color: #ffffff;
	clear: none;
	float: left;
	padding: 0 24px 0 24px;
	width: 573px;
}

#maincontent ul{
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	padding: 0 0 0 15px;
	margin: -4px 0 0 0;
}

#subcontent{
	background: #ffffff url(../images/subcontent_bg.jpg) repeat-y top left;
	float: right;
	height: 100%;
	margin: 0;
	width: 311px;
	clear: right;
}
#siteinfo {
	background: #f0eac6 url(../images/bottom_bg.jpg) repeat-x top left;
	height: 117px;
	position: relative;
	width: 100%;
}
#siteinfo p{
	background: url(../images/open_close.gif) no-repeat 24px 19px;
	color: #1d5b93;
	font-size: 72%;
	height:  100px;
	line-height: 140%;
	margin: 0px auto;
	text-align: left;
	padding: 22px 0px 0px 43px;
	width: 932px;
}

p, #maincontent li { 
	font-size: 80%;
	line-height: 150%;	
}
#subcontent p {
	color: #333;
	padding: 10px 17px 28px 17px;
}
a:link { 
	color: #1d6cb2;
	text-decoration: none;
}
a:visited {
	color: #1d6cb2;
	text-decoration: none;
}
a:hover { 
	color: #b0a515;
	text-decoration: none;
}
a:active { 
	color: #1d6cb2;
	text-decoration: none;
}
.article
{
	width: 455px;
	float: right;
}

.col1, .col2, .col3{
	float: left;
	clear: none;
	padding: 0px 10px;
	width:30%;
}
.colhalf1, .colhalf2 {
	float: left;
	clear: none;
	padding: 0px 10px;
	width:47%;		
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold{
	font-weight: bold;
}
h1{
	color: #333333;
	font-size: 110%;
	padding: 5px 0;
	text-transform: uppercase;
}
h2{
	color: #333366;
	font-size: 90%;
	padding: 14px 0 0 0;
}
img {
	border: none;
}
.banner_image{
	padding: 16px 0px 0px 0px;
}
.thumb_image{
	padding: 0px 15px 0 0;
}
.bg1{
	background-color: #f5efd3;
}
