body {
	margin: 0px auto;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	color: #003333;
	background-color: #FFFFFF;



}
#tableHead {
	height: 100px;
	width: 100%;

}
#tableHeadImage {
	background-image: url(../images/worldarchive-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 100%;

}
#tableHeadImage2 {
	background-image: url(../images/worldarchive-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 100%;

}
#tableHeadImage3 {
	height: 100px;
	width: 100%;
	position: relative;
	top: -100px;


}
.announcement {
	font-family: Arial;
	text-align: center;
	font-size: 12px;
	padding: 3px;
	margin-right: auto;
}
#headerBar {
	width: 99%;
	height: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;


}
.headButtons {
	font-size: 14px;
	float: right;

}
.headSearch {
	font-family: Arial;
	font-size: 14px;
	float: left;

}
.contentTable {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
.entryTable {
	background-color: #B3D2FD;
	border: 1px outset #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;



}

.itemTable {
	background-color: #FFFFFF;
	border: 1px inset #000000;
	font-size: 12px;
	padding: 3px;
	margin: 10px auto;
}
.itemTable h3 {
	padding: 0;
	margin: 0;
}
.itemTable p {
	margin-top: 3px;
	margin-bottom: 0px;
}
a {
	color: #007575;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.error {
	color: #FF0000;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.boxOutline {
	border: 1px solid #000066;
	margin: 1px;

}
.smalltext {
	font-size: 11px;
}
.latestSmalltext {
	font-size: 11px;
}
.latestBoxOutline {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.postTitle {
	font-size: 18px;
	font-weight: bold;
}
.headerBar {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #DFE3DF;
	padding-bottom: 3px;
	padding-top: 3px;


}
form {
	margin: 0px;
	padding: 0px;
}

.imageBorder1 {
	border: 1px none #000000;
}
.imageBorder2 {
	border: 1px none #000000;
}

.footer {
}
.userMenu {
	width: 100%;
	padding: 3px;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;

}
.userMenu a:link {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.userMenu a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.userMenu a:hover {
	font-size: 12px;
	text-decoration: none;
	background-color: #FFF1D5;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #FFD784;
	border-right-color: #FFD784;
	border-bottom-color: #FFD784;
	border-left-color: #FFD784;
	color: #000000;

}
.hline {
	border: 1px dotted #666666;
	margin-top: 3px;
	margin-bottom: 3px;
}


.loginForm {
	border: 1px solid #781351;
	width: 190px;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 5px;
	padding-right: 5px;
}
.loginForm p {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;

}

.loginForm legend {
	color: #000000;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
	font-weight: bold;

}

.loginForm label {
	width: 4em;
	float: left;
	margin-right: 0.5em;
	display: block;
	text-align: left;
}

.loginForm input {
	color: #781351;
	background: #fee3ad;
	border: 1px inset #781351;
	vertical-align: text-top;
}
.submitButton {
	text-align: center;
}

.submitButton input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 15px;
}

.checkboxButton {
	text-align: left;
}
.checkboxButton label {
	width: 10em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	vertical-align: text-top;
}

.checkboxButton input {
	color: #000;
	background-color: #B3D2FD;
	border: 1px solid #B3D2FD;
}



.newsTitle {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;

}
.newsItem {
	margin: 5px;
	border: 1px solid #003333;
	padding: 2px;


}
.newsDate {
	font-size: 10px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
.newsText {
	font-size: 12px;
	padding: 3px;
}
.newsText p {
	margin-top: 4px;
	margin-bottom: 4px;

}
.newsText ul {
	list-style-type: circle;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2em;
	padding-left: 0px;





}
.newsText li {
	margin-left: 0px;
	padding-left: 0px;



}
.readmore {
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.memoryNickname {
	font-size: 10px;
	font-weight: normal;
}
.userstring {
	text-align: center;
	font-size: 10px;

}
