@charset "utf-8";
/* CSS Document */

body {
	background-color:#f4f4f3;
	margin: 0px;
	padding: 0px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#616364;
	line-height:1.4em;
}
a {
	color:#ef810e;
}
a:hover {
	text-decoration:none;
}
#container {
	width:901px;
	border-left:3px solid white;
	border-right:3px solid white;
	background-color:#FFFFFF;
}
.hi {
	color:#ef810e;
}
#header {
	height:112px;
	background-image:url(images/header-bground.gif);
}
#header-left {
	float:left;
	text-align:center;
	width:430px;
	padding-top:47px;
	height:62px;
	border-bottom:3px solid #c2ccd5;
}
#header-right {
	float:right;
	height:62px;
}
#nav {
	padding-left:20px;
	padding-right:20px;
	margin-top:79px;	
}
#nav a {
	color:white;
	padding:0;
	margin:0;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	font-size:1em;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:3px;
	margin-bottom:3px;
	border-bottom:3px solid white;
	border-top:3px solid white;
	position: relative;
}
#nav a:hover {
	border-bottom:3px solid #616364;
	color:#3d3e3f;
	border-top:3px solid #616364;
}
.border {
	border-top:3px solid #c2ccd5;
	width:431px;
	float:left;
	clear:all;
}
#main {
	border-top:1px solid white;
	border-bottom:1px solid white;
	clear:both;
	height:237px;
}
#main-left {
	width:605px;
	float:left;
	text-align:left;
	padding-bottom:3px;
}
#main-left a{
	border-bottom:1px solid #ef810e;
	color:#616364;
	text-decoration:none;
}
#main-left a:hover, #main-left a.on{
	border-bottom:none;
}
#main-right {
	width:296px;
	float:right;
	padding-top:2px;
}
.section {
	border:2px solid #f6f6f6;
	padding:3px;
	margin-right:3px;
	clear:all;
	margin-top:3px;
}
#sec-table td{
	border-bottom:2px solid #f6f6f6;
	padding:5px;
}

.sec-right {
	border-right:2px solid #f6f6f6;
	color:#ef810e;
}
p {
	margin-top:3px;
	margin-bottom:3px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:7px;
	padding-right:7px;
}
.title {
	background-color:#f6f6f6;
	width:100%;
	height:34px;
	padding-top:8px;
}
.right-bot {
	border-bottom:3px solid white;
}
.textfield {
	width:270px;
}
table, td, tr, form {
	padding:0;
	margin:0;
}
.iso {
	color: #066ea4;
	font-size:small;
	text-align:left;
}
#footer {
	border-top:20px solid #f6f6f6;
	text-align:left;
	clear:both;
	font-size:0.9em;
	height:60px;
	padding-top:5px;
}
#footer-left {
	float:left;
	padding-left:10px;
}
#footer-right {
	float:right;
	width:286px;
	text-align:right;
	padding-right:10px;
}

