html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #140f0c;
	background-color: #F9DC66;
}
img {
	margin: 0;
	border-style: none;
}
body, td, th, a, h1, h2, h3, li, div {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
/*	line-height: 180%;*/
	color: #140f0c;
}
h1, h2, h3 {
	margin: 0;
}
h1 {
	font-size: 18px;
	color: #00AEEF;
	padding-bottom: 20px;
}
h2 {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 15px;
	color: #00AEEF;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	color: #000000;
}
a {
	color: #00AEEF;
	text-decoration: none;
}
a:hover {
	color: #00AEEF;
	text-decoration: underline;
}
strong {
	color: #140f0c;
}
small {
	font-size: 11px;
	color: #b7aea8;
}
input, select, textarea {
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
label {
	float: left;
	width: 150px;
}
.btn {
	color: #302b28;
	background: url(../images/btn.gif) 0% 0% no-repeat;
	border: 0;
	width: 80px;
	height: 80px;
}
.normal {
	padding: 20px 0px 0px 8px;
}
.formtable th {
	color: #FFF;
	text-align: left;
}
.formtable td {
	padding-bottom: 4px;
}
.field, textarea {
	border: 0;
	border-bottom: 1px solid #deddd4;
	border-right: 1px solid #deddd4;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 2px;
	width: 170px; 
}
hr {
	color: #2b2825;
	background-color: #2b2825;
	height: 1px;
}
.hr{
	background: url(../images/dot.gif) 50% 50% repeat-x;
	height: 5px;
	clear: both;
	border: 0;
}
.copyright {
	text-align: right;
	padding-right: 30px;
	height: 30px;
	background-color: #000;
	color: #555;
	font-size: 10px;
}
.paging {
	width: 650px;
	text-align: center;
}
.paging a {
	padding: 5px;
	color: #FFF;
}
.imgbox_50x50 {
	vertical-align : middle; 
	text-align : center; 
	width : 50; 
	height : 50;
}
.imgbox_75x75 {
	vertical-align : middle; 
	text-align : center; 
	width : 75; 
	height : 75;
}
.imgbox_220x220 {
	vertical-align : middle; 
	text-align : center; 
	width : 250; 
	height : 250;
}
.error_msg {
	color:#00AEEF; 
	height:13px; 
	font-weight:bold; 
}

#header {
/*	height: 5%;*/
/*	min-width: 960px;*/
/*	width: 96%;
	padding-right: 2%;
	padding-left: 2%;*/
	width: 1000px;
	height: 125px;
/*	padding-left: 20px;*/
	margin: 0 auto;
}
#logo {
/*	font-size: 14px;
	color: #00AEEF;*/
	float: left;
/*	margin: 5px 0 5px 5px;*/
}
#top_nav {
	float: right;
	text-align: right;
	color: #333333;
}
#top_nav a {
	color: #333333;
	text-decoration: none;
}
#top_nav a:hover {
	color: #333333;
	text-decoration: underline;
}
#top_nav .highlight a {
	color: #00AEEF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#top_nav .highlight a:hover {
	color: #00AEEF;
	text-decoration: underline;
	font-weight: bold;
}
#top_nav input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
}
#content {
/*
	height: 90%;
	overflow: auto;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
*/
	width: 1000px;
/*	padding-left: 20px;*/
	margin: 0 auto;
/*	clear: both;*/
}
#footer {
	background-color: #040302;
	color: #FFFFFF;
/*	height: 5%;*/
/*	min-width: 960px;*/
/*	width: 96%;
	padding-right: 2%;
	padding-left: 2%;*/
	clear: both;
	width: 990px;
	height: 125px;
/*	margin-left: 20px;
	margin-top: 20px;*/
/*
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
*/
	padding: 0 5px 0 5px;
	margin: 0 auto;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .highlight a {
	color: #F9DC66;
	text-decoration: none;
	font-weight: bold;
}
#footer .highlight a:hover {
	color: #F9DC66;
	text-decoration: underline;
	font-weight: bold;
}
#copyright {
	color: #FFFFFF;
	float: left;
	text-align: right;
}
#tc {
	float: right;
}