@CHARSET "UTF-8";


body {
	/*background: #333333;*/
	font: normal 20pt Calibri;
}

p {
	font: normal 14pt/20pt calibri;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

a, a:link {
	color: #114432;
	text-decoration: underline;
	cursor: pointer;
}

a:hover, a:active {
	color: #114432;
	text-decoration: none;
	cursor: pointer;
}

ul {
	margin-left: 20px;
}

ul li p {
	font-size: 8pt;
	line-height: 10pt;
}


.prime-wrap {
	margin: 0 auto;
	padding: 20px 0;
	width: 940px;
}

.clear {
	clear: both; line-height: 0pt; font-size: 0pt;
}

.area-55 {
	background: #fff;
	color: #383838;
}

	.area-55 .header h1 {
		color: #222;
		font-size: 12pt;
		float: left;
		font-weight: normal;
		font-style: italic;
		margin-top: 20px;
	}

	.area-55 h1 {
		color: #222;
		font-size: 27pt;
	}
	
	.area-55 h2 {
		color: #aaa;
		font-size: 18pt;
	}
	
	.area-55 h3 {
		color: #222;
		font-size: 11pt;
		font-weight: bold; 
	}
	
	.area-55 .header {
		margin: 0 auto;
		padding: 20px 0 0 0;
		width: 940px;
	}

	.col {
		width: 34%;
		float: left;
	}
		
		.col.lft {
			width: 33%;
		}
		.col.rgt {
			width: 33%;
		}
		
		.col .ctn h2 {
			font: normal 18pt tahoma;
			color: #222; 
		}
		
		.col.lft .ctn {
			margin-left: 0px;
			margin-right: 6px;
		}

		.col.rgt .ctn {
			margin-left: 6px;
			margin-right: 0px;
			
		}

		.col .ctn {
			margin: 0 8px;
		}
		
		.col .ctn p.fixed {
			height: 60px;
		}


.splash {
	margin: 10px 0;
	position: relative;
	height: 280px;
	cursor: pointer;
}

.splash a {
	color: #fff;
	text-decoration: none;
}

	.splash .box {
		position: absolute;
		bottom: 0px;
		z-index: 11;
		height: 75px;
		width: 100%;
		left: 0px;
	}
	
	.splash .box h2, .splash .box h3 {
		position: relative;
		z-index: 20;
		color: #fff;
		font-weight: normal;
		font-size: 12pt;
		margin-top: 12px;
		margin-left: 10px;
	}
	
	.splash .box h2 {
		font-size: 18pt;
		margin-top: 0px;
	}
	
	.splash .box .shd {
		background: #000;
		height: 75px;
		position: absolute;
		opacity: .56;
		width: 100%;
		top: 0px;
		z-index: 9;
	}
	
	.splash .box .shd2 {
		background: #000;
		height: 67px;
		position: absolute;
		opacity: .56;
		width: 100%;
		top: 4px;
		z-index: 10;
	}

.outer-area .news-item {
	margin-bottom: 15pt;
}

.outer-area .news-item p {
	margin-bottom: 0px;
}

.outer-area .news-item span {
	color: #484848;
	display: block;
	font-size: 8pt;
}

form div {
	padding-top: 4px;
	clear: left;
}

form div label {
	float: left; 
	display: block;
	width: 50px; 
	font-weight: bold;
}
form div input {
	background: #484848;
	border: 0px none;
	float: left;
}


.outer-area {
	color: #787878;
	display: none;
}

.outer-area a, .outer-area a:link, .outer-area a:hover, .outer-area a:active {
	color: #999;
}

.outer-area p {
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 15pt;
}

.outer-area .col h2 {
	color: #999;
	font: normal 15pt arial;
	margin-bottom: 10pt;
}

.outer-area .col h3 {
	font: bold 11pt arial;
}

.copyright {
	/*background: #262626;*/
	font-size: 8pt;	
}
.copyright .prime-wrap {
	border-top: 1px solid #787878;
	color: #484848;
	padding: 10px 0 30px 0;
	text-align: right;	
}
.copyright a, .copyright a:link, .copyright a:hover, .copyright  a:active {
	color: #484848;
}

.copyright a b {
	position: absolute;
	top: -10000px;
	left: -10000px;
}