body
{
	overflow: -moz-scrollbars-vertical !important;
	font: normal normal normal 11px/18px Verdana,Tahoma,Arial,Serif,Helvitca;
	margin: 0px;
	background: #FFF url(    "../img/top_back.jpg" ) repeat-x top left;
}

h1
{
	color: #00C;
	margin-top: 20px;
	font-size: 16px;
}
h2
{
	color: #00C;
	margin: 5px 0px;
	font-size: 14px;
}
h3
{
	color: #00C;
	margin-top: 20px;
	font-size: 12px;
}
a
{
	color: #390;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #C30;
	text-decoration: underline;
}
font
{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #000;
}
form
{
	margin: 0px;
	padding: 0px;
}
input, textarea, select
{
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica;
	line-height: 13px;
}
textarea
{
	width: 300px;
	border-width: 1px;
}

#container
{
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}
#pageheader
{
	height: 78px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background: Transparent url(    "../img/logo.gif" ) no-repeat top left;
}

#actionmenu
{
	clear: both;
	font-size: 10px;
	width: 770px;
	margin: 0px;
	height: 18px;
}
#actionmenu ul
{
	background: #000 url(    "../img/actionmenu_corner.gif" ) no-repeat left bottom;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}
#actionmenu ul li
{
	font-size: 9px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#actionmenu a
{
	font-weight: normal;
	font-size: 9px;
	color: #FFF;
	padding: 0px 10px;
}
#actionmenu a:hover
{
	color: #F00;
}
#actionmenu .searchfrase
{
	width: 100px;
	height: 15px;
	margin: 0px;
	padding: 0px 3px;
	font-size: 10px;
	border-width: 1px;
}

#headerphone
{
	text-align: right;
	float: right;
	height: 38px;
	font-size: 90%;
}



#navigation
{
	clear: both;
	width: 770px;
}
#navigation ul
{
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li ul
{
	width: 120px;
	position: absolute;
	display: none;
	left: 0px;
	border: solid 1px #090;
	background-color: #EEE;
}
#navigation li
{
	line-height: 13px;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0px 8px 0px 0px;
	background: url(../img/navbutton_right.gif) no-repeat right top;
}
#navigation li a
{
	font-size: 10px;
	white-space: nowrap;
	width: 10px;
	font-weight: normal;
	display: block;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
	background: url(../img/navbutton_left.gif) no-repeat left top;
}
#navigation li a:hover
{
	color: #00C;
}
#navigation li:hover > ul
{
	display: block;
}
#navigation li ul li
{
	color: #000;
	background: none;
	float: none;
	border: none;
	padding: 1px;
	margin: 0px;
	white-space: nowrap;
}
#navigation ul ul ul
{
	top: 0px;
	left: 115px;
}
#navigation li ul li a
{
	text-align: left;
	width: 100px;
	color: #000;
	background: none;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#navigation li ul li a:hover
{
	background-color: #390;
	color: #FFF;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation li
{
	position: relative;
	padding: 0px;
}
#navigation li a
{
	font-size: 11px;
	width: auto;
	float: none;
}
/* End IE5-Mac hack */

#content
{
	width: 770px; /*  	background: Transparent url(../img/content_back.gif) repeat-y top left; 	border-top: solid 1px #390; 	border-right: solid 1px #666; 	*/
	border: solid 1px #390;
	background: #FFC;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#content td
{
	font: normal normal normal 11px/18px Verdana,Tahoma,Arial,Serif,Helvitca;
}

#main
{
	background: Transparent url(    "../img/logo_back.gif" ) no-repeat top center;

}
#main ul
{
	margin: 15px 15px;
	list-style-type: square;
}
#main ul ul
{
	margin: 0px 17px;
	list-style-type: circle;
}
#main li
{
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#main hr
{
	width: 90%;
	height: 2px;
	color: #390;
	background-color: #390;
	margin: 20px 0px;
}

#maincontent
{
	height: 550px;
	overflow: auto;
}

#info
{
	width: 180px;
	float: right;
	display: block;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}

#info dt
{
	background: #B00 url(../img/dl_corner.gif) no-repeat left top;
	color: #FFF;
	margin: 0px;
	padding: 3px 5px;
	font-weight: bold;
	border-bottom: solid 1px #FFF;
}
#info dl
{
	width: 180px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: solid 1px #060;
}
#info dd
{
	background-color: #090;
	color: #FFF;
	margin: 0px;
	padding: 3px 5px;
	border-left: solid 1px #060;
	border-right: solid 1px #060;
}
#info dd a
{
	color: #FFF;
	font-weight: normal;
}
#info input
{
	border-width: 1px;
}

#adspopup
{
	position: absolute;
	z-index: 100;
	margin: 40px 0px 0px 25px;
}
#adspopup dl
{
	background: url(../img/information_bottom.gif) no-repeat right bottom;
	width: 325px;
	height: 350px;
	padding: 0px;
}
#adspopup dt
{
	background: url(../img/information_top_right.gif) no-repeat right top;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
#adspopup dt a
{
	background: url(../img/information_top_left.gif) no-repeat left top;
	font-size: 10px;
	white-space: nowrap;
	font-weight: normal;
	display: block;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
}
#adspopup dd
{
	background: url(../img/information_middle.gif) repeat-y right top;
	height: 300px;
	color: black;
	margin: 0px;
	padding: 3px 10px 3px 15px;
}
#adspopup dd div
{
	overflow: scroll;
	height: 100%;
}

.input50
{
	width: 50px;
	height: 15px;
	border-width: 1px;
}
.input100
{
	width: 100px;
	height: 15px;
	border-width: 1px;
}
.input130
{
	width: 130px;
	border-width: 1px;
}
.input300
{
	width: 300px;
	border-width: 1px;
}
.ddl250
{
	width: 250px;
}
.btn
{
	color: #FFF;
	font-weight: normal;
	height: 20px;
	border: none;
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.btn50
{
	width: 50px;
	background-image: url(../img/btn050.gif);
}
.btn80
{
	width: 80px;
	background-image: url(../img/btn080.gif);
}
.btn100
{
	width: 100px;
	background-image: url(../img/btn100.gif);
	text-align: center;
	text-decoration: none;
}

#quicklinks
{
	padding: 15px 0px 80px 10px;
	margin: 0px;
}
#quicklinks dt
{
	color: #090;
	font-weight: bold;
}
#quicklinks dd
{
	margin: 1px;
	padding: 0px 10px;
	background: Transparent url(    "../img/twisty.gif" ) no-repeat top left;
}
#quicklinks dd a
{
	color: #060;
	font-weight: normal;
}
#quicklinks address
{
	width: 150px;
	font-style: normal;
	line-height: 16px;
	margin: 20px 0px 0px 0px;
}

#footer
{
	width: 770px; /* border-top: solid 1px #666; */
}
#footer span
{
	color: #00C;
	font-size: 9px;
	padding: 0px 7px;
}
#footer a
{
	color: #00C;
	font-weight: normal;
	font-size: 9px;
	background: transparent url(../img/separator_black.gif) no-repeat right center;
	padding: 0px 7px;
}
#pager
{
	width: 580px;
	background-color: #090;
	border-collapse: collapse;
	margin: 10px 0px;
	padding: 0px;
}
#pager td
{
	color: #FFF;
	padding: 0px 3px;
	margin: 0px;
}
#toolbar td
{
	padding: 2px 5px;
}

#partners
{
	width: 770px;
	margin-top: 30px;
}
#partners a img
{
	display: none;
}
#partners a:hover img
{
}
#partners img
{
	margin: 0px 20px;
}
#extra
{
	display: none;
}

.alert
{
	color: #F00;
	font-weight: bold;
}
.results
{
	width: auto;
	text-align: right;
}
.active
{
	color: #FFF;
}
.disabled
{
	color: #060;
	font-weight: normal;
}
.search dt
{
	width: 400px;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search dd
{
	height: 60px;
}
.contentimage
{
	float: left;
	margin: 5px 10px 3px 0px;
	border: solid 1px #36C;
}
.thumb
{
	float: left;
	margin: 5px 5px 3px 0px;
	border: solid 1px #36C;
}
.enlarge
{
	border: solid 1px #060;
	cursor: url(img/dynamiczoom.cur);
}
.contentmultimedia
{
	float: left;
	width: 420px;
	overflow: hidden;
	margin-top: 5px;
	overflow: hidden;
}
.intro
{
	font-style: italic;
	padding: 0px 20px 0px 0px;
}
.text
{
	font-weight: normal;
}
.hline img
{
	margin: 5px 0px;
}
.clear
{
	clear: both;
	margin: 0px 0px;
	padding: 0px;
}
.bold
{
	font-weight: bold;
}
.item
{
	font-size: 11px;
	font-weight: bold;
}
.item a
{
	text-decoration: none;
	color: #390;
}
.spacer
{
	width: auto;
	border: solid 1px back;
}
.error
{
	font-weight: bold;
	color: #f00;
}
.datatable
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.datatable p
{
	margin: 3px 0px;
}
.datatable tr
{
	vertical-align: top;
}
.datatable td
{
	padding: 1px;
}

.ReadMore
{
	clear: left;
}
