body {
	font-size: 10pt;
	font-family: verdana, sans-serif;
	margin: 0px;
	background-color: white;
}

h1, h2, h3 {
	margin: 0px;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: none;
	color: #a52a2a;
}

small {
	font-size: 7pt;
}





#header {
	padding: 20px;
	margin: 0px;
	background-color: #cfc;
	border-bottom: 2px solid #fc0;
}

#header h2 {
	font-size: 20pt;
	letter-spacing: 0.3em;
	margin: 0px 0px 5px 0px;
}

#header div {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.2em;
}





#navibar {
	padding: 5px 20px 5px 10px;
	margin: 0px;
	background-color: #ffd;
	border-bottom: 2px solid #fc0;
}

#navibar a {
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}

#navibar a:hover {
	background-color: #ff9;
}





#mainbox {
	padding: 20px 20px 0px 20px;
	margin: 0px;
	clear: both;
}





#menu {
	width: 200px;
	margin: 0px 0px 20px 0px;
	float: left;
}

.menuTitle {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-align: right;
	border-bottom: 1px solid #fc0;
	margin: 0px 0px 3px 0px;
}

.menuItem {
	font-size: 8pt;
	border-left: 4px solid #fc0;
	border-bottom: 1px solid white;
	margin: 0px 0px 3px 0px;
	padding: 3px 3px 2px 6px;
}

.menuText {
	font-size: 8pt;
	margin: 0px 0px 3px 4px;
	padding: 3px 3px 3px 6px;
}

.menuItem:hover {
	background-color: #ff9;
	border-bottom: 1px solid #fc0;
}





#pageText {
	margin: 0px 0px 20px 220px;
	line-height: 1.5;
}

.pageTitle {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	border-left: 5px solid #fc0;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
}

.newsHeader {
	padding: 0px 0px 4px 10px;
	margin: 0px;
	border-left: 5px solid #fc0;
}

.newsHeader h2 {
	font-size: 11pt;
	margin: 0px;
}

.newsHeader h1 {
	letter-spacing: 0.1em;
	font-size: 13pt;
	margin: 0px;
}

.newsContent {
	text-align: justify;
	padding: 4px 0px 4px 10px;
	margin: 0px 0px 20px 0px;
	border-left: 5px solid #ffa;
}






#footer {
	border-top: 1px dotted black;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 20px 0px;
	clear: both;
}




.warning {
	font-weight: bold;
	color: #ff8000;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

.cr {
	clear: both;	
}