body {
	font-family : verdana;
	font-size : 12px;
	color : black;
	background-color: #a9aeb0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin-top: 30px;
}

hr{
	height : 1pt;
}

H2{
	font-size: 18px;
	color: #003066;
}

H3{
	font-family : helvetica;
	font-size: 22px;
	color: black;
	font-weight: normal;
}

h4{
	font-size:14px;
	color: #72843c;

}

h5{
	font-size:16px;
	color: #72843c;

}

td{
	font-family : Verdana;
	font-size : 12px;
}
p{
	font-family : Verdana;
	font-size : 12px;
}







textarea, input, select {
	font-family : Verdana;
	font-size : 12px;
}

a:link {
	color : #004B8D;
	text-decoration : none;
	font-weight : normal;
}

a:visited {
	color : #004B8D;
	text-decoration : none;
	font-weight : normal;
}

a:hover {
	color : black;
	text-decoration : underline;
	font-weight : normal;
}

a:active {
	color : #004B8D;
	text-decoration : none;
	font-weight : normal;
}

/*--COPYRIGHT--*/
.copyright{
	font-size:10px;
	color: #707173;
	font-weight: normal;
}
.copyright a:link {
	color : #707173;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #707173;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #707173;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#707173;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}
/*--END COPYRIGHT--*/

/*-- CONTAINERS --*/
.container{
	border-bottom: 1px solid #707173;
}
.home_containers{
	color: white;
	padding: 15px;
	border-right: 1px solid #707173;
}
.left_column{
	padding: 15px;
	border-right: 1px solid #859658;
	border-left: 1px solid #707173;
	width: 170px;
	background: #fff url(../images/left_bkg.png) top no-repeat; 
}
.left_column_bottom{
	padding: 15px;
	border-right: 1px solid #859658;
	border-left: 1px solid #707173;
	width: 170px;
	background: #fff
}
.left_column a{
	
}

.right_column{
	
	padding: 15px;
	width: 730px;
	border-right: 1px solid #707173;
	

}






/*-- END CONTAINERS --*/

/*-- TOP NAV TABS --*/
.menu{
	margin:0px;
	padding:0px;
	font-size:93%;
	font-weight:bold;
	float: right;
	padding-right: 20px;
	}
.menu ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.menu li{
	float:left;
	padding:0px;
	}
.menu li a{
	background:url("../images/tab_left.png") no-repeat left top;
	color:#cccccc;
	display:block;
	font-weight: bold;
	margin:0px;
	padding: 7px 0 7px 20px;
	text-align:center;
	text-decoration:none;
	}
.menu li a span {
	background:url("../images/tab_right.png") no-repeat right top;
	padding:7px 20px 7px 0px;
	color:#666;
}

.menu li a:hover span, .menu ul li:hover a span{
	background-position: right bottom;
	padding:7px 20px 7px 0px;
}
.menu li a:hover, .menu ul li:hover a{
	background-position: left bottom;
	padding: 7px 0 7px 20px;
	}
.menu li ul{
	background:#363739;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}
.menu li:hover ul{
	display:block;
	}
.menu li li {
	background:url('../images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;
	}
.menu li:hover li a{
	background:none;
	}
.menu li ul a{
	display:block;	
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:10px 10px 0px 15px;
	text-align:left;
	}
.menu li ul a:hover, .menu li ul li:hover a{
	background: #3e3f41 url('../images/sub_sep.gif') bottom left no-repeat;
	border:0px;
	color:#ffffff;
	text-decoration:none;
	}
.menu p{
	clear:left;
	}	
               
/*-- END TOP NAV TABS --*/

/*-- LEFT NAV --*/
.left_nav{
	border: 1px solid #f3f3f3;
	border-collapse: collapse;
}
.left_nav td{
	height: 20px;
	border: 1px solid #f3f3f3;
	text-align: center;
}
.left_nav a:link{
	color: #5a5e60;
}
.left_nav a:visited{
	color: #5a5e60;
}
.left_nav a:active{
	color: #5a5e60;
}
.left_nav a:hover{
	color: #5a5e60;
}
/*-- END LEFT NAV --*/