@charset "utf-8";

body {
	margin: 0px;
	border: 0px;
	background-color: #99ADAC;
}

#container {
	position: absolute;
	width: 990px;
	left:50%;
	margin-left:-495px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../images/header_bg.jpg);
	height: 60px;
	width: 990px;
	padding-top: 30px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


#header img {
	padding-right: 5px;
	padding-left: 5px;
	border: none;
}



#headerMenu {
	background-color: #6699CC;
	width: 950px;
	height: 21px;
	margin-left: 20px;
	background-image: url(../images/menu_bg.jpg);
	padding-top: 4px;
}

#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
}


#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
}

#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
}
#nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
}

#content {
	margin-right: 30px;
	margin-left: 30px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;

}
#content img {
	border: 1px solid #999999;
	margin-right: 5px;
	margin-left: 5px;
}
#noLink img {
	border: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#content a:link, a:hover, a:visited, a:active {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#column2Header {
	width: 370px;
	float: right;
}
#column3Header {
	float: right;
	width: 300px;
	height: 65px;
}



#column1 {
	width: 300px;
	float: left;
}
#column2 {
	width: 300px;
	float: right;
	margin-right: 15px;

}
#column3 {
	width: 300px;
	float: right;
}

h1 {
	font-size: 16px;
	color: #666666;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
}
h2 {
	font-size: 18px;
	color: #6699CC;
}
h3 {
	color: #666666;
	font-size: 14px;
}
h4 {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
}


#rssContent {
	width: 260px;
	color: #666666;
	margin-left: 20px;
}
#rssContent a:link, a:hover, a:visited, a:active {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #1A578F;
	text-decoration: none;
	font-size: 12px;
}


.adHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.adAd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.adNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#lowersection {
	clear: both;
}
#columnFooter {
	background-image: url(../images/column_footer.jpg);
	height: 40px;
}
#footerBar {
	width: 950px;
	height: 28px;
	background-image: url(../images/footer_bar_bg.jpg);
	padding-top: 2px;
	margin-left: 20px;
	clear: both;
	text-align: center;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #AFC9E4;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 990px;
	clear: both;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}
#footer a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

#footer a:hover {
	font-size: 12px;
	text-decoration: underline;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

