body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #f1f1f1;
}
.top {
	float: left;
}
#newsBox {
	padding: 5px;
	border: thin solid #660000;
	line-height: normal;
}
.titleBox {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F7CC6B;
	margin-left: 38px;
	padding-left: 30px;
	text-align: justify;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 20px;
	padding-right: 30px;
	width: 800px;
	margin-right: 30px;
}
.bold {
	font-weight: bold;
}
.contentBox {
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #F7CC6B;
	margin-left: 50px;
	text-align: justify;
	margin-top: 20px;
	width: 830px;
	left: -55px;
	position: relative;
	line-height: 20px;
	margin-right: 30px;
	padding-right: 30px;
}
.contentImage {
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	border-left-color: #F1F1F1;
}
.bottomBox {
	font-size: 80%;
	font-weight: lighter;
	text-align: left;
	width: 200px;
	border-top: thin solid #29287B;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	margin-top: 10px;
	position: relative;
	left: -350px;
}
.updateBox {
	font-size: 70%;
	font-weight: lighter;
	text-align: left;
	width: 200px;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	margin-top: 10px;
	position: relative;
	left: -350px;
}
#menu {
	font-size: 110%;
	position: relative;
	text-align: left;
	left: 100px;
	top: -95px;
}
#menu2 {
	font-size:90%;
	position: relative;
	text-align: left;
	left: 100px;
	top: -105px;
}
a:link {text-decoration:underline; color:#660000;}
a:visited {text-decoration:underline; color:#660000;}

/*
a.menu:link {text-decoration: none; color: #660000;}
a.menu:visited {text-decoration: none; color: #660000;}
a.menu:focus {font-weight: bold; text-decoration: none;}
a.menu:hover {font-weight: bold; text-decoration: none;}

a.menu2:link {text-decoration: none; color: #660000; font-size: 80%;}
a.menu2:visited {text-decoration: none; color: #660000; font-size: 80%;}
a.menu2:focus {font-weight: bold; text-decoration: none;}
a.menu2:hover {font-weight: bold;text-decoration: none;}
*/
ul#navigation li {
    list-style: none;
    display: inline;
	padding-left:4px;
	padding-right:4px;
  }
ul#navigation a, ul#navigation span {
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	border: thin solid #FEF7E7;
  }
ul#navigation a:hover, ul#navigation span {
	border: thin solid #660000;
  }
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
.contentImageRight {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	border-left-color: #F1F1F1;
}

.arrow_left {
    cursor:pointer;
    float: left;
    margin-right: 2px;
	border:none;
	text-decoration:none; 
}
.arrow_right {
    cursor:pointer;
    float: left;
}

#media {
	line-height: normal;
	margin-bottom: 20px;
}
#media a img {
	border: none;
}
.slideshow{
    float:left;
    overflow:hidden;
    width:612px;
    height: 75px;
	margin-bottom: 20px;
}

.slideshow li{
    float:left;
    margin:0;
    margin-right: 2px;
    cursor:pointer;
	list-style-type:none;
}
.clear{
    clear:both;
    width:0;
    height:0;
}