@import url(form.css);
@import url(tab.css);

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #FDF1C1;
}
b.lead{
	display:block;
	font-weight:bold;
}



h1{
	font-size: 150%;
}
h2{
	font-size: 135%;
}
h3{
	font-size: 112%;
}
table tr td{
	vertical-align: top;
}
a{
	color: #3D280B;
}
a:hover{
	text-decoration: none;
}
span.arrow{
	background:url(pictures/arrow.jpg) black no-repeat;

}
div.xml_loading{
	height: 50px;
	border: 1px solid black;
	background: yellow middle center url(pictures/arrow.jpg);
}
.box{
	clear: both;
	margin-bottom: 9px;
	padding: 0 3px;
}

div.pager{
	margin-top: 10px;
	border-top: 1px solid black;
	clear: both;
	width: 98%;
	float: left;
}
#container {
	width:767px;
	position:relative;
	left: 50%;
	margin-left:-393px;
	background: url(pictures/top.jpg) no-repeat;
	margin-top: 30px;
	clear:both;
	padding-bottom: 10px;
}
#header {
	display:block;
	position:absolute;
}

#header_link {
	display:block;
	margin-left:150px;
	width:480px;
	height:80px;
	
}


#content{
	/* inside is left, center, right  */
	clear: both;
}
#left, #right {
	width: 137px;
	float:left;
	margin-top: 63px;
	background: #FFDD96 url(pictures/menubg.gif) bottom no-repeat;
	padding-bottom:38px;
	overflow: hidden;
}
#center {
	background:#FFDD96 url(pictures/centerbg.jpg) bottom no-repeat;
	height: auto;
	min-height: 400px;
	width: 480px;
	float: left;
	margin-top: 109px;
	margin-left: 7px;
	padding-bottom: 30px;
	overflow: hidden;
}
#center .text img{
	border:3px solid #FB8637;

}
#top{
	background: url(pictures/top_menu_bg.jpg);
	display: none;
}
#right {
	float: right;
}
#bottom {
	display: none;
	clear: both;
}
#center h1{
	margin: 0;
	margin-bottom: 10px;
	background: url(pictures/h1bg.jpg) no-repeat;
	color: #3D280B;
	font-size: 170%;
	padding: 13px 10px 18px 4px;
}
#right h2.h1, #left h2.h1{
	font-size: 13px;
	color: #3D280B;
	margin: 0 -3px;
	padding: 7px 0;
	background: url(pictures/menuh1bg.gif) no-repeat;
	clear:both;
	text-align: center;
}
#left h2, #right h2{
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
}

#left input.text, #right input.text, #left input.password, #right input.password{
	width: 96%;
}
#signature{
	display: none;
	text-align: left;
	margin-top: 5px;
	font-size: 90%;
}
#loading{
	position: fixed;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	right: 0;
	top: 0;
	background: #E56619;
	border: 1px solid black;
	width: 100px;
	filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;
	color: white;
	display: none;
}
#mousemove{
	font-size: 80%;
	position:absolute;
	left: 0;
	top: 0;	
	margin: 14px -60px 0 5px;
	padding: 3px;
	border: 1px solid black;
	background-color: #FFCA3E;

	filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
	width: 130px;

}
#mousemove h1,#mousemove h2,#mousemove h3{
	margin:0;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #E56619;
	padding: 3px 0;
}
#mousemove h2{
	font-size: 90%;
}
#mousemove ul{
	margin:0;
	padding:0;
}
#mousemove ul li{
	margin-left: 14px;
	padding: 0;
}
