body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	/*background-color: #F5F9EC; */
	background-color: #F8F9F0;
	
	margin: 0px 2px 0px 0px;
	background-image: url(../images/bgfoto2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
html{
	min-height: 100%;
}
table, tr, td{
	vertical-align: top;
}

h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20pt;
	color : #191970;
	text-align : left;
	letter-spacing : 3px;
	/*background-color: #F2F5E3;*/
	/*margin-top: 0px;*/
	/*border-bottom: 3px solid Red;*/
}
h2{
	color: #AA0000;
	font-size: 14pt;
}
img{
	border: none;
}
a{
	color: Green;
}
a:hover{
	color: #00D902;
	text-decoration: none;
}

#header{
	height: 90px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/banner_bg.png);
	background-repeat: no-repeat;
	background-position: right;
}
/*
#catnav{
	position: absolute;
	top: 90px;
	right: 2px;
	background-color: #DDDEF6;
	width:100%;
}
#catnav a{
	width: 300px;
	background-color: #DDDEF6;
	border: thin groove Gray;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: Navy;
	text-decoration: none;
}
#catnav a:hover{
	background-color: #D2D2F5;
}*/
#catnav{
	/*position: absolute;*/
	height: 20px;
	top: 90px;
	right: 2px;
	text-align: right;
	padding-right: 10%;
}
#catnav a{
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: Navy;
	text-decoration: none;
	/*border-bottom: 3px solid Red;*/
	font-weight: bold;
}
#catnav a:hover{
	border-bottom: 3px solid Blue;
}
#left{
position: absolute;
left:10px;
top:130px;
width:180px;

}
#left ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-bottom: 1px solid #ccc;
	/*border-top: 3px solid Red;*/
}
#left ul li {
	position: relative;
	}
#left ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #FCFEF3;
	padding: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
#left ul li a:hover {
	background: #F4F4F4;
}


#maincontent{
	margin-left: 200px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 5%;
}

.row1{
	background-color: #E9EDCF;
}
.row2{
	background-color: #F2F5E3;
}
#nbs a{
	text-decoration: none;
	display: block;
	padding: 1px 1px 1px 98px;
	text-indent: -98px;
}
#nbs {
	list-style: none;
	width: 95%;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */	