/* Central Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
	text-align: center; 
	background:#EFEFEF;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 90%;
	max-width: 950px;
	background:#fff url('../img/logo.gif') no-repeat;
	padding-top:80px;
} 
#topmenu ul {
	float:right;
	padding: 20px 10px 0 0;
	margin:0;
}
#topmenu li {
	list-style-type: none;
	margin: 0 20px 0 0;
	float:left;
	padding-top:0;
}
#topmenu {
	width: 100%;
	max-width: 950px;
	height:60px;
	background:url('../img/bgmenu.gif') no-repeat right;
	margin-bottom:0;
	color:#B8C5CD;
	font-weight:bold;
}
#topmenu a {
	color:#fff;
	text-decoration:none;
}
#topmenu a:hover {
	text-decoration:underline;
}
#content {
	border-left:3px #1A445D solid;
	margin-top:0;
	padding-top:0;
	background:url('../img/bgcontent.gif') no-repeat bottom right;
	line-height:22px;
}
#col1 {
	width:400px;
	float:left;
	text-align:justify;
	padding:10px;
}
#col2 {
	float:left;
	padding:90px 0 0 80px;
}
#footer {
	clear:both;
	width: 100%;
	max-width: 950px;
	height:108px;
	background:url('../img/bgfooter.png') no-repeat right;
}
#subfooter {
	width: 100%;
	max-width: 950px;
	line-height:25px;
	font-size:11px;
	color:#9b9b9b;
	background:#EFEFEF;
}
#subfooter a {color:#9b9b9b;}
.hide {display:none;}


/* Form input */
input, textarea, select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	text-align: left;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active {
	background-color: #F5F4EB;
	border: 1px solid #000000;
}
.cform label { 
	width: 120px; 
	float: left; 
}
.cform label.error {
	float: none;
	color: #FF0000;
	margin-left: 5px;
	vertical-align: top;
	font-weight: bold;
	padding-left: 20px;
}
.cform input.error, .cform textarea.error {
	background: #F4F4F4;
	border: 2px solid #FF0000;
}
.cform label.plain {
	text-align: left;
	float: none;
	width: auto;
	margin-right: auto;
}
.cform p { 
	clear: both;
}
.jumpright {
	margin-left: 88px;
}


/* Links */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #A66444;
}
a:hover {
	text-decoration: none;
}

/* General */
.fade {
	font-size: 11px;
	color: #666666;
}
.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
#content ul li {
	list-style: square;
	margin-top: 9px;
	margin-bottom: 9px;
}
#content ol li {
	margin-top: 9px;
	margin-bottom: 9px;
}
#navaid {
	display: none; 
}
.clear {
	clear:both;
}
.noborder {
	border: 0;
}
.oneborder {
	border: 1px;
}

/* Headers */
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #606152;
	border-bottom:1px solid;
}
h3 {
	font-size: 13px;
}

a img {
	border: 0;
}