body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(../images/background.png) #87dae5;
	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;
}
.page {
	background: #fff;
	box-shadow: 0 0 4px rgba(23,23,23,0.4);
}
.topmenu {
	width: 960px;
	height: 44px;
	float: left;
}
.topmenu ul {
	height: 44px;
	list-style-type: none;
	background: #33B6CA;
}
.topmenu ul li {
	height: 44px;
	float: left;
	padding: 0px 14px;
	border-right: solid 1px #1990a0;
}
.topmenu ul li:hover {
	background: #1990a0;
}
.topmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 44px;
	color: #000000;
	text-decoration: none;
}
.topmenu ul li:hover a {
	color: #FFFFFF;
}
.slogan-area {
	width: 960px;
	height: 52px;
	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%;
	text-transform: uppercase;
	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 h2 {
	font-size: 14px;
	line-height: 100%;
	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 {
	padding-bottom: 20px;
}
.left-panel ul li a {
	font-size: 12px;
	color: #1990a0;
	text-decoration: underline;
	font-weight: bold;
}
.left-panel ul li a:hover {
	text-decoration: none;
}
.right-panel {
	width: 674px;
	float: right;
	padding-right: 7px;
}
.right-panel p {
	line-height: 1.8;
	margin: 0 20px 20px;
}
.right-panel ul {
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.8;
}
.right-panel ul.nodisc {
	list-style: none;
}
.right-panel ul li {
	padding-left: 20px;
}
.right-panel table {
	min-width: 50%;
	max-width: 90%;
	margin: 20px auto;
}
.right-panel table.center {
	text-align: center;
}
.right-panel table.right {
	text-align: right;
}
.title {
	line-height: 100%;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 11px;
	padding-left: 20px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
.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;
}
