@import url(reset.css);
/*=== Home Page Styles ===*/
body{
	color: #444444;
	background: url(bgr-home.jpg) #c4c4c4 no-repeat top;
	background-position: 0px 0px;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
/*--- Layout ---*/
#page{
	margin: 105px auto 0 100px;
	width: 620px;
}
/*--- Header ---*/
#header{
	height: 76px;
}
/*--- Title ---*/
#title{
	height: 200px;
}
#title img{
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
	height: 200px;
}
#title img.last{
	margin: 0;
}
/*--- Columns ---*/
#columns{
	padding: 20px 0 0;
}
/*--- Left Column ---*/
#leftcol{
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#leftcol li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/*- Search -*/
#search{
	height: 18px;
}
#search input{
	padding: 1px 2px;
	float: left;
	width: 175px;
	font-size: 11px;
}
#search .btn{
	margin: 0 0 0 4px;
	padding: 0;
	width: auto;
	border: 0;
}
/*- Left Menu -*/
#leftcol ul{
	margin: 10px 0 0;
	clear: both;
}
#leftcol li{
	font-size: 11px;
}
/*--- Center Column ---*/
#newsbox {
	margin: 0 0 10px 0;
	padding: 0px;
}

#eventbox {
	margin: 0 0 10px 0;
	padding: 0px;
}


#centercol{
	margin: 42px 0 0 10px;
	width: 410px;
	float: left;
}
#centercol h2{
	font-size: 12px;
}
#centercol p{
	padding: 0 0 10px 0;
}
/*- News List -*/
#centercol dl{
	clear: both;
}
#centercol dt, #centercol dd{
	float: left;
	margin: 3px 0;
}
#centercol dt{
	width: 90px;
}
/*--- Misc. ---*/
.fix{
	clear: both;
	line-height: 1px;
	height: 1px;
}

.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}


/* Jump Navi */

.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.71em;
	line-height: 1.7em;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}

