@charset "utf-8";

/*MAIN*/

html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/backgroundtop.jpg);
	background-repeat: repeat-x;
	height:100%;
}
.container {
	margin: 0 auto;
	width: 920px;
	padding:0px;
}

/*FONT*/

h2 {
	font-family: "Helvetica Neue";
	font-size: 24px;
	color: #F76800;
	padding-top: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 5px;
}
h3 {
  font-family: Adobe &#40657;&#20307; Std R;
	font-size: 22px;
	color: #ff6600;
	vertical-align: middle;
}

a:link {
  color: #f26522;
}
a:visited {
	color:#f26522;
}

/*LEFT BAR*/

.navigation {
	width: 217px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.nav1 {
	text-align:center;
	background-color: #FEFEFE; 
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2920c;
	border-left-color: #e2920c;
	padding:15px 10px 10px 10px;
}
.nav2 {
	background: url(images/navbottomround.jpg);
	height:14px;
}
.navbottom {
	padding:0 15px;
}
.calhead {
 	font-size:16px;
	font-weight: bold;
}
.container .navigation p {
}
.caltext {
	font-size:12px;
}
.calsmall {
	font-size:8px;
	color:#666666
}

/*CONTENT*/

.content {
	font-size: 14px;
	width: 648px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	letter-spacing: 0.1em;
}
.intro {
  clear: both;
  width: 100%;
}
.news {
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	margin-right: 10px;
}
.buttons {
	float: right;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 20px;
}
.news li {
	list-style-type: none;
	margin-left: -20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.newsdate {
  font-style: italic;
  text-align: right;
  font-size:10px;
  margin-top: 3px;
}

/*FOOTER*/

.footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	width: 100%;
	height: 41px;
	min-width:920px;
	background-image: url(images/backgroundfooter.jpg);
	line-height: 16px;
	position: static;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FDC55C;
}
.footer a {
	color: #FF3300;
	font-size: 12px;
}
.container .content .intro li {
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 3px;
}
