/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:#FDFDFD;
	border-bottom:10px solid #000;
	border-top:5px solid #FF6000;
}
#site {
	padding:15px 15px;
}
/*#header .logo {
	float:right;
}*/
#header {
	padding-bottom:7px;
}
address {
	font-style:normal;
}
a {
	color:#FF6000;
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #333;
	display:inline-block;
}
a:hover {
	color:#333;
	color:#FF6000;
}
#container {
	clear:both;
}
.CI_col {
	color:#ff6000;
}
.lineH {
	margin-bottom:20px;
}
.lineH p {
	margin:8px 0px;
}