@CHARSET "ISO-8859-1";

body
{
	font-family: arial, verdana, tahoma, helvetica, sans-serif, sans;
	background-color: #363636; 
	color: #ffffff;
}

.fl { float:left; }

.fr {float:right;}

.cb {clear:both;}

.c {text-align:center;}

a
{
	color: #ffffff;
}

a:hover
{
	color: #fdb813;
	font-weight: bold;
}

h1 {
	background-image: url('../images/header-bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #1c3f95;
	padding:0; margin: 0;
	text-align:center;
	height: 207px;
}

h1 img{
	height: 100%;
	width: 800px;
	vertical-align:middle;
}

#footer
{
	margin-left:190px;
	width: 610px;
	height: 80px;
}

#footer td
{
	vertical-align: middle;
}

#footer img{
	vertical-align:middle;
}

#main-outter
{
	background-image: url('../images/header-shaddow.gif');
	background-repeat: repeat-x;
	padding-top: 50px;
}

#main-inner
{
	width: 800px;
	margin:0 auto;
}

#navigation
{
	font-size: 110%;
	width: 192px;
	letter-spacing: -0.5px;
	padding: 40px 0 15px 0;
	float:left;
}

#navigation ul
{
	list-style: none;
}

#navigation a
{
	text-decoration: none;
	display: block;
	padding-bottom: 15px; /* change padding bottom for [#navigation ul ul]*/
}

#navigation a:hover
{
	background-image: url('../images/navigation-hover.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#navigation ul ul
{
	border-left: 7px solid #525252;
	margin-bottom: 15px; 
	padding-left: 10px;
	postion: relative;
}

#navigation ul ul li
{
	postion: relative;
}

#content-outter
{
	background-color: #ffffff;
	color: #2d2d2d;
	float:left;
	width: 607px;
}

#content-outter a {
	font-weight: bold;
	color: #2d2d2d;
}

#content-outter a:hover {
	color: #3c4f7f;
}

#content-outter h2
{
	font-size: 200%;
	color: #546eb0;
	text-transform: uppercase;
	background-image: url('../images/h2-bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 40px 40px 10px 40px;
}

#content-inner
{
	padding: 40px;
	text-align: justify;
}

#content-inner img.right
{
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #c6c6c6;
	margin: 0 0 20px 20px;
	text-align: justify;
	float:right;
	
}

.item h3 {
	font-size: 120%;
}

.item {
	border-bottom: 1px solid #c7c7c7;
}

.item a {
	text-decoration:none;
}
.item .files{
	padding: 10px 0 0 0;
}

.item .text{
	padding: 10px 0 0 0;
}
.item .files li{
	list-style: none;
}

.item .image {
	border: 1px solid #e3e3e3;
	padding: 5px;
	backgorund-color: #ffffff;
}

.item img.fl {
	margin: 0 12px 12px 0;
}

.item img.fr {
	margin: 0 0 12px 12px;
}
#map{border: medium #000000 solid; width: 520px; height: 300px;}
#copy{text-align:right;}
#copy img{padding:5px 0 0 5px;}