body {
	font-family: sans-serif;
	background-color: #808080;
}


#container {
	margin: 0 auto;
	width: 1000px;
	margin-top: 20px;
	background-color: #fff;
	border: 5px solid #fff;
	overflow: auto;
	min-height: 2000px;
}

.advert {
	text-align: center;
	position: relative;
}

#headercontainer {
	background-image: url('./images/background.png');
	background-repeat: repeat;
	height: 120px;
	width: 100%;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
}

#printerlogo {
	display: none;
}

#slogan {
	position: absolute;
	top: 95px;
	left: 160px;
}

.picturelink img {
	border: 0px;
}
#navigation1container {
	margin-bottom: 3px;
	background-color: #eaf3fd;
}

#navigation2container {
	margin-bottom: 3px;
	background-color: #316ac5;
	position: relative;
}

#navigation1container ul, #navigation1container li, #navigation2container ul, #navigation2container li  {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	
}

#navigation1container li.selected a {
	background-color: #316ac5;
	color: #fff;
}

#navigation2container li.selected a {
	background-image: url('./images/menuselected.gif');
	color: #fff;
}

#navigation1container a {
	padding: 5px;
	font-weight: bold;
	color: #316ac5;
	text-decoration: none;
}

#navigation1container a:hover {
	color: #fff;
	background-color: #316ac5;
}

#navigation2container a {
	padding: 5px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navigation2container a:hover {
	color: #fff;
	background-image: url('./images/menuselected.gif');
}




#contentcontainer {
	width: 600px;
	margin-top: 10px;
	position: relative;
	min-height: 900px;
	font-size: 12px;
}

#contentcontainer h1 {
	font-size: 30px;
	color: #316ac5;
	background-image: url('./images/h1background.gif');
	background-repeat: no-repeat;
	margin-top: 2px;
	padding-left: 2px;
}

#contentcontainer h2 {
	font-size: 18px;
	color: #316ac5;
}

#contentcontainer img {
	border: 1px solid lightblue;
	padding: 1px;
}

#contentcontainer ul li {
	list-style-image: url('./images/bullet.gif');
}


#floatrightsection {
	float: right;
	position: relative;
	width: 175px;
	top: 2px;
}

#floatrightsection ul li {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12px;
	padding: 0px 0pt 0pt;
}

#floatrightsection a {
	color: #316ac5;
	text-decoration: none;
}

#floatrightsection a:hover {
	color: #dd0000;
}


#floatrightsection .bullettitle {
	font-size: 12px;
	font-weight: bold;
	color: #316ac5;
	background-image: url('./images/smalltitle.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 20px;
}

#imagecontainer {
	text-align: right;
	
}

#navigation3container {
	width: 100%;
	height: 18px;
	background-image: url('./images/h1background.gif');
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #316ac5;
	position: relative;
}

#navigation3container a {
	text-decoration: none;
}

#navigation3container a:visited {
	color: #316ac5;
}

#navigation3container a:hover {
	color: #dd0000;
}

#navigation3container img {
	border-style: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}


#navigation3container .navleft {
	text-align: left;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#navigation3container .navmiddle {
	text-align: center;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 200px;
}

#navigation3container .navright {
	text-align: right;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 400px;
}

#timestamp {
	font-size: 10px;
}
#icons img {
	padding: 0px;
	border-style: none;
	vertical-align: bottom;
}

#icons a {
	text-decoration: none;
}

#rightcolumnContainer {
	width: 398px;
	position: absolute;
	top: 20px;
	left: 602px;

}

.splitter {
	position: relative;
	width: 100%;
	border-top-style: dotted;
	border-width: 1px;
	border-color: #316ac5;
	margin-top: 2px;
	margin-bottom: 2px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.storyPreview {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
	vertical-align: top;
	overflow: auto;
}

.storyPreview h2 {
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 0px;
}

#contentcontainer a {
	text-decoration: none;
	color: #316ac5;
}

#contentcontainer a:hover {
	color: #dd0000;
}

.storyPreview img {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

.storyPreview > .datetime {
	font-weight: bold;
	font-size: 9px;
}

.storyPreview > .small h2 {
	font-size: 10px;
}

.wide {
	width: 100%;
}

.small {
	width: 49%;
	min-height: 85px;
}

#menuYears , #menuMonths {
	width: 100%;
	background-color: #316ac5;
	font-weight: bold;
	margin: 3px;
}

#menuYears a , #menuMonths a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#menuYears a:hover , #menuMonths a:hover  , .selected {
	background-image: url('./images/menuselected.gif');
}

#menuYears ul, #menuYears li , #menuMonths ul, #menuMonths li {
	display: inline;
	padding: 3px;

}

#footercontainer {
	font-size: 8px;
	font-family: sans-serif;
	text-align: center;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto;
	width: 1010px;
	overflow: auto;
	border-top: 1px dotted #316ac5;
	
}

#footercontainer ul , #footercontainer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footercontainer a {
	text-decoration: none;
	color: #316ac5;
}

#footercontainer a:hover {
	color: #dd0000;
}

button {
	background-image: url('./images/button.gif');
	border: 1px solid #316ac5;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	margin: 2px;
}

button:hover {
	color: #dd0000;
}

.pagenumbers li {
	display: inline;
	list-style: none;
	border: 1px solid #316AC5;
	padding: 3px;
}
