* {
margin: 0;
padding: 0;
}

html {
	background: #F1F9FD;
	color: #000000;
	font: 70%/1.2 verdana, arial, helvetica, sans-serif;
}

div#head {
	height: 150px;
	text-align: center;
}

div#right {
	width: 180px;
	float: right;	
	right: 0;
}

div#left, div#footleft{
	width: 200px;
	float: left;
	left: 0;
}

div#footleft{
	min-height: 0px;
}

div#content {
	margin-left: 200px;
	float: center;
	margin-bottom: 20px;
	margin-right: 100px;
}

div#c-header {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1#content {
	color: #999999;
	font-size: 8pt;
	border-bottom: 1px dashed #999999;
	width: 800px;
}
h1#content a:link, h1#content a:visited {
	color: #555555;
}

div#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}

li#nav-1, li#nav-2, li#nav-1 a:hover{
	display: block;
	font-size: 11px;
	line-height: 21px;
	border: 1px solid #FFFFFF;
}

li#nav-1 { background: #2A8DC0; }

li#nav-1 a {
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

li#nav-1 a:hover {
	background: #C4E6FB;
	color: #2A8DC0;
}

li#nav-2 { 
	background: #F1F9FD; 
	border: none;

}

li#nav-2 a {
	padding-left: 25px;
	padding-right: 25px;
 	color: #2A8DC0; 
	text-decoration: none;
}

div#path {
	display: block;
	background: #2A8DC0;
	width: 100%;
	line-height: 21px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italy;
	text-decoration: none;
}

div#path a{
	color: #FFFFFF;
	font-weight: bold;
	font-style: italy;
	text-decoration: none;
}

div#bottom{
	clear: both;
	border-top: 1px double #D5D5D5;
}

div#foot {
	color: #CCCCCC;
	font-size: 9px;
}

div#help {
	color: #CCCCCC;
	font-size: 8px;
	padding-left: 15px;
}

div#help a {
	text-decoration: none;
	border-width: 0px;
	color: #F1F9FD;
}

div#news {
	top: 0;
}

td > p.bodytext {
	font: 70%/1.2 verdana, arial, helvetica, sans-serif;
}
div#content ul {
	padding-left: 15px;
}
