body {
	color: #000;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

body * {
	background-color: transparent;
	color: #000;
	font-family: "Tahoma", Sans-Serif;
	font-size: 12pt;
}

a:visited, a:link{color: #025;}
a:hover {color: #fff; background-color: #358;}
a:active {color: #fa0; background-color: #358;}

img {
	border: 0;
}

#pageborder {
	margin: 0;
}

#left {
	background-image: url("./img/left.gif");
	width: 5px;
}

#right {
	background-image: url("./img/right.gif");
	width: 5px;
}

#main_logo {
	background-image: url("./img/pagenavi_01.gif");
	background-repeat: no-repeat;
	width: 800px;
	height: 154px;
}

#main_navi {
	background-image: url("./img/pagenavi_02.gif");
	background-repeat: no-repeat;
	width: 195px;
	height: 730px;
}

#navi_menu {
	margin: 30px 0;
	padding: 0;
}

#navi_menu li {
	list-style-type: none;
	margin: 3px 5px;
	padding: 0;
	border-left: 8px solid #fa0;
	border-top: 1px solid #fa0;
	border-bottom: 1px solid #136;
	border-right: 1px solid #136;
	color: #000;
	background: transparent;
}

#navi_menu strong a{
	background-color: #136;
	color: #fff;
}

#navi_menu a {
	margin: 0;
	padding: 5px 5px;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	display: block;
	width: 166px;
}

#maintable {
	margin: 0 auto;
	background-color: #88A3D0;
}

#main_content_table, #table_footer {
	background-image: url("./img/mainback.gif");
	width: 605px;
}

#pagecontent {
	margin: 30px;

}

h1 {
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

h2 {
	margin: 5px;
	font-size: 14pt;
	font-weight: bold;
}

h2 *{
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	margin: 0 8px;
	font-weight: bold;
}

h4 {
	margin: 0 10px;
	font-weight: normal;
	text-decoration: underline;
}

li {
	list-style-type: square;
}

.no_list_style{
	margin-left: 10px;
}

.no_list_style li{
	list-style-type: none;
}

.comittee_t li{
	list-style-type: none;
	text-decoration: underline;
}

.comittee_t * li{
	list-style-type: square;
	text-decoration: none;
}

.whatsnew_date li{
	list-style-type: none;
	text-decoration: underline;
}

.whatsnew_date{
	margin: 10px 10px 20px;
}

.whatsnew_body li{
	list-style-type: none;
	text-decoration: none;
}

table td {
	vertical-align: top;
}

#pagecontent table {
	margin: 0 5px 20px;
}

p {
	margin: 0 8px 20px;
}

#footer {
	border-top: 1px solid #000;
	font-style: italic;
	font-size: 75%;
	margin: 0 10px;
}

#footer a{
	font-size: 100%;
}

.coopname td {
	text-align: center;
	vertical-align:middle;
	font-size: 75%;
	padding-bottom: 15px;
	height: 15px;
}

.logoimage td {
	text-align: center;
	vertical-align:middle;
	padding-top: 5px;
	height: 90px;
}

.events_head {
	font-weight: bold;
}

.prg_name {
	font-style: italic;
}

