﻿/* CSS layout */
/* NAVIGATION BUTTONS */
.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url("../images/bt_notitle_on.gif");
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 146px;
	height: 20px;
	margin: 0; 
	padding: 0; 
	}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 146px;
	height: 20px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
}
.cssnav img {width: 146px; height: 20px; border: 0; }

* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
font: bold 9pt Arial;
	position: absolute;
	left: 20px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 126px;
	height: 14px;
	text-align: left;
	color: #ffffff;
}
/* END OF NAVIGATION */
.style1 {
	color: #FF0000;
}
.style2 {
	font: bold 12pt Verdana;
	color: #000;
	letter-spacing: 1px;
	margin:0;
	padding:0;
}

.mainheader {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	color: #fff;
	letter-spacing: 1px;
	width:100%;
	overflow: hidden;
	height: 42px;
	background-color:#000000;
	background-position: right;
	background-image: url('../images/obj_top.jpg');
	background-repeat: no-repeat
}

.subheader {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	text-align:center;
	color: #fff;
	letter-spacing: 1px;
	width:100%;
	overflow: hidden;
	height: 12px;
	background-image: url('../images/obj_top2.gif');
	background-repeat: repeat-x
}

.line {
	width:100%;
	overflow: hidden;
	height: 9px;
	background-image: url('../images/line_banner.gif');
	background-repeat: repeat-x
}
.box1 {
	width: 100%;
	height: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	color: #FFF;
	letter-spacing: 1px;
	background-image: url('../images/obj_sba_2.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 20px
}
.box2 {
	width: 100%;
	height: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	color: #FFF;
	letter-spacing: 1px;
	background-image: url('../images/obj_sba_1.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 20px
}

.box3 {
	height:20px;
	font: bold 10pt Verdana;
	color: #000;
	letter-spacing: 1px;
	background-color: #CCCCCC;
	margin:0;
	padding-left:20px;
}
.box4 {
	padding: 5px;
	border: thin solid #cccccc;
	margin: 1px 0px 10px 0px;
}
.box5 {
	padding: 5px;
	border: thin solid #319A31;
	margin: 1px 0px 10px 0px;
}
.box5 P {
	margin: 8px 8px 8px 8px;
}
.hidden {
{
visibility: hidden
} 
#container {
	position:relative;
	width:100%;
}

#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 100%;
	background-image: url('../images/left_menu.gif');
	background-repeat: repeat-y
}

#right {
	margin-left:150px;
	height: 100%;
	background-image: url('../images/obj_coner.gif');
	background-repeat: no-repeat;
	border: medium none #000000;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px
}

#copyright {
	font: 10px Arial;
	text-align:center;
	overflow: hidden;
}

BODY {
	background-image: url('../images/left_menu.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}



