@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	line-height: 1.5em;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 125px;
	width: 100%;
}
#content {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
#content #nav {
	height: 37px;
	width: 100%;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content #nav #navbox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 37px;
	text-align: left;
}
#content #teaser {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 23px;
	margin-bottom: 29px;
}
#content  #contentbox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	padding-bottom: 25px;
	padding-right: 20px;
}
#content  #contentbox  #cleft {
	float: left;
	width: 425px;
}
#content  #contentbox  #cright {
	float: right;
	width: 425px;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 63px;
	width: 100%;
}
#footer #footerbox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
#footer #footerbox a:link {
	color: #222222;
	text-decoration: none;
}
#footer  #footerbox  a:visited {
	color: #222222;
	text-decoration: none;
}
#footer  #footerbox  a:hover {
	color: #593f84;
	text-decoration: none;
}
#content  #contentbox  .image {
	vertical-align: top;
	float: left;
	margin-right: 25px;
	padding-left: 18px;
}
.style1 {
	font-size: 13px;
	font-weight: bold;
}
#content #contentbox a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.col{
	margin:5px 30px 50px 0;
	}