html {
	overflow-y: scroll;
}

.bar {
	border-color: 000000;
	border-bottom-style: solid;
	border-bottom-width: 9px;
}

.archiveItems {
	font: italic 13px times;
	font-family: Times New Roman, serif;
}

.contacts{
	font: italic 13px times;
	font-family: Times New Roman, serif;
}


.title {
	color: 0099FF;
	font: italic 13px times;
	font-family: Times New Roman, serif;
}

.title a {
	color: 0099FF;
	text-decoration: none;
}

.publist{
	font: italic 13px times;
	font-family: Times New Roman, serif;
}

.padabit {
	padding-bottom: 2px;
	padding-top: 9px;
}

.blackbar {
	
	padding-bottom: 2px;
	padding-top: 7px;
	background-image: url(../images/1x9.jpg);
	background-repeat: repeat-x;
	width:100;
	
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}

.fixedBar
{
	padding-bottom: 2px;
	padding-top: 7px;
	background-image: url(../images/1x9.jpg);
	background-repeat: repeat-x;

	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;

	width:100;
}

.stretchedBar
{
	padding-bottom: 2px;
	padding-top: 7px;
	background-image: url(../images/1x9.jpg);
	background-repeat: repeat-x;

	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;

	width:475;
}


#main {
	font-family: Times New Roman, serif;
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 150px;
	height: 200px;
	width: 300px;
	margin-left: -150px; /* half of width */
	margin-top: -64px; /* half of height */ 
	background-color: #ffffff;
	text-align: center;
}



#picturedisplay{
    text-align: center;
    top: 150px;
    left: 50%;
 	width: 100%;
 	position: absolute;
	margin-left: -50%; /* half of width */
	margin-top: 0x; /* half of height */ 
}




a
{
	color: black;
	text-decoration: none;
}

a:hover {
	
	color: 0066FF;
}


a.selected 
{
	text-decoration: none;
	color:0066FF;
}


a.links {
	color: black;
	text-decoration: none;
}

a.links:hover {
	
	color: 0066FF;
}



#arch {
	font-family: Times New Roman, serif;
	background-color: #FFFFFF;
	height: 100px;
	width: 290px;
	text-align: justify;
	
}


.contentPanel {
	font-family: Times New Roman, serif;
	position: absolute;
	/* this will put the top left of the div in the centre of screen*/
	left: 50%;
	top: 235px;
	width: 325px;
	margin-left: 100px; /* half of width */
	margin-top: -120px; /* half of height */
	border-color: 000000;
	border-style: none;
	border-top-style: none;
	border-top-width: 9px;
	background-color: #ffffff;
	text-align: left;
	overflow-y: auto;
}

.contentPanel a
{
	font-family: Times New Roman, serif;
	font-size: 10;
}


.contentPanel p
{
	font-family: courier, Times New Roman, serif;
	font-size: 12;	
}


#newsContent
{
	text-align: left;
	padding: 1.8%;
	background-color: rgb(255, 255, 220);
}

#newsContent p
{
	font-family: courier, Times New Roman, serif;
	font-size: 12;	
}

#newsContent .date
{
	font-family: courier, Times New Roman, serif;
	font-size: 10;
}

#newsContent a 
{
	color: blue;
}

#newsContent img
{
	border: none;
}



