body{
	margin: 0;
	padding: 0;
	font: 76% "Trebuchet MS", arial, helvetica, sans-serif;
	background: #fff;
	color: #555;
	}
#header{
	height: 250px;
	margin-bottom: 0;
	border-bottom: 0px solid #36374B;
	background: #ddd url(images/banner.jpg);
	}
#gutter{
	float: left;
	width: 3%;
	height: 1px;
	}
#col1{
	float: left;
	width: 44%;
	margin-bottom: 1em;
	border-right: 1px solid #ccc;
	padding-right: 3%;
	}
#col2{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 1em;
	border-right: 1px solid #ccc;
	padding-right: 3%;
	}
#col3{
	float: left;
	width: 15%;
	margin-left: 3%;
	margin-bottom: 1em;
	}
#footer{
	clear: both;
	height: 100px;
	border-top: 4px solid Yellow;
	padding: .5em;
	font-size: 0.8em;
	text-align: right;
	color: #ddd;
	background: #36374B;
}
h1{
	font: 300% helvetica,"Arial",arial,verdana,sans-serif;
	letter-spacing: 2px;
	margin: 0 0 0 0;
	padding: 1em;
	color: #000033;
	background: transparent;
}
h2{
	margin-top: 0.5em;
	padding: 0 0 0 0;
	color: #000033;
	background: transparent left center no-repeat;
}
h3{
	margin-top: 0.5em;
	padding: 0 0 0 0;
	color: Gray;
	background: transparent;
}
.news{
	padding: 10px;
}
.slogan{
	padding : 10px;
	margin: 0 0 0 10em;
	font:bold 110% "Trebuchet MS",arial,helvetica,verdana,sans-serif;
	letter-spacing: 5px;
	color: #DBDBDB;
	}
blockquote {
	padding: 5px;
	font-weight : bold;
	font-style : italic;
	color : #676767;
	}	
a:link, a:visited{
	text-decoration: none;
	background: inherit;
	color: #000033;
}
a:hover{
	text-decoration: underline;
	background: inherit;
	color: Yellow;
}
#menu{
	position: relative;
	display: block;
	height: 39px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(images/bgOFF.gif) repeat-x top left;
	font-family: "Trebuchet MS",arial,verdana,helvetica,sans-serif;
	border-top: 4px solid Yellow;
}

#menu ul{margin:0;padding:0;list-style-type:none;width:auto;}

#menu ul li{display:block;float:left;margin:0;}

#menu ul li a{
	display: block;
	float: left;
	color: #000033;
	text-decoration: none;
	padding: 11px 20px 0 20px;
	height: 23px;
	background: transparent url(images/bgDIVIDER.gif) no-repeat top right;
}

#menu ul li a:hover,{
	color: Yellow;
	background: #DBDBDB url(images/bgON.gif) no-repeat top left;}
	
#menu ul li a.current{
	color: #000033;
	background: #DBDBDB url(images/bgON.gif) no-repeat top left;
}
