
/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #DFDFDF;
	min-width : 990px ;
	}
.padright {
 padding-right: 10px;
}
.padleft {
 padding-left: 10px;
}
#newsbox {
	float: right;
	padding: 5px 0px 0px 0px;
	}
	
#innernews {
	width: 270px;
	margin-top: 0px;
        margin-right: 40px;
        margin-bottom: 0px; 
        margin-left: 0px;
	padding: 10px 10px 10px 10px;
	background: #D3E0BA;
	border: 1px solid #DCD7D2;
	}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	/*margin-top: 0px;*/
	}
	
#navinner {
	float: left;
	/*width: 964px;*/
	height: 34px;
	/*background: #737373;*/
	/*border-top: 2px solid #4B4B4B;*/
	/*border-bottom: 2px solid #4B4B4B;*/
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	/* color: #F1F7EE; */
	color:#000000;
	border-bottom: 2px solid #4B4B4B;
	border-right: 2px solid #4B4B4B;
	
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #4B4B4B;
	border-right: 2px solid #4B4B4B;
	background: #515D45;
	
	}
	
#nav li a.active {
	color: #FFFFFF;
	background: #cccccc;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	}
	

/* ----- Typography ----- */
/*
body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#422100
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #422100;
	}

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

/* ----- Links ----- */

a {
	color: #333333;
	}

a:visited {
	color: #422100;
	}

a:hover {
	color: #422100;
	}

#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

.bld	{
 font-family: verdana, helvetica;
 font-size: .9em;
 font-weight:bold;
}	
.wh	{
 font-family: verdana, helvetica;
 font-size: .9em;
 font-weight:bold;
 color: #FFFFFF;
}