/* main css file */

body {
	background-color: #ccc;
	color: #000;
	font: 11px Verdana, sans-serif;
	margin: 0px;
	background-image: url(/img/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a img {
	border: none;
}
h1 {
	font-size: 1.3em;
	margin: 0px;
}
h2 {
	font-size: 1em;
	margin: 4px 0px 4px 0px;
}
h3 {
	font-size: .9em;
	margin: 0px;
}
fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#content {
	width: 730px;
	min-height: 700px;
	margin: auto;
	padding-left: 6px;
	padding-right: 5px;
}

#menu {
	width: 715px;
	margin-bottom: 4px;
	height: 27px;
	color: #fff;
	font-size: 16px;
}

#search {
	padding: 12px;
}
#search input {
	font-size: 10px;
}
#search .button {
	margin-left: 3px;
	border-width: 1px;
	height: 19px;
}
#search form {
	padding: 0;
	margin: 0;
}

#left_column {
	float: left;
	width: 190px;
	background-color: #fbfbfb;
}
#left_column h2, #right_column h2 {
	padding: 2px 0px 2px 10px;
}
#left_column h3 {
	background: url(/img/plus.png) no-repeat;
	padding-left: 17px;
	padding-top: 6px;
	min-height: 10px;
	cursor: pointer;
}
#left_column ul, #right_column ul {
	margin-top: 3px;
	font-size: 10px;
}
#left_column li, #right_column li {
	list-style-image: url(/img/icon_bullet.png);
	margin-left: -10px;
}
#left_column a {
	color: #0053a0;
	text-decoration: none;
}
#left_column a:hover {
	color: #0053a0;
	text-decoration: underline;
}

#left_menu {
	float:left;
	top: 210px;
	width: 190px;
	background-color: #fbfbfb;
	}

#left_column>div#left_menu {

	width: 190px;
	background-color: #fbfbfb;
	}

#center_column {
	float: left;
	width: 345px;
	height: auto;
	line-height: 16px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 15px;
}
#center_column img {
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
}

#right_column {
	float: left;
	background-color: #fbfbfb;
	width: 170px;
}

table.simple, tr.simple, td.simple {
	font-size: 9px;
}
table.simple tr td {
	border-bottom: 1px solid #eee;
}

#header {
	height: 140px;
}
#banner {
	float: right;
	margin-right: 30px;
	margin-top: 35px;
}
#menu {
	clear: both;
}


#formsmenu {
	position: absolute;
	top: -1000px;
	display: none;
}
html>body #formsmenu {
	margin-left: 0px;
	display: block;
}

#aboutmenu {
	position: absolute;
	top: -1000px;
	display: none;
}
html>body #aboutmenu {
	margin-left: 0px;
	display: block;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenu9, #smenu10 {
	display: none;
}

#footerback {
	clear: both;
	width: 730px;
}
#footer {
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 10px;
	paddding-bottom: 15px;
	width: 712px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-top: #000 2px solid;
	margin: auto;
	margin-left: -6px;
	line-height: 150%
}
#footer a {
	text-decoration: none;
	color: #b3b3b3;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
}
#footer a:hover {
	text-decoration: none;
	color: #b3b3b3;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
}
#footer img {
	float: right;
}