@charset "iso-8859-2";
body {
	background-color: #dedede;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333333;
}

a {
	outline:none;
}

.header {
	background-image: url(../images/header.jpg);
	height: 58px;
}

.footer {
	margin-top:10px;
}

#homeflash {
	width:986px;
	margin:auto;
	margin-bottom:10px;
}

.homebuttons {
	margin-bottom:10px;
}

.container {
	margin-top:10px;
	margin-bottom:10px;
}

.inner {
	width: 981px;
	margin:auto;
}

.content {
	background-color:#FFFFFF;
}

.image {
	width:959px;
	margin:auto;
}

.main {
	width:959px;
	margin:auto;
	min-height:200px;
	margin-top:10px;
}


.left {
	width:450px;
}

.right {
	width:480px;
	float:right;
	text-align:right;
}

.menu {
	margin-top:13px;
}

.title {
	margin-bottom:10px;
}

.submenu {
	margin-bottom:10px;
	background-image: url(../images/bg_submenu.gif);
	padding-left: 8px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.bold1 {
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
	color:#74AA30;
}

.light1 {
	font-size: 11px;
	color: #666666;
}

.text {
	width:75%;
}

.newslink {
	text-decoration:none;
	color:#666666;
	font-size:12px;
}
.newslink:hover {
	color:#333333;
}

.about_img {
	border:1px #FFFFFF solid;
	padding:4px;
}

.about_img:hover {
	border:1px #EEEEEE solid;
}

.about_bio {
	display:none;
}
