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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-color:#efefef;	
}

.aboutitems p a, .aboutitems p a:hover{color:#006600;font-weight:normal;}
.aboutitems p{margin-top: 3px;	margin-bottom: 9px;}

table {
	font-size:80%;
}

.warning {
	color:red;
	}
	
.container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-image:url(images/pagebackgroundmiddle.jpg);
}

.containertop {
	height: 43px;
	width:1024px;
	margin: 0 auto;
	margin-top:2%;
	background-image:url(images/pagebackgroundtop.jpg);
}

.containerbottom {
	height: 7px;
	width:1024px;
	margin: 0 auto;
	margin-top:-2.5em;
	background-image:url(images/pagebackgroundbottom.jpg);
}

#containerlanding {
	width: 1024px; 
	height: 768px; 
	margin: 0 auto; 
	margin-top:2%;
	text-align: left; 
	background-image:url(images/landingpagebackground.jpg);
}

.imagecontainer {
	width:720px;
	height: 720px;
	float:left;
	margin-top: 60px;
	margin-left: 366px;
	overflow:hidden;
	color:#000000;
	font-weight:normal;
	font-size:75%;
}

.imagecontainer2 {
	width:722px;
	height: 780px;
	float:right;
	margin-right:30px;
	overflow:hidden;
	color:#000000;
	font-weight:normal;
	font-size:75%;
}

a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

.decadelist {
	font-weight:regular;
}

/*
a:hover  {
	color:#ff0000;
	font-weight:bold;
	}
*/
.clear {
	clear:both;
}
