@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #426c6d;
}

#container {
	width: 941px;
	margin: 0 auto;
	padding: 0px;
}
#contentarea {
	margin: 0;
	position: relative;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
}
.top {
	background-image: url(images/top.gif);
	height: 15px;
	width: 941px;
}






.top-ad {
	background-image: url(images/topad.gif);
	background-position: left top;
	height: 98px;
	background-repeat: repeat-x;
	text-align: center;
	float: right;
	width: 752px;
	padding: 20px 0 0 0;
}
.header {
	background-image: url(images/header.gif);
	height: 288px;
	width: 941px;
	background-repeat: no-repeat;
}
.header-txt {
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	color: #1b6c95;
	letter-spacing: -2px;
	margin: 0 0 0 647px;
	padding: 108px 0 0 0;
}
.header h1 {
	font-family: Georgia;
	font-size: 35px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
}


.footer {
	background-image: url(images/footer.gif);
	height: 79px;
	background-repeat: repeat-x;
	text-align: center;
	padding: 33px 0 0 0;
	color: #a2a2a2;
	font-size: 10px;
}
.footer a {
	color: #a2a2a2;
	text-decoration: none;
	font-size: 11px;
}
.footer a:hover {
	text-decoration: underline;
}


.navbar {
	background-image: url(images/nav-bar.gif);
	height: 30px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px 0 0 0;
	font-family: Georgia;
	color: #333333;
}
.navbar ul {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.navbar li {
	display: inline;
	padding: 0px 7px 0px 7px;
}
.navbar a {
	font-family: Georgia;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.navbar  a:hover, #current {
	padding: 3px 4px 3px 4px;
	background-color: #e8f8f8;
	font-weight: bold;
}
.content {
	width: 712px;
	background-color: #F4FCFB;
	float: right;
	padding: 20px;
	background-image: url(images/top-title.gif);
	background-repeat: repeat-x;
}
.content h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}


.side {
	width: 189px;
	float: left;
	text-align: center;
	background-image: url(images/top-side.gif);
	background-repeat: no-repeat;
	padding: 39px 0 20px 0;
}
.gap {
	height: 40px;
	width: 50%;
}

.adline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c7c7c7;
	margin: 10px 25px 10px 25px;
}

.content-bottom {
	background-image: url(images/content-bottom.gif);
	height: 45px;
	float: right;
	padding: 30px 20px 0 20px;
	width: 712px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #AFDFBE;
}


.logo {
	background-image: url(images/logo.gif);
	height: 75px;
	background-repeat: no-repeat;
	background-position: left top;
}
.txt-white {
	color: #FFFFFF;
}

.clearboth {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*

/* */
