#frontpage {
	min-height:450px; background:#fff; color: #6A6A66;
}
#fronttop { height:254px; padding-bottom: 5px; border-bottom:5px solid #e7e7dc; }
#fronttopleft { width: 682px; float:left;}
#fronttopright { width: 225px; height:254px; background-color:#98ad00;float:right;}
#fronttopright h2 { margin-left: 20px; margin-top:15px; color: #fff;}
#fronttopright a{ color:#FFFFFF; }
#fronttopright ul{
	margin-left: 40px;
	padding-left: 0px;
	list-style-image: url(../img/arrows/greenarrow.gif);
	margin-top: 5px;
	list-style-position: outside;
}
#fronttopright li { margin-bottom: 8px;}
#frontspot1 {float:left; margin-top:1px;}
#frontspot2 {float:right;margin-top:1px;}
#frontmiddle {height:270px; padding-bottom: 5px; border-bottom:5px solid #e7e7dc; margin-top:18px; margin-bottom:30px;}
.frontmiddleborder {height:270px; width: 216px; border-right: 1px solid #e7e7dc; float:left; overflow:hidden; margin:auto; padding: 2px 5px  0 5px;}
.frontmiddlenoborder {height:270px; width: 216px; border-right: none; float:left; overflow:hidden; margin:auto;  padding: 2px 5px  0 5px;}
select { padding:0; width:190px; height:21px; margin:0 2px 2px 0; float: left;}
img.imgButton{ /*padding-top:10px;margin:12px 0 0 4px; */margin:0 2px 2px 0;cursor:pointer;}

#frontbottom {height:150px; padding-bottom: 5px; }
.frontbottomspot {height:150px; width: 215px; border-bottom: 5px solid #e7e7dc; margin-right:12px; float:left; overflow:hidden;}
.spotContent { padding:10px 0px 20px 10px; }

/** content **/
#frontmiddle h2 { margin: 0 0 6px 0;}
#frontmiddle ul { list-style-type: none; margin: 4px; padding: 0; overflow:hidden}
.box { height: 200px;}
.boxNews { height:190px; margin-bottom: 10px;}
.newsTitle a, .newsTitle a:visited { color:#6a6a66; font-weight: bold; font-size: 100%;}
.newsTitle a:hover { color: #98ad00;}
.newsDate {font-size: 80%;color: #5f839e;}
.newsContent { margin-bottom:10px;}
.link a, .link a:visited { padding: 10px 0 10px 5px; display:block;background: url(../img/bg/spottext.gif) no-repeat;color:#555; font-family:Georgia;}
select.limited-width {
    width: 190px;
    position: static;
}
select.expanded-width {
    width: auto;
    position: absolute;
}