@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #EEEFEF;
	font-family: "Century Gothic", Century, "Times New Roman";
}
#wraper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 765px;
	background: #FFF;
}
ul.MenuBarVertical li {
	margin: 0px;
	padding: 0px;
	height: 112px;
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/home_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 48px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 112px;
	width: 765px;
	position: relative;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

#topnav {
	text-align: right;
	padding: 0px;
	height: 48px;
	width: 730px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topnav a {
	color: #0c5d83;
	text-decoration: none;
	font: normal 12px/48px Verdana, Geneva, sans-serif;
}
#maincontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/home_02.jpg); 
	min-height:240px;
}
#leftcolumn {
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 419px;
	overflow: hidden;
	background: url(../images/home_bgL.jpg) repeat-y 0px 0px;
	min-height:260px;
	margin-top: 114px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcolumn {
	margin: 0px;
	height: auto;
	width: 346px;
	float: left;
	clear: right;
	font: normal 10px/normal Arial, Helvetica, sans-serif;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/home_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#rightcolumn p {
	margin: 5px;
	padding: 0px;
	color: #666666;
}

#leftcolumn #leftnav {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 220px;
	border-right: 1px solid #B5B4B2;
}
#leftcolumn #leftnav ul {
	margin: 10px 10px 0px 0px;
	padding: 0px;
	list-style: none;
}
#leftcolumn #leftnav ul li {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#leftcolumn #leftnav ul li a {
	font: normal 11px/normal "Century Gothic", Arial;
	color: #666;
	text-decoration: none;
	display: block;
	background:none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftcolumn #leftnav ul li a:hover{
	background: url(../images/arrow_right.gif) no-repeat 100% 55%;
}

#leftcolumn #rightnav {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	height: auto;
	width: 195px;
}
#leftcolumn #rightnav ul {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	list-style: none;
}
#leftcolumn #rightnav ul li {
	margin: 0px;
	padding: 0px;
}
#leftcolumn #rightnav ul li a {
	font: normal 11px/normal "Century Gothic", Arial;
	color: #666;
	text-decoration: none;
	display: block;
	background:none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#leftcolumn #rightnav ul li a:hover {
	background: url(../images/arrow_left.gif) no-repeat 0% 55%;
}
#leftcolumn #rightnav .linktitle {
	font: bold normal 12px/normal Verdana, Geneva, sans-serif;
	color: #437F9B;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}

#footer {
	background: url(../images/home_news.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 100%;
	font: normal 10px/normal Arial, Helvetica, sans-serif;
	color: #999;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}

#footer p {
	text-align: center;
	margin: 100px 0px 0px;
	padding: 0px;
	height: 20px;
}


.homepagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.bluetextlink     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C6F99;
	text-decoration: none;
}
.bluetextlink:hover {
	color: #C33A16;
}

#wraper #header #logo {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 64px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 48px;
}
#wraper #maincontent #leftcolumn #rightnav .linktitle style10 {
	color: #990000;
}

