body {
	padding: 10px;
	}

a {
	text-decoration:underline;
	color:white;
	}

a.menu {
	color:black;
	font-stretch:extra-expanded;
	font-size:20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-left:3px;
	padding-right:3px;
	background-color:white;
	text-decoration:none;
	}

a:link {
	color:black;
	}

a:visited {
	color:#292C29
	}

a:hover {
	background-color:yellow;
	}

div.center {
	width: 1000px;
	background-color: lightblue;
	text-align:left;
	}

div.header {
	text-align:center;
	background-color: lightsteelblue;
	padding-bottom:4px;
	padding-left:2px;
	margin-bottom:10px;
	border-width:3px;
	border-top-width:10px;
	border-style:solid;
	border-color:steelblue;
	}

div.footer {
	clear:both;
	background-color: lightsteelblue;
	padding:2px;
	border-width:3px;
	border-bottom-width:10px;
	border-style:solid;
	border-color:steelblue;
	}

div.embedded_shoutbox {
	background-color: white;
	width: 30%;
	float:right;
	border-width: 2px;
	border-style: solid;
	border-color: steelblue;
	}
	
div.content {
	width: 68%;
	border-width: 2px;
	border-style: solid;
	border-color: steelblue;
	margin-bottom: 10px;
	}

div.innerContent {
	padding-left: 4px;
}

h2.headline {
	background-color:lightsteelblue;
	margin-top:0px;
	}
	
.list1 {
  background-color:#E8E8E8;
}

.list2 {
  border-width:2px;
  border-style:solid;
  border-color:#4682B4;
  font-size:10pt;
  background-color:white;
}

.boxBorder {
  padding:2px;
  font-size:10pt;
  border-width:2px;
  border-style:solid;
  border-color:#4682B4;
}
	
