body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/toprept.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
.main {
	width: 960px;
	margin: 0px auto;
}
.page, .header, .header-img {
	width: 960px;
	float: left;
}
.toptitle {
	width: 958px;
	height: 44px;
	float: left;
}
.toptitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 44px;
	color: #000000;
	text-decoration: none;
}
.slogan-area {
	width: 960px;
	height: 100px;
	float: left;
	padding-top: 39px;
}
.slogan-area h1 {
	font-size: 36px;
	line-height: 100%;
	text-transform: uppercase;
	color: #414141;
	float: left;
	margin-left: 20px;
}
.slogan-area p {
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	color: #414141;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
.content {
	width: 960px;
	float: left;
	padding: 42px 0px 28px 0px;
}
.left-panel {
	width: 249px;
	float: left;
	padding-left: 7px;
}
.left-panel p.menu {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 25px;
	margin-top: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}
.left-panel ul {
	padding-left: 20px;
	padding-bottom: 5px;
	list-style-type: none;
}
.left-panel ul li {
	margin-bottom: 20px;
}
.left-panel ul li a {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.left-panel ul li a:hover {
	text-decoration: none;
}
.right-panel {
	width: 674px;
	float: right;
}
.right-panel p {
	line-height: 180%;
	margin-left: 20px;
	font-size: 15px;
}
.right-panel a { color:#0066CC; text-decoration:underline;}
.right-panel a:hover { opacity:0.6; }
.title {
	font-size: 26px;
	line-height: 100%;
	color: #333333;
	padding-bottom: 11px;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
	clear:both;
}
.footer {
	font-size: 12px;
	font-style: italic;
	line-height: 90px;
	color: #000000;
	text-align: center;
	width: 960px;
	height: 90px;
	float: left;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #3f3f3f;
}

.float-r{
	float:right;
	margin: 5px 5px 10px 5px;
}

.float-l{
	float:left;
	margin: 5px 10px 10px 1px;
}

.logo{ font-size:26px;}
.logo a{ color:#33b6ca; text-decoration:none;}
.logo a:hover{ color: #33b6ca; text-decoration:none;}

.clear {
  clear: both;
}


