* { margin: 0; padding: 0; outline: none; }
a:focus, a:active { outline: 0; -moz-outline: none;}
ul {
	margin: 3px 35px;
	line-height: 1.3em;
	list-style-type: square;
}

html {
	color: #000000;
	background-color: #FFF;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

body {
	font-size: 12px;
	color: #000000;
	background: #FFF;
	height: auto;
	height: 100%;
	text-align: center;
}

/* SECTIONS */

#wrapper {
	position: relative;
	background: FFF;
	min-height: 100%;
	height: 100%;
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 800px;
	height: 304px;
	line-height: 1.6em;
	background:url('img/top-main.jpg') #FFF no-repeat top center;
}

#header-sec {
	position: relative;
	width: 100%;
	height: 177px;
	line-height: 1.6em;
	background:url('img/top-sec.jpg') #FFF no-repeat top center;
}

#links {
	position: relative;
	background: #87aec6;	
	text-align: center;
	font-size: 12px;
	color: #FFF;
	width: 800px;
	height: 20px;
}

#content {
	position: relative;
	margin: auto;
	width: 800px;
	line-height: 1.6em;
	background: #FFF;
	margin-bottom: 15px;
	text-align: left;
	overflow: hidden;
}

#footer {
	position: relative;
	margin: auto;
	width: 800px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	border-top: 2px solid #87aec6;
}

.content {
	width: 66%;
	float: left;
}

.hname {
	width: 60%;
	float: right;
	text-align: center;
	color: #145ab1;
}

.hcontent {
	width: 60%;
	float: right;
	text-align: left;
}

.box {
	width: 33%;
	float: left;
	height: auto;
	border-left: 1px dotted #d9d7d7;
}

.disc {
	padding: 8px;
}

/* LINKS */

a:active, a:link, a:visited { color: #145ab1; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

a.links:active, a.links:link, a.links:visited { font-size: 16px; color: #FFF; text-decoration: none; }
a.links:hover { font-size: 16px; color: #000; text-decoration: none; }

a.foot:active, a.foot:link, a.foot:visited { font-size: 12px; color: #000; text-decoration: none; }
a.foot:hover { font-size: 12px; color: #145ab1; text-decoration: none; }

.emb { font-size: 22px; color: #666 }
