@charset "iso-8859-9";
body {
	font: 76% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #000000;
	position: relative;
	text-align: center;
	background-color: #E5ECF3;
}
a {
	color: #555555;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:hover {
	text-decoration: underline;
}
a img{
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	color: #3E4B8A;
	font-size: 1.8em;
	font-family: "trebuchet MS";
	border-bottom: 2px solid #A5C2E3;
}
h2 {
	margin: 0px;
	padding: 5px 0px;
	color: #666666;
	font-size: 1.2em;
	font-family: "trebuchet MS";
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.button {
	padding: 4px;
	font-size: 95%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.select, .input, .textarea {
	margin: 0px;
	text-align: left;
	padding: 3px 4px 1px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF url(../images/spacer.gif) 2px 2px no-repeat;
}
.textarea {
	font-size: 90%;
}
.select {
	padding: 2px;
	padding-right: 1px;
}
#container {
	width: 900px;
	text-align: left;
	position: relative;
	margin: 0px auto;
}
#header {
	background-color: #FFFFFF;
}
#header .content{
}
#header .top_ad{
	display: none;
	height: 100px;
	background: transparent url(../images/bg_top_ad.gif) no-repeat top left;
	border-bottom: 1px solid #E5ECF3;
}
#header .top_tools{
	padding: 5px;
}
#sidebar1 {
	float: left;
	width: 200px;
	margin-top: 5px;
	padding-top: 0px;
}
#sidebar2 {
	width: 170px;
	float: right;
	margin-top: 5px;
}
#mainContent {
	padding-top: 5px;
	margin: 0px 0px 0px 205px;
}
#footer {
	margin-top: 10px;
	padding: 10px;
	background-color: #f4f8fc;
}
#footer_bottom {
	height: 50px;
	color: #4d6683;
	font-size: 90%;
	padding: 17px 10px 10px 10px;
	background: #b5bac0 url(../images/bg_footer_seperate.gif) repeat-x scroll left top;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
