@charset "utf-8";
/* CSS Document */

body {
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 17px;
}
#top {
	padding:10px;
	margin-bottom:15px;
	margin-left: 200px;
	display:block;
	height:120px;
	background-image: url(../title.gif);
	background-repeat: no-repeat;
}
#front
	{
	margin:3%;
	width:720px;
	padding:5px;
	background-color:#CCC;
	border: 2px solid #000066;
	}

#container	
	{
	margin:3%;
	padding:5px;
	width:800px;
	background-color:#CCC;
	border: 2px solid #000066;
	}

#content	
	{
	background:white;
	border:2px solid #000066;
	color: #000066;
	font-size:small;
	font:Arial, Helvetica, sans-serif;
	text-align:justify;
	}
#kat
{
	margin:3%;
	text-align:right;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;	
	background-color:#CCCCCC;
	width:800px;
	border: 2px solid #000066;
	padding:5px;
}
#kat a:hover {
	text-decoration: none;
	color: #000066;
	font-style: italic;
}

#navcontainer
{
	margin-left: 3%;
	margin-right:3%;
	width:800px;
	margin-bottom: 15px;
	border-top: 1px solid #000066;
	z-index: 1;
	    clear:both;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#navcontainer li a
{
	padding: 1px 7px;
	color: #666;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

#navcontainer li a:hover
{
	color: #000066;
	border: 1px solid #000066;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	text-transform: uppercase;
}

#navcontainer li a#current
{
	color: #000066;
	border: 1px solid #000066;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	text-transform: uppercase;
}

#boxleft {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}
html>body #boxleft {
	width: 46%; /* ie5win fudge ends */
	}
#boxright {
	float: left; 
	/* Opera5.02 will show a space at 
	right when there is no scroll bar */
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}
html>body #boxright {
	width: 46%; /* ie5win fudge ends */
	}
.clear {
	clear: both;
}

.border {
  border:2px solid #000066;
  padding:5px;
  }
 .borderrt {
  border:2px solid #000066;
  padding:5px;
  margin-right:10px;
  }
 .borderlf {
  border:2px solid #000066;
  padding:5px;
  margin-left:10px;
  }

  
h1 {
	font-weight:bold;
	text-align:center;
}
h2 {margin-left:5px;}
h3 {margin-left:5px;  

	font-weight:bold;}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
