body {
	background: #ffffff;
	margin: 0px auto;
	padding: 10px;
	font-family: Lucida Grande, Arial, Arial Unicode, MS Gothic, MSGothic, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#container {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #cccccc;
	text-align: left;
    	background: #ffffff;
}
#header {
	border: 0px solid #cccccc;
	padding: 0px;
	margin-bottom: 0px;
}
#tagline {
	border: 0px solid #cccccc;
	padding-top: 30px;
	padding-bottom: 20px;
}
#frontnav {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
#frontnav a, #frontnav a:link, #frontnav a:visited {
	color: #666666;
	text-decoration: none;
}
#section {
	border: 0px solid #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
#frontnews {
	width: 400px;
	border: 0px solid #cccccc;
	background-color: #efefef;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#languages {
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: right;
}
#nav {
	border: 0px solid #cccccc;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
}
#localnav { 
	table-layout: fixed; 
	width: 750px; 
	padding: 0; 
	border: 0; 
	margin: 0; }
#localnav td { 
	font-size: 13px; 
	text-align: center; 
	vertical-align: middle; 
	white-space: nowrap; 
	padding: 0; 
	border: 1px solid #a1a5a9; 
	border-width: 1px 1px 1px 0;
 }
#localnav td.first { border-left: 1px solid #a1a5a9; }
#localnav td.bottom { border: 0; }
#localnav a { 
	text-decoration: none; 
	color: #393c3e; 
	display: block; 
	padding: 3px; 
	background: #ecedef url(images/nav_whitebar.jpg) repeat-x left bottom; 
}
#localnav a:hover { 
	color: #393c3e;
	background: #e3e3e4 url(images/nav_silverbarhover.jpg) repeat-x left bottom; 
}
#localnav a.hi { 
	color:  
	background: #e3e3e4 url(images/nav_silverbarhover.jpg) repeat-x left bottom;
}
#contentholder {
	margin-top: 10px;
	border: 1px solid #ffffff;
}
#subnav {
	border: 0px solid #cccccc;
      	float: left;
      	width: 170px;
      	margin: 0; 
	padding:0;
}
#subnav-content {
	text-align: right;
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#subnav-content ul { 
	padding: 0; 
}
#subnav-content ul li { list-style:none; }
#subnav-content ul.frontnav {
	list-style-type: none;
   	margin-left: 0;
}
#subnav-content ul.frontnav li a {
	width: 160px;
	display: block;
 	padding-top: 5px;
    	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
	color: #666666;
	text-decoration: none;
	background: transparent url(images/subnav_1.jpg) no-repeat bottom right;
}
#subnav-content ul.frontnav li a:hover {
 	color: #336600;
 	background: transparent url(images/subnav_2.jpg) no-repeat bottom right;
}
#main {
    margin: 0 0 0 170px; 
	padding: 0;
	border-left: 1px solid #cccccc;
}
#main-content {
	line-height: 20px;
	padding-left: 20px;
}
#main ul {
	list-style-type: square;
}
#footer {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
h1 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	line-height: 30px;
}
h2 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #cccccc;
	margin-left: 5px;
	line-height: 0px;
}
h3 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	line-height: 20px;
}
h4 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
}
h5 {
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.left {
	float: left;
}
.clear { 
	clear: both; 
}
hr.cleaner {
      clear: both;
      height: 1px;
      margin: -1px 0 0; 
	  padding:0;
      border: none;
      visibility: hidden;
}
a:link, a:visited {
	color: #009900;
}
a:hover {
	color: #666666;
}
p {
	text-align: justify;
}