body
{
	margin: 0px;
	background-color: #ffffff;

}

body, td, div, p, span {
	font-family: Trebuchet MS, Georgia, "Times New Roman" , serif;
	font-size: 14px;
	line-height: 18px;
	color:#000000;
}

.clHead
{
	background-image: url('../image/header.jpg' );
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-top: 15px solid #878787;
}

.clNav
{
	background-image: url('../image/nav/spacer.gif' );
	background-repeat: repeat-x;
	width: 100%;
	height: 56px;
	overflow: hidden;
	border-bottom: 15px solid #cccccc;
}

a.clNavMain:link, a.clNavMain:visited, a.clNavMain:active
{
	display: block;
	text-align: center;
	float: left;
	padding: 15px 15px 20px 15px;
	border-top: 6px solid #b5c541;
	border-right: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
}

html > body a.clNavMain
{
	width: auto;
}

a.clNavMain:hover
{
	border-top: 6px solid #3cbbde;
	color: #000;
	text-decoration:none;
}

.clNavSub
{
	position: absolute;
	visibility: hidden;
	background-color: #fff;
	border: 1px solid #999;
	overflow: hidden;
	word-wrap: break-word;
}

.clNavSub ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.clNavSub li
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

.clNavSub li a
{
	display: block;
	padding: 10px 5px 10px 0.5em;
	border-left: 10px solid #b5c541;
	border-right: 10px solid #ccc;
	background-color: #f8f8f8;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

html > body .clNavSub li a
{
	width: auto;
}

.clNavSub li a:hover
{
	border-left: 10px solid #3cbbde;
	border-right: 10px solid #5ba3e0;
	background-color: #fff;
	color: #000;
}

.clContent
{
	width: 760px;
	margin-left:20px;
}

.clContentTitle
{
	font-family: Trebuchet MS, Georgia, "Times New Roman" , serif;
	font-size: 22px;
	color: #3a73d3;
	padding: 25px 0 0 0;
	margin-bottom:-10px;
	display:block;
	font-weight:900;
}

.clYouAreHere 
{
    padding:10px 0 0 0;
    margin-bottom:-20px;
    font-size:12px;
    font-style:italic;
    color:#999;
}

.clContentText
{
	font-family: Trebuchet MS, Georgia, "Times New Roman" , serif;
	font-size: 14px;
	line-height: 18px;
	color:#000000;
}

.clImgBorder
{
	border: 1px solid #000000;
}

.clFooter
{
	width: 100%;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	background-color: #e1e1e1;
	border-top: 10px solid #b5c541;
}

.clFooterText
{
	font-family: Trebuchet MS, Georgia, "Times New Roman" , serif;
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
}

.clSmall 
{
	font-size:10px;
}

.clErrorMsg {
	background-color:#ff0000;
	padding:3px;
	margin-bottom:3px;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
}

.clFormChild {
	background-color:#ffffff;
	padding:3px;
	border:1px solid #999999;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	height:16px;
}

.clFormChildActive {
	background-color:#ffffff;
	padding:3px;
	border:1px solid #000000;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#000000;
	height:16px;
}

a:link {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:active {
	color:#000000;
	text-decoration:underline;
}

a.clAStatic:link {
	color:#0066cc;
	text-decoration:none;
}

a.clAStatic:visited {
	color:#0066cc;
	text-decoration:none;
}

a.clAStatic:hover {
	color:#0066cc;
	text-decoration:underline;
}

a.clAStatic:active {
	color:#000000;
	text-decoration:underline;
}

.clPrintHidden 
{
	
}