body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #1C1C1C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CBCBCB;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.container {
	width: 850px;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left 415px;
	background-image: url(images/bg_home.gif);
	font-size: 0.9em;
} 
.header {
	height: 415px;
	background-color: #E7E7E7;
	padding: 0;
	margin: 0px;
} 
.col1 {
	float: left;
	width: 210px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 55px;
	margin: 0px;
}
.col3 {
	float: right;
	width: 210px;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.col2 {
	width: 220px;
	margin-top: 0px;
	margin-right: 290px;
	margin-bottom: 0px;
	margin-left: 290px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}

 
.footer {
	margin: 0px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 55px;
	background-color: #FFFFFF;
	height: 50px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.links {
	background-color: #CBCBCB;
	margin: 0px;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 55px;
	font-size: 0.85em;
	clear: both;
	line-height: 1.2em;
}
a:link {
	color: #1C1C1C;
	text-decoration: underline;
}
a:visited {
	color: #272727;
	text-decoration: underline;
}
a:hover {
	color: #272727;
	text-decoration: none;
}
a:active {
	color: #272727;
	text-decoration: underline;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.list_green {
	list-style-image: url(images/list_green.jpg);
}
.list_blue {
	list-style-image: url(images/list_blue.jpg);
}
.italic {
	font-size: 0.9em;
	font-style: italic;
}
.red {
	color: #9B0000;
}
.blue {
	color: #000C3F;
}
