@charset "utf-8";


/* CSS Document */

* {
padding:0;
margin:0;
}

img {
border:0;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	text-align:center;
	}
	

#container {
	position:relative;
	text-align:left;
	width:762px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	border: 1px solid #999999;
	margin-bottom: 20px;
	z-index: 1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

.banner {
	position: absolute;
	top: 0px;
	right: 0px;
}


#navigation {
	position: absolute;
	width:197px;
	height: 496px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #737373;
	background-image:url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 164px;
	padding-top: 3px;
	z-index: 10;
	display: inline;
	}
	
		
#navigation ul {
	margin: 0px;
	list-style-type: none;
	line-height: 31px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;

}

#navigation a:link, #navigation a:visited {
	display: block;
	zoom: 1;
	color:#737373;
	text-decoration:none;

}

#navigation a:hover, #navigation a:active {
	color: #0525b1;
}
	

.content {
	margin-left:197px;
	margin-top: 157px;
	margin-right: 202px;
	padding: 10px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0524B0;
	height:auto;
	width: 324px;
	border: 1px solid #ffd43f;
	z-index: 5;
	padding:10px;
}

.bodytext ul {
	padding-left:20px;
	}	
	
.text15 {
	font-size:15px;
	}
	
.textyellow15 {
	font-size:18px;
	color:#FFFF00;
	}		

.lineh {
	line-height: 0px;
}


.bcontact {
	background-image:url(images/05bottomcontact.jpg);
	background-repeat:no-repeat;
	width:297px;
	height:82px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 8px;
	}

.rightcolumn {
	background-image: url(images/04rightside.jpg);
	position: absolute;
	top: 164px;
	height: 489px;
	width: 179px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 12px;
	background-color: #0524B0;
	background-repeat: no-repeat;
	right: 0px;
}

.footer {
	left: 0px;
	top: 664px;
	height: 102px;
	width: 762px;
	background-color: #f6e14a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9D9C;
	text-align: center;
}
#container .footer a:link, a:visited {
	color: #0524B0;
	text-decoration: none;
}

#container .footer h4 {
	font-size: 10px;
	color: #0524B0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFD43F;
	width: 324px;
	padding: 10px;
	height: auto;
	background-color: #0524B0;
	border: thin double #FFDC3F;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0524B0;
}
