#body {
	SCROLLBAR-FACE-COLOR: #66cccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #eaf0f7;
	SCROLLBAR-SHADOW-COLOR: #95afc4;
	SCROLLBAR-ARROW-COLOR: #006699;
	SCROLLBAR-BASE-COLOR: #999999;
	scrollbar-3d-light-color: #D6DDE2;
	scrollbar-dark-shadow-color: #7294AF;
	height: auto;
	border: 1;
	background-image: url(images/banner/bg/beige.jpg);
	background-repeat: repeat;
}
#main_container{
	width:800px;
}
#form_page {
	width: 800px;
	margin: auto;
	border: 1px solid #CCCCCC;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
table.one{
	table-layout:fixed;
	empty-cells:show;
	border-collapse:collapse;
	width:780px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-bottom: 2px;
	background-color: #C48758;
	margin-right: 10px;
	margin-left: 10px;
} 
/*-------------content------------------*/
.right_content {
	width:310px;
	text-align: center;
	display: inline-block;
}
.left_content {
	width:450px;
	height:180px;
	position: absolute;
	display: inline-block;
	text-align: center;
}
.center_content{
	width:auto;
	height: auto;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0px;
}
.bottom_content{
	width:800px;
	background-color:#C48758;
	text-align: center;
	font-family: Tahoma;
	font-size: 13px;
}

	
/*-------------menu_tab------------------*/
#menu_tab {
	width:800px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
}
.menu_top {
	display: inline;
	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
.menu_bottom	{
	width:90px;
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 1px;
	display: inline;
	margin: 10px;
}
.space_tab {
	width: 800px;
	height:30px;
	background-image: url(images/banner/bg/bg.gif);
	margin:auto;
}

/*-------------images------------------*/
.img_logo {
	float:right;
	width:280px;
	padding:15px;
	border:1px solid black;
	text-align:center;
	margin-bottom: 15px;
	margin-left: 20px;
	height: auto;
	display: inline-block;
}
.tab_border {
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}

.photo {
	border:3px outset #FFFFFF;
	background-color:#999999;
	margin: 1px;
}

/*-------------text------------------*/
.e_text1 {
	font-family:tahoma;
	font-size: 18px;
	color: #FFFFCC;
	font-weight: bold;
	text-align: center;
}
.e_text2 {
	font-family:tahoma ;
	font-size: 16px;
	color: #FFFFCC;
	font-weight: bold;
	text-align: center;
}
.t_text1 {
	font-family:tahoma;
	font-size: 16px;
	color: #990000;
	letter-spacing: 0.2px;
	word-spacing: 0.2px;	
}
.t_text2 {
	font-family:tahoma;
	font-size: 15px;
	color: #990000;
	letter-spacing: 0.2px;
	word-spacing: 0.2px;
}


/*-------------table------------------*/
table.stats 
{
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	width: 780px;
	background-color: #666;
	border: 2px ridge #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

table.stats td 
{
	background-color: #CCCCCC;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #fff solid;
}

table.stats td.hed
{
	background-color: #CCCCCC;
	color: #333333;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #fff;
	font-family: Tahoma;
}
table.stats td.hed1
{
	background-color: #333333;
	color: #FFF;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #fff;
	font-family: Tahoma;
}
table.stats td.hed2
{
	background-color: #CC99CC;
	color: #000000;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #fff;
	font-family: Tahoma;
}


/*-------------End table------------------*/
