@charset "UTF-8";
body/* CSS Document */   {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Avant Garde", Tahoma, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.7em;
	background-color: #002235;
	color: #EEEEEE;
}
#printy {
	display: none;
}
#mainy {
	margin: 10 auto;
	padding: 0;
	width: 1000px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", "Avant Garde", Tahoma, Arial, sans-serif;
	color: #FFCC33;
}
h3 {
font-size: 14px;
}
h1 {
	font-size: 18px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: normal;
}
#rss {
	border-right: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	
	float: left;
	width: 1000px;
}
#textx {
	width: 290px;
	float: left;
	font-size: 85%;
	padding-left: 25px;
	padding-right: 20px;
	margin: 10px;
	font-weight: normal;
	border-right: dotted #EEEEEE 1px;
}
#textm {
	width: 290px;
	float: left;
	font-size: 85%;
	padding-right: 20px;
	margin: 10px;
	font-weight: normal;
	border-right: dotted #EEEEEE 1px;
}
#textx2 {
	width: 290px;
	margin: 10px;
	float: left;
	font-size: 85%;
	font-weight: normal;
}
#foott {
	width: 1000px;
	margin: 0px;
	font-size: 85%;
	font-weight: normal;
	border-right: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	float: left;
	margin-bottom: 20px;

}
