body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin: 0px;
	text-align: center;
}

#header {
	height: 110px;
	background-color: #fff;
}

#header #logo {
	margin-top: 30px;
	float: left;
	width: 310px;
	text-align: right;
	vertical-align: middle;
}

#header #images {
	margin-top: 10px;
	float: left;
	width: 550px;
	text-align: right;

}

#headerbar {
	height: 30px;
	background-color: #808080;
	margin-bottom: 20px;
}

#container {
	width: 860px;
	text-align: justify;
	margin: auto;
}

/*  MENU COLUMN */
#column1 {
	padding: 0px 7px 30px 0px;
	float: left;
	width: 180px;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
	display: block;
}

#column1 .testheader {
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-weight: bold;
}

/*  MENU */
#menu {
	background-color: #808080;
	margin-bottom: 20px;
	list-style: none;
	padding: 7px;
	margin: 0 0 20 0;
	
}

#menu ul {
	list-style: none;
	font-size: 14px;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menu ul li {
	display: inline;
	margin-right: 30px;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	border-left: 4px solid #fff;
	padding-left: 5px;
}
#menu ul li a:hover {
	text-decoration: none;
	border-left: 4px solid #ff0000;
}

#menu ul li a.active {
	text-decoration: none;
	border-left: 4px solid #ff0000;
}
#menu ul li a.active:hover {
	text-decoration: none;
	border-left: 4px solid #ff0000;
}




/*  MAIN COLUMN */
#column2 {
	margin-top: 0px;
	padding: 0px  0 20px 10px ;
	float: left;
	width: 650px;
	border-left: 1px solid #666666;
}
/*#column {
	margin-top: 0px;
	padding: 20  0 20 10px ;
	float: left;
	width: 860px;

}*/
#column2 .pagetitle {
	font-size: 24px;
	margin-bottom: 10px;
}
#column2 .sectiontitle {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: lighter;
}
#column2 .textbody {
	font-size: 12px;
}
.hometables {
	border:1px dotted #e4e4e3;
	background:url(../images/content-back.gif) repeat-x top;
	margin-bottom:10px;
	padding:10px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}


/*  FOOTER */
#footer {
	padding: 30px 0 30 0;
	width: 860px;
	text-align: justify;
	margin: auto;
	color: #666;
	font-size: 0.9em;
}
#footer-left {
	width: 60%;
	float: left;
}
#footer-right {
	width: 40%;
	float: left;
	text-align: right;
}
#footer a:link{
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #ff0000;
}
#footer a:active {
	text-decoration: none;
	color: #0066FF;
}

.required {
	color: red;
}


.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}