@CHARSET "UTF-8";

body {
	padding:0;
	margin:0;
	font-family:Verdana;
	font-size:10px;
	background-color: #f5f5f5;
	color:#6D7075;
}

.clear{display:inline-block;}
.clear:after{display:block;visibility:hidden;clear:both;height:0;content:".";}

textarea {
	width:400px;
	height:200px;
}

th {
	text-align:left;
}

p {
	padding:0;
	margin:0;
	font-family:Verdana;
	font-size:10px;
	padding-bottom:15px;
}

label.invalid 
{
	color:#ff0000;
}

#content 
{
	display: inline-table;
	width: 100%;
}

#header 
{
	background-color:#ffffff;
	height:315px;

}

#header-container
{
	background:url(/images/header.jpg) 25px 0 no-repeat #ffffff;
	height:315px;
	width:1100px;
	position: absolute;
	top: 0px;
	left: 0px
}

#header-home {
	position:absolute;
	top:0px;
	left:0px;
	width:570px;
	height:155px;
}

#header-home a {
	display:block;
	width:570px;
	height:155px;
	overflow: hidden;
	text-indent: 999px;
}

#header-nav {
	position:absolute;
	top:88px;
	left:579px;
}


#header-nav ul {
	padding:0;
	margin:0;
}


#header-nav ul li {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	padding-right:16px;
	margin-right:16px;
	background:url(/images/sep.gif) top right no-repeat;
}

#header-nav ul li.last {
	background:none;
}

#header-nav ul li a {
	font-family: Georgia;
	font-size: 14px;
	color: #626d75;
	text-decoration: none;
	font-style: italic;
}

#header-nav ul li a:hover {
	color: #ffd503;
}


#header-nav ul li a.selected {
	color: #ffd503;
}

#header-subnav {
	position:absolute;
	top:166px;
	left:100px;
	width:960px;
}

.header-subnav {
	float:left;
	width:180px;	
	padding-right:60px;
	background-color:transparent;
}

#header-subnav p.header {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	xcolor: #f84208;
	color: #6d7075;
}

#header-subnav p.body {
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
	height:60px;
}

#header-subnav p.body a 
{
	color: #666666;
}

#header-subnav p.body a:hover
{
	color:#ffd503;
}

#header-subnav p.link {
	float:left;
}

#header-subnav p.link a {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}

#header-subnav p.link a:hover {
	color: #ffd503;
}

#body {
	background-color:#f5f5f5;
}

#right {
	float:right;
	padding-top:10px;
	width:290px
}

#footer {
	clear:both;
	padding-top:20px;
	height:20px;
}
