@charset "utf-8";
/* CSS Document */

#holder {
	width: 760px;
	margin: auto;
	background-color: #699;
}
#holder #col_left #nav {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#holder #col_left #nav li a {
	background-image: url(images/bg_nav.gif);
	height: 20px;
	padding-top: 3px;
	padding-left: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	border-bottom: 1px dotted #333;
}
#holder #col_left #nav li a:hover {
	color: #0f5252;
}
body {
	background-color: #f6f6f6;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
#holder #footer {
	background-image: url(images/footer.gif);
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #496571;
	text-align: right;
	padding-top: 16px;
	padding-right: 10px;
}
#holder #col_left {
	width: 198px;
	float: left;
	min-height:450px;
	background-image: url(images/bg_left.gif);
	background-repeat: no-repeat;
}
#holder #col_right {
	float: right;
	width: 531px;
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4c4f54;
}
#holder #col_right #home_content {
	float: left;
	width: 364px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#holder #col_right #home_column {
	padding: 10px;
	float: left;
	width: 153px;
	background-color: #346f6f;
	min-height:430px;
}
.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;
}
.text1 {
	font-size: 18px;
	color: #FFF;
	margin-top: 0px;
}
a {
	color:#FFF;
}#holder #col_right .text2 {
	font-size: 16px;
	font-weight: bold;
	color: #fee454;
}
