body {
	background-color: #E6E6E6;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	width: 792px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

a {
	color: #666;
	text-decoration:none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

span {
}

#loading {
	width:280px;
	height: 80px;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align:center;
	padding:10px;
	font:normal 16px Tahoma, Geneva, sans-serif;
	margin-left: -140px;
	margin-top: -40px;
	z-index:2;
	overflow: auto;
	visibility:hidden;
}

#content {
	background-color: #FFFFFF;
	border: 1px solid #919195;
	position: relative;
	top: auto;
	width: 790px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

#header-left {
	clear: right;
	float: left;
	position: relative;
	width: 371px;
	height: 96px;
}

#header-right {
	margin-top: -5px;
	width: 371px;
	float: right;
	text-align: right;
	height: 96px;
}

#header-right img {
	border-style:none;
}

#header {
	height: 116px;
	text-align: right;
}

#search input {
	font-size:9px;
}

#main-body {
	padding-top: 20px;
}

#main-content {
	width:554px;
	height:auto;
	margin:5px;
}

#main-content a {
	text-decoration:underline;
	color:#6699CC;
}

#side-content {
	width:210px;
	margin: 5px;
	float: right;
	font-size:11px;
}

#side-content img {
	border:none;
}

#footer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	line-height: 18px;
}

.orange-head {
	font-size: 18px;
	font-weight: bold;
	color: #FF9933;
}

.blue-head {
	font-size: 18px;
	font-weight: bold;
	color: #6699CC;
}

.side-head {
	font-size: 13px;
	font-weight: bold;
	color: #FF9933;
}

.orange {
	color: #FF9933;
}

.blue {
	color: #6699CC;
}

