@charset "utf-8";
/* CSS Document */

#maincontainer{
	width: 986px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentwrapper{
	float: left;
	width: 100%;
	height: 100%;
}
#contentcolumn{
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330000;
	border-left-color: #330000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	height: 100%;
	padding: 0px;
	width: 980px;
}

.innertube{margin: 0px; /* big no was 72 Margins for inner DIV inside each column (to provide padding)*/margin-top: 0;}

.bignumber {
	color: #ACA3A1;
	font-size: 48px;
	right: 10px;
	font-family: Verdana;
}
.bigdate {
	color: #CCCCCC;
	font-size: 18px;
	padding-top: 0.8em;
	font-family: Verdana;
}
.blackline{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.gogaga {
	color: #999999;
	font-size: 12px;
	font-family: Verdana;
	display: block;
	margin: 8px; 
}

.gogaga a{
	text-decoration: none;
	color: #999999; 
}
.gogaga a:visited{
	color: #999999;
}
.gogaga a:hover{
	color: #4CA7DF;
}

.gogagb {
	color: #999999;
	font-size: 10px;
	font-family: Verdana;
width:236px;
	margin: 6px;
	display:block;
}

.gogagb a{
	text-decoration: none;
	color: #999999; 
	display:none;
}
.gogagb a:visited{
	color: #999999;
}
.gogagb a:hover{
	color: #4CA7DF;
}

.gopress {
	color: #ACA3A1;
	font-size: 10px;
	font-family: Verdana;
	display: block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 2px;
}

.gopress a{
	text-decoration: none;
	color: #ACA3A1; 
}
.gopress a:visited{
	color: #ACA3A1;
}
.gopress a:hover{
	color: #4CA7DF;
}


.mail {
	color: #818181;
	font-size: 12px;
	font-family: Verdana;
	display: block;
	text-align: right;
}

.mail a{
	text-decoration: none;
	color: #818181;
	font-family: Verdana;
	padding: 0px;
}
.mail a:visited{
	color: #818181; 
}
.mail a:hover{
	font-family: Verdana;
	color: #4CA7DF;
	text-decoration: none;
}

#slider {
	position: relative;
}

#sidewrapper {
	width: 280px;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 500px;
	background-image: url(img/newspanelbg.gif);
	background-position: left top;

}
.scroll {
	height: 500px;
	width: 700px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}


.scrollContainer div.panel {
	height: 500px;
	width: 700px;
	}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
	display: list-item;
	text-align: right;
	width: 280px;
	height: 60px;
}

ul.navigation a {
	text-decoration: none;
	color: #4CA7DF;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	color: #529FE4;
	font-size: 11px;
	padding-right: 8px;
	padding-top: 22px;
	padding-bottom: 22px;
	display: block;
}

ul.navigation a:hover {
	background-image: url(img/newsidebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.navigation a.selected {
	background-image: url(img/newsidebghover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CCC;
}

ul.navigation a:focus {
    outline: none;
}
