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

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	width: 1100px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003333;
	border-left-color: #003333;
}
#wrapper #banner {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #0033FF;
}
#wrapper #flash {
	background-color: #0033FF;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #0033FF;
}
#wrapper #body {
	background-color: #E5E5E5;
	text-align: left;
	color: #003300;
}
#wrapper #body #leftnavigation {
	float: left;
	width: 152px;
	background-color: #ECE9D8;
	background-repeat: repeat;
	padding: 0px;
	margin-top: 5px;
}
#wrapper #body #leftnavigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 45px;
	width: 141px;
	line-height: 44px;
	background-image: url(../images/button.jpg);
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#wrapper #body #leftnavigation a:hover {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#wrapper #body #text {
	float: right;
	width: 915px;
	text-align: left;
	padding: 15px;
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #00CCFF;
	font-size: medium;
	color: #003300;
}

#wrapper #body #text li {
	list-style-position: inside;
}
#apDiv1 {
	position:absolute;
	left:466px;
	top:398px;
	width:639px;
	height:238px;
	z-index:1;
}


#wrapper #body #footer {
	clear: both;
	height: 40px;
	text-align: center;
	background-image: url(../images/footerbg.gif);
	background-position: top;
	color: #00FFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	font-weight: bolder;
}
#wrapper #Copywrite {
	text-align: center;
	height: 30px;
	text-decoration: none;
}
