* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);	
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background: #40774d url(../images/bg_page.jpg) top repeat-x;
	color: #000000;
}

h3 {
	line-height: 38px;
}

p {
	margin-bottom:12px;
}

a {
	color: #e6031d;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight:bold;
}

img {
	border:0;
}

h3 {
	font-size:16px;
	font-weight: bold;
	color: #980101;
}


.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inline {
	display:inline;
}
.overflow{
	overflow:hidden;
}
.txtcenter{
	text-align:center;
}


.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#container {
	margin: 0 auto;
	width: 1000px;
	padding: 0 0 0 0;
	/*background: url(../images/bg_container.jpg) top no-repeat;*/
}

#header {
	float: left;
	width: 600px;
	height:196px;
	/*background: url(../images/bg_header.png) top no-repeat;*/
	
}


#topnav {
	float: left;
	width: 600px;
	height: 50px;
	padding:0 0 0 0;
}


/*----NAV---- */
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	width: 600px;
	padding:0 0 0 0;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	float: left;
	width:150px;
	height: 50px;
	background-image: url(../images/bg_nav.jpg);
	filter:alpha(opacity=85);
    opacity:0.85;
	-moz-opacity:0.85;
	-khtml-opacity: 0.85; 			
}

#nav ul li a span {
	display: none;
}

#nav ul li.nav1 a {
	height: 50px;
	width:150px;
	background-position: top left;
}

#nav ul li.nav1 a:hover, #nav ul li.nav1 a.active {
	background-position: bottom left;
}

#nav ul li.nav2 a {
	width:150px;
	background-position: 450px 0;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active {
	background-position: 450px 50px;
}

#nav ul li.nav3 a {
	width:150px;
	background-position: 300px 0;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active {
	background-position: 300px 50px;
}



#nav ul li.nav4 a {
	width:150px;
	background-position: top right;
}

#nav ul li.nav4 a:hover, #nav ul li.nav4 a.active {
	background-position: bottom right;
}

/*------ENDOFNAV-------*/

#topbar {
	float: left;
	width: 600px;
	height: 50px;
	padding: 0 0 0 0;
	background: url(../images/bg_topbar.jpg) no-repeat;
	
}

#content-wrapper {
	float:left;
	width: 600px;
	padding:0 0 20px 0;
	background: url(../images/bg_content.jpg) top repeat-y;
	filter:alpha(opacity=80);
    opacity:0.80;
	-moz-opacity:0.80;
	-khtml-opacity: 0.80; 	
}
#content {
	float:left;
	width: 550px;
	padding:20px 10px 0 25px;
	text-align:justify;
}




#footer {
	float:left;
	width: 600px;
	height:25px;
	padding:0 0 15px 0;
	clear:both;
	background: url(../images/bg_footer.jpg) top no-repeat;
}


.footer-area {
	font-size:10px;
	padding:5px 0 20px 140px;
	text-align:left;
}
.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 
}