html{
	margin:0;
	padding:0;
}
body{
	font-family:Arial;
	font-size:11px;
	color:#003366;
	margin:0 0 0 0;
	padding:0;
}

A:ACTIVE, A:FOCUS, A:LINK, A:VISITED{
	font-family: Arial, Helvetica, sans-serif;
	color: #014a8e;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
A:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	color: #014a8e;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

#container{
	width:946px;
	margin:0px auto;
}

h1{
	text-indent:-3000px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:940px;
	height:80px;
}

label{
	display:block;
	color:#666;
}

label2{
	display: inline;
	color:#003366;
}

button{
	display:block;
	color:#fff;
	border:none;
	background-color:#014a8e;
	margin:10px 10px 0 0;
}

hr{
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border:none;
}

#leftbar{
	margin-top:-10px;
	float:left;
	width:180px;
}

#leftbar2{
	margin-top:0px;
	float:left;
	width:180px;
}

#leftbar ul{
	/*border-top:1px solid #ccc;*/
	list-style:none;
	padding:0;
	margin:0;
}
#leftbar ul li{	
	padding:0;
	border-bottom:1px solid #ccc;	
}

#leftbar ul li a{
	display:block;
	width:170px;
	height:20px;
	padding:4px 5px 1px 5px;
	font-size:9pt;
	text-decoration:none;
	color:#666;
	background-color:#fff;
	background-image:url(images/menu-off.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#leftbar ul li a:hover{
	color:#fff;
	background-color:#003366;
	background-image:url(images/menu-on.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#leftbar .current{
	color:#fff;
	background-color:#003366;
	background-image:url(images/menu-on.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#quick-contact{
	margin:20px 0 0 0;
	background-color:#003366;
	color:#fff;
	font-size:11px;
	padding:10px;
	width:160px;
	min-height:250px;
}    
#quick-contact h2{
	font-size:10pt;
	font-weight:normal;
}
#quick-contact span{
	font-size:10pt;
}
#quick-contact label{
	margin-top:5px;
	width:40px;
	float:left;
	font-size:8pt;
	color:#fff;
}
#quick-contact input{
	margin-top:4px;
	float:left;
	font-size:7pt;	
	width:103px;
}
#quick-contact select{
	float:left;
	margin-top:4px;
	width:108px;
}
#quick-contact button{
	float:right;
	display:block;
	color:#fff;
	border:none;
	background-color:#014a8e;
	margin:20px 10px 0 0;
}

#content{
	margin-top:-10px;
	margin-left:193px;
	border-left:1px solid #ccc;
	font-size:12px;
}

#content2{
	margin-top:-10px;
	margin-left:10px;
	border-left:1px solid #ccc;
	font-size:12px;
}

.leftcontent{
	padding:20px 20px 0 20px;
	border-right:1px solid #ccc;
	width:530px;
}
.rightcontent{
	padding:10px 0 0 10px;
}
.rightcontent img{
	margin-left:35px;
}

#footer{
	margin:20px;
	padding:20px;
	text-align:center;
	color:#bdbdbd;
	background-color:#eee;
}
#footer a{
	text-decoration:none;
	color:#bdbdbd;
}
#footer a:hover{
	text-decoration:underline;
}

A.close A:ACTIVE.close, A:FOCUS.close, A:LINK.close, A:VISITED.close{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
A:HOVER.close{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
}

.table-text{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
