body { text-align: center; }
a:link    {
	/* Applies to all unvisited links */
  text-decoration:  none;
	font-weight:      bold;
	background-color: #transparent;
	color:            #000077;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #transparent;
  color:            #330000;
  } 
a:hover   {
	/* Applies to links under the pointer */
  text-decoration:  none;
	font-weight:      bold;
	background-color: transparent;
	color:            #990000;
  } 
a:active  {
	/* Applies to activated links */
  text-decoration:  none;
	font-weight:      bold;
	background-color: 000000;
	color: #FFF;
  }
#wrapper {
	background-image: url(../images/gradient9.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	padding-top: 10px;
	margin-top: 20px;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	position: relative;
}
#wrapperindex {
	background-image: url(../images/gradient7.png);
	background-position: center top;
	height: 800px;
	padding-top: 10px;
	margin-top: 20px;
	width: 1040px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#circlelogo {
	background-image: url(../images/circlelogo2.png);
	height: 565px;
	background-repeat: no-repeat;
	z-index: 150;
	top: -20px;
	position: ;
	background-position: center;
	width: 1000px;
	text-align: center;
	position: absolute;
	float: left;
}
#body {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	position: relative;
	text-align: left;
}
#footer {
	height: 30px;
	background-color: #300;
	color: #CCC;
	width: 800px;
	float: right;
	position: relative;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	top: -10px;
	z-index: 101;
	text-align: left;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 40px;
	z-index: 140;
	position: static;
}
#headerleft {
	height: 100px;
	width: 180px;
	margin-top: 10px;
	float: left;
	z-index: 30;
}
#menu {
	margin-top: 25px;
	font-weight: bold;
	margin-left: -15px;
}
#headerright {
}
#bodyleft {
	width: 600px;
	height: auto;
	margin-top: 50px;
	float: left;
	position: absolute;
	z-index: 140;
}
#bodyright {
	float: right;
	width: 370px;
	position: relative;
	z-index: 1000;
	margin-top: 50px;
}
#information {
	font-size: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	z-index: 200;
	position: relative;
}
