body {
	text-align: center;
	background-color:#FFFFFF;
	font-size: 10px;
	background-image: url(background.gif);
	background-position: center;
}
#wrapper {position: relative; width: 760px; margin: 0 auto; text-align: left; }
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
p.c2 {
	text-align: justified;
}
p.c3 {
	text-align: center;
}
a:visited, a:link {
	color:#0099CC;
}
a:active {
	color: #FFCC00;
}
a:hover {
	color: #FF9900;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
h2
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.LeftAlign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.GreyCenterBox { /* this is the box that actually contains the text */
	width: auto;
	height: auto;
	background-color: #CCCCCC;
	margin: 0 auto;
}
.GreyBorderBox { /* this is the box aroung the box that contains the text and is a little darker in color */
	border-bottom: 15px solid #999999;
	border-left: 5px solid #999999;
	border-right: 5px solid #999999;
	border-top: 5px solid #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 500px;
	height: auto;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.CenterBox {
	text-align: center;
}
div.LeftBox {text-align: left}
.BlueCenterBox { /* this is the box that actually contains the text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	height: auto;
	background-color: #CCFFFF;
	text-align: center;
	margin: 0 auto;	
}
.BlueBorderBox { /* this is the box aroung the box that contains the text and is a little darker in color */
	border-bottom: 15px solid #0099CC;
	border-left: 5px solid #0099CC;
	border-right: 5px solid #0099CC;
	border-top: 5px solid #0099CC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 311px;
	height: auto;
	background-color: #CCFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.DarkBlueCenterBox { /* this is the box that actually contains the text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	height: auto;
	background-color: #006666;
	text-align: center;
	margin: 0 auto;	
}
.DarkBlueBorderBox { /* this is the box aroung the box that contains the text and is a little darker in color */
	border-bottom: 15px solid #006666;
	border-left: 5px solid #006666;
	border-right: 5px solid #006666;
	border-top: 5px solid #006666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 311px;
	height: auto;
	background-color: #006666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.BlueCenterBox2 { /* this is the box that actually contains the text */
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: auto;
	background-color: #CCFFFF;
	text-align: center;
}
.BlueCenterBox2 p { /* this is the box that actually contains the text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 311px;
	height: auto;
	background-color: #CCFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.BlueBorderBox2 { /* this is the box aroung the box that contains the text and is a little darker in color */
	border-bottom: 15px solid #0099CC;
	border-left: 5px solid #0099CC;
	border-right: 5px solid #0099CC;
	border-top: 5px solid #0099CC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: auto;
	height: auto;
	background-color: #CCFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ShadowBox { /* this is the box aroung the box that contains the text and is a little darker in color */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.ShadowBox p { /* this is the box aroung the box that contains the text and is a little darker in color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	width: 400px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
#div1 {
	width: 321px;
	padding: 5px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

#div3 {
	position: absolute;
	top: 5px;
	left: -10px;
	width: 100%;
}

#div3 p {
	width: 311px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
	
#div3 span {
	display: block;
	margin: 0px 0px 0px 20px;
}
.BoxHangLeft {
	float: left;
	height: auto;
	width: auto;	
}
.BoxHangRight {
	float: right;
	height: auto;
	width: auto;	
}
.BoxHangHolder {
	float: none;
	height: auto;
	width: auto;
	clear: both;
	display: inherit;
	position: relative;
	overflow: visible;
}