/*
 * Main Tag Config 
 */
html, body {
	margin:0px;
	padding:0px;
	
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;;
	color: #000000;
	background-color: #FFF9C9;
}
br {
	clear: both;
}
img {
	border: none;
	text-decoration: none;
}

a:active, a:focus, a:link, a:visited  {
	color:#E86700;
	text-decoration:none;
	outline:none;
}
a:hover {
	color: #000000;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding:0px;
	color: #E86700;
}
h1 {
	font-size:20px;
	line-height: 20px;
}
h2 {
	font-size:18px;
	line-height: 18px;
}
h3 {
	font-size:16px;
	line-height: 16px;
}
h4 {
	font-size:14px;
	line-height: 14px;
}
h5 {
	font-size:12px;
	line-height: 12px;
}
form {
	margin: 0px;
	padding: 0px;
	clear:both;
}
label {
	margin-left:5px;
	width:100px;
	height:20px;
	line-height: 20px;
	display:block;
	float:left;
}
select, input[type=text], input[type=password] {
	width:140px;
	float:left;
}
input[type=submit] {
	float:left;
}
textarea {
	width:350px;
	height:100px;
	float:left;
}
hr {
	border:1px solid #FD7E18;
	width:740px;
	float:left;
}
fatalerror {
	color: #BB0000;
	font-size:18px;
	font-weight:bold;
}
error {
	width: 20px;
	height: 20px;
	
	display:block;
	
	float:left;
	
	background-image: url(../img/images/error.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
ok {
	color: #1ac20d;
	font-size:18px;
	font-weight:bold;
}
.tr {
	margin-left:5px;
	clear:both;
}
.td {
	min-width:100px;
	max-width:714px;
	min-height:20px;
	line-height: 20px;
	display:block;
	float:left;
}
.orange {
	color: #E86700;
}
.black {
	color: #000000;
}
.wihte {
	color: #FFFFFF;
}
/*
 * Main Design
 */

div#banner{
	width: 980px;
	height: 171px;
	
	margin: 0 auto;
	margin-top:10px;
	
	background-image: url(../img/mainTpl/banner.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
div#banner div.head{
	width: 980px;
	height: 143px;
}
div#banner div.blank{
	width: 980px;
	height: 40px;
}
div#banner div.head h1{
	margin-left: 100px;
	font-size: 48px;
	color: #FFFFFF;
}
div#banner div.head h2{
	margin-left: 100px;
	margin-top:10px;
	line-height: 22px;
	padding-left: 2px;
	font-size: 22px;
	color: #FFFFFF;
}
div#banner div.navi {
	width: auto;
	height: 28px;
	
	margin-left:10px;
	
	line-height: 28px;
	font-size: 13px;
	color: #FFFFFF;
}
div#banner div.navi a{
	color: #FFFFFF;
}
div#banner div.navi a:hover{
	color: #000000;
}

div#main {
	width: 978px;
	min-height: 50px;
	
	margin: 0 auto;
	
	background-color: #FFF5A3;
	border-left: 1px solid #FD7E18;
	border-right: 1px solid #FD7E18;
}
div#main div.blank{
	clear: both;
	height:10px;
}
div#leftContent {
	float:left;
}
div#rightContent {
	float:left;
}
div#footer {
	width: 980px;
	height: 16px;
	
	margin: 0 auto;
	margin-bottom:10px;
	
	background-image: url(../img/mainTpl/footer.gif);
	background-position: center top;
	background-repeat: no-repeat; 
	
	text-align: center;
	line-height: 16px;
	
	color: #FFFFFF;
}
