/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #006600;
	background-image: url(../bg/green.gif);
}

#topsection{
	height:200px;
	background-image: url(../bg/cream.gif);
	border-bottom:3px solid #030;
}
#title{
	margin-left:105px;
	height:200px;
	width:500px;
	background-image: url(../bg/title1.gif);
	background-repeat: no-repeat;
	}
#toptext{
	position:absolute;
	top:30px;
	left:700px;
	width:250px;
	text-align:center;
	line-height:135%;
	font-size: 25px;
	color: #060;
	font-weight: bold;
}
#toptext a:link {
	color: #060;
	text-decoration: none;
}
#toptext a:hover {
	text-decoration: none;
	color: #060;
	font-style: italic;
}

#navcontainer
{
	background: #060;
	position:absolute;
	width: 220px;
	margin-left: 10px;
	margin-top:15px;
	padding: 5px;
	font-size: 20px;
	text-align: center;
	background-image: url(../bg/cream.gif);
	border:1px solid #000;
	font-weight: bold;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 10px;
width: 200px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 10px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #060;
	text-decoration: none;
	background: #f7f2ea;
	text-align:center;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #f0e7d7;
	color: #060;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #030;
	background: #f0e7d7;
border-color: #aaab9c #fff #fff #ccc;
}

#container
{
position:relative;
margin-left: 260px;
margin-top:15px;
margin-bottom:15px;
background-color: #fff;
border: 1px solid #060;
line-height: 130%;
min-width:800px;
}


#left
{
float: left;
width: 500px;
margin: 0;
text-align:justify;
padding:5px;
}

#right
{
margin-left: 530px;
border-left: 1px solid #006600;
text-align: justify;
padding:5px;
}

#contenta {
	padding:5px;
}



#content {
	padding:5px;
}

#content h2 {
	font-size: 120%;
	color: #FFF;
	padding:5px;
	background-image: url(../bg/gbg.gif);
	border:1px solid #000;
}
#content a:link {
	color: #060;
}
#content a:hover {
	color: #060;
	font-style: italic;	
}
.border {
	border:2px solid #060;
	padding:5px;
	margin:10px;
  }

a:link {
	color: #006600;
}
a:hover {
	color: #060;
	font-style: italic;	
}
#footer
{
	clear: both;
	margin: 0;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	color: #030;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(../bg/cream.gif);
	text-align:center;
	font-size: 20px;
}
#footer a:link {
	color: #030;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #030;
	font-style: italic;
}
#kat
{
	color: #FFC;
	margin-right:25px;
	text-align:right;
	font-size: 15px;
}
#kat a:link {
	color: #FFC;
	text-decoration: none;
}
#kat a:hover {
	text-decoration: none;
	color: #FFC;
	font-style: italic;
}
h4{
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	color: #FFF;
	padding:5px;
	background-image: url(../bg/green.gif);
	border:1px solid #000;
	text-align:center;
}
h3 {
	font-weight: normal;
	font-size:17px;
	background-color: #060;
	color: #FFF;
	border:1px solid #000;
	padding:5px;
}