html, body {
	background: #B8BABC;
	padding: 0;
	margin: 10px 0 20px 0;	
} 
A {
	text-decoration: none;
	color: #2D6B7A;	
	padding: 2px;	
}
A:hover {
	color: #0965AC;
	padding: 2px;	
	background: #FFFDC7;
	text-decoration: none;
}
.pagehandler {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #181818;
	text-align: left;
	width: 770px;
}
.bghead {
	background-image: url(images/bghead.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.txthead {
	font-size: 12px;
	color: #FFF;
	padding-left: 15px;
}
/*
.logo {
	background-image: url(images/logoswa.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 198px;
}
.splash {
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	width: 585px;
	height: 198px;
}
*/
.barleft {
	background-image: url(images/barleft.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 197px;
}
.barright {
	background-image: url(images/barright.gif);
	background-repeat: repeat-x;
	height: 30px;
}
.bgcontent {
	background: #FFF;
}
.boxleft {
	background: #F1F3F4;
	vertical-align: top;
}
.leftnav {
	background-image: url(images/bgsubnav.jpg);
	background-repeat: no-repeat;
	width: 197px;
}
.boxconthome {
	background: #FFF;
	width: 585px;
	padding: 12px;
	vertical-align: top;
}
.boxcont {
	background: #FFF;
	width: 585px;
	padding: 12px;
	vertical-align: top;
}
.boxright {
	background-image: url(images/bgright.gif);
	background-repeat: repeat-y;
	width: 200px;
	padding: 12px;
	vertical-align: top;
}

/* subnav */
ul#subnav {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
ul#subnav, ul#subnav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#subnav li a {
	display: block;
	border-color: #C9CED1;
	border-width: 0 0 1px 0;
	border-style: solid;	
	padding: 7px 0 7px 12px;
	color: #181818;	
	width: 185px;	
}
ul#subnav li a:hover {
	display: block;
	color: #E8EAEC;
	padding: 7px 0 7px 12px;	
	width: 185px;	
	background: #254B77;
}

.newstitle {
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 1.6em;
	color: #254B77;
}
.newsdate {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 0.8em;
	padding-top: 3px;
	padding-left: 3px;
}
.newscont {
	padding-top: 8px;
	padding-left: 3px;
	padding-bottom: 18px;
	line-height: 14px;
	/*letter-spacing: 0.05em;*/
}
.txtcont {
	padding-top: 8px;
	padding-left: 3px;
	padding-bottom: 18px;
	line-height: 14px;
	font-size: 0.7em;
	/*letter-spacing: 0.05em;*/
}
.subtitle {
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 1.6em;
	color: #2D6B7A;
}
.footer {
	padding: 10px 0 5px 0;
	border-top: 1px solid #C9CED1;
	text-align: center;
	background: #FFF;
}

