﻿body {
    background: white;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    margin: 0;
    padding: 0;
}
h1, h6 {
    margin: 0;
    font-weight: normal;
}
h1 {
	font-size:2.0em;
}

p {
	text-align:justify;
}
img {
	border:0;
}


div#container {
    position: relative;
    border: 1px;
 	width:950px;
	margin:0;
	padding:0px;
	background-image:url('images/body.gif');
	background-repeat: repeat-y;
}
div#first-column,
div#third-column {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px;
    width: 190px;
    margin: 3px;
	max-height: 500px;
} 


div#first-column {
	float:left;
    left: 90px;
}
div#third-column {
	float:right;
    right: 90px;
}
div#content {
    border: 1px;
	padding-left:298px;
	padding-right:298px;
    min-height: 392px;
	padding-top:20px;
}


div#header,
div#footer {
    padding: 3px;
    border: 1px;
    max-width: 944px;
    min-width: 944px;
    margin: 0;
}
div#header {
    border-bottom: none;
	background-image:url('images/header.gif');
	background-repeat: no-repeat;
	height: 180px;
}
div#footer {
    border-top: none;
	background-image:url('images/footer.gif');
	background-repeat: no-repeat;
	height: 88px;
	
}
div#header_logo {
	position: relative;
	left: 220px;
	top : 35px;
	border: 0px;
}

div#header_logo img {
	border: 0px;
}

div#footer_logo {
	position: relative;
	left: 620px;
	top : 54px;
	border: 0px;
}

div#footer_logo img {
	border: 0px;
}



div#header_menu {
	position: absolute;
	left: 200px;
	top : 126px;
	border: 0px;
	border-left:0;
	padding-left:0;
	padding-right:0;
	margin-left:0;
	
}


#header_menu ul {
 	float: left;
	margin: 0;
	list-style: none;
}

#header_menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header_menu a {
	float: left;
	background: url('images/tab_tl.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 11px;
	text-decoration: none;
}

#header_menu a span {
	float: left;
	display: block;
	background: url('images/tab_tr.gif') no-repeat right top;
	padding: 5px 18px 4px 6px;
	color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header_menu a span {
	font-size:15px;
	font-weight: bold;
	float: none;
}
/* End IE5-Mac hack */
#header_menu a:hover, #header_menu #current a {
	background-position: 0% -28px;
}

#header_menu a:hover span, #header_menu a:hover span, #header_menu  #current a span {
	background-position: 100% -28px;
}

#header_menu a span:hover {
	color: #FFF;
}

.menu {
	background: url('images/menu_body.gif'); 
}

.menu h3 {
	background: url('images/menu_top.gif') no-repeat;
	font-size:1.0em;
	font-weight:bold;
	padding-left:30px;
	padding-top: 20px;
}
.menu ul {
	list-style: none;
	padding-left:14px;
	margin:0;
}
.menu li {
	padding-left:24px;
	font-size: 1.0em;
	line-height:2.3em;
	text-decoration:none;
	background: url('images/menu_logo2.gif') no-repeat top;
	background-position: 0 4px;
	font-weight:bold;
}
.menu a  {
	text-decoration:none;
	color: #0000FF;
}

.menu a:hover {
	text-decoration:underline;
}

.menu img {
	margin-left:20px;
	padding:0;
}


 div.menuhr {
  height: 25px;
  background: #fff url(images/menu_bottom.gif) no-repeat scroll center;
  background-position: 0px 0px;
}
div.menuhr hr {
  display: none;
}


.menug {
	background: url('images/menug_body.gif');
}

.menug h3 {
	background: url('images/menug_top.gif') no-repeat;
	font-size:1.0em;
	font-weight:bold;
	padding-left:30px;
	padding-top: 20px;
}
.menug ul {
	list-style: none;
	padding-left:14px;
	margin:0;
}
.menug li {
	padding-left:24px;
	font-size: 1.0em;
	line-height:2.3em;
	text-decoration:none;
	background: url('images/menug_logo2.gif') no-repeat top;
	background-position: 0 4px;
	font-weight:bold;
}
.menug a  {
	text-decoration:none;
	color: #0000FF;
}

.menug a:hover {
	text-decoration:underline;
}


div.menughr {
  height: 25px;
  background: #fff url(images/menug_bottom.gif) no-repeat scroll center;
  background-position: 0px 0px;
}
div.menughr hr {
  display: none;
}

.news_list_item {
	font-size:0.9em;
	text-align:justify;
	height:160px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.news_list_item {
	min-height:130px;
}
/* end */

.news_list_item  h1 {
	font-size:1.0em;
	font-weight:bold;
	padding-bottom:10px;
	color:#000000;
}
.news_list_item img {
	padding-right:8px;
}

.news_list_item a{
	text-decoration:none;
	color:#0000A0;
}
.news_list_item a:hover {
	text-decoration:underline;
}

.news_list_item1 {
	font-size:0.9em;
	text-align:justify;
}
.news_list_item1  h1 {
	font-size:1.0em;
	font-weight:bold;
	//padding-bottom:5px;
	color:#000000;
}
.news_list_item1 img {
	padding-right:8px;
}

.news_list_item1 a{
	text-decoration:none;
	color:#0000A0;
}
.news_list_item1 a:hover {
	text-decoration:underline;
}

#pagination {
	padding-top:25px;
}
#pagination p {
	text-align:center;
}

#navigation_path {
	font-size:0.8em;
	font-weight:bold;
}