@charset "utf-8";

/* rule reset */

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:Verdana, sans-serif,Arial;
}
.tableList {
	border: 1px solid #85916D;
	background-color: #FFFFFF;
}

.trList {
	border: 1px solid #85916D;
	background-color: #FFFFFF;
}


body {
	background-repeat:repeat;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/basic/bg_body.jpg);
	background-position: center;
	text-align:center;
	
}

h1 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	position:absolute;
	left:-10000px;
}


h2 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-decoration: underline;
}


h3 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

h4 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	padding-left: 5px;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style:solid;
	border-color:#85916D;
}

h5 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}

h6 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

.tableMain {
	font-size: 12px;
	line-height:16px;
	color: #000;
	padding: 5px;
}


/* main layout style */

#outerGroup {
	margin:0 auto;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-color:#A6C8B2;
/*	text-align: left;*/
	width: 900px;
	height: auto;
}

#outerGroup #header {
	height: 125px;
	width: 900px;
	background-image: url(../images/basic/header.jpg);
}

#outerGroup #menu {
	height: 30px;
	width: 900px;
	padding: 5px 0px 0px;
	text-align: center;
	background-color: #EBE1A9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #85916D;
	border-bottom-color: #85916D;
}
td {
	padding: 5px;
	
}

#outerGroup #contentGroup {
	width: 900px;
	color: #000;
	text-align: left;
	background-image: url(../images/basic/bg_contentGroup.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#outerGroup #footer {
	font-size: 12px;
	font-style: normal;
	color: #fff;
	background-color: #85916D;
	height: 20px;
	width: 900px;
	clear:both;
	text-align: center;
	font-weight: bold;
}

/* left column */

#outerGroup #contentGroup #leftColumn {

	font-size: 12px;
	color: #000;
	padding: 2px 10px 0px;
	margin: 5px;
	float: left;
	height: auto;
	width: 640px;
/*	text-align: left;*/
	border:none;
}
	
/* right column*/

#outerGroup #contentGroup #rightColumn {
	font-size: 11px;
	color: #000;
	padding:5px;
	float: right;
	width: 220px;
	text-align: center;
}

.tableRight {
	font-size: 11px;
	color: #000;
/*	text-align: left;*/
	height: auto;
	width: 216px;
}

.Style1 {
	font-size: 12px;
	color: #fff;
	background-color: #85916D;
	height: 16px;
	width: 215px;
	font-weight: bold;
/*	text-align: center;*/
	padding-bottom:2px;
	padding-top:2px;
}
