/* CSS Document */

body{
	text-align:center;
	background-color: #A4AC79;
	padding: 0px;
	margin: 0px;
    padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	border: 7px solid #fff;
	background-color: #ffffff;
}

#banner{
	width: 1000px;
	height: 112px;
	background-color: #ffffff;
}

#wrapper2{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	/*border-top: 8px solid #fff;*/
	background:  #ffffff url(../images/midbkg.gif) repeat-y top left;
}

#nav{
	border-bottom: 7px solid #fff;
	border-top: 7px solid #fff;
	width: 130px;
	height: 375px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	background-color: #EBEDDF;
}

#wrapper3{
	border-bottom: 7px solid #fff;
	border-top: 7px solid #fff;
	width: 622px;
	height: 375px;
	margin-left: 7px;
	text-align: left;
	overflow:hidden;
}

/* the following rule is recognized only by IE */
	
* html #wrapper3{
	border-bottom: 7px solid #fff;
	border-top: 7px solid #fff;
	width: 626px;
	height: 375px;
	margin-left: 133px;
	text-align: left;
	overflow:hidden;
}

#logo{
	position:absolute;
	width: 89px;
	height: 60px;
	left:1016px;
	top:139px;
	z-index: 200;
	clear: both;
	background:  #ffffff url(../images/logo_03.jpg) no-repeat 0 -5px;
}

#content{
	border: 1px solid #A4AC79;
	width: 840px;
	height: 350px;
	padding: 10px;
}

/* the following rule is recognized only by IE */
	
* html #content{
	border: 1px solid #A4AC79;
	width: 865px;
	height: 360px;
	padding: 5px;
}


#footer {
	width: 980px;
	height: 32px;
	background-image: url(../images/footer2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-right: 22px;
}

/* the following rule is recognized only by IE */
	
* html #footer {
	width: 1000px;
	height: 57px;
	background-image: url(../images/footer2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	padding-right: 22px;
}

/*NAVIGATION FORMATTING*/
#nav li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
	
#nav li a:link, #nav li a:visited {
	color: #333333;
	display: block;
	padding: 8px 0 0 10px;
	}
	
/* the following rule is recognized only by IE */
	
* html #nav li a:link, #nav li a:visited {
	color: #333333;
	display: block;
	padding: 7px 0 7px 10px;
	}
	
#nav li a:hover, #nav li a:active {
	color: #EBEDDF;
	background: url(../images/navbkg.gif);
	padding: 8px 0 0 10px;
	}
	
/* the following rule is recognized only by IE */
	
* html #nav li a:hover, #nav li a:active {
	color: #EBEDDF;
	background: url(../images/navbkg.gif);
	padding: 7px 0 7px 10px;
	}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#mycustomscroll {
height:330px;
overflow:auto;
padding:5px;
position:relative;
width:670px;
}
* html #mycustomscroll {
height:340px;
overflow:auto;
padding:10px;
position:relative;
width:670px;
}

#rss-ad {
clear:both;
float:right;
height:385px;
margin-left:687px;
margin-top:-300px;
padding:2px;
position:absolute;
width:300px;
}	
* html #rss-ad {
clear:both;
float:right;
height:380px;
margin-left:695px;
margin-top:-298px;
padding:2px;
position:absolute;
width:300px;
}	

/* the following rule is recognized only by IE */


#box {
width: 140px;

}

td.gray{
border-right: 1px dotted #CCCCCC;

}
	
/*NAVIGATION FORMATTING*/

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
p {
	font-size: 12px;
}
#footer p{
	font-size: 9px;
	color: #FFFFFF;
}

#footer a{
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;

}
#nav ul li a{
    padding: 0px;
    height: 24px;
}
