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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #000040;
	line-height: 150%;
	background-image: url ("../images/pgbkgrd.jpg")
	background-repeat: repeat-x;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
    border: none;
	vertical-align: bottom; /*add this for IE6/7*/
}

a:link {
	color: #439EBF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #439EBF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #699
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #439EBF;
	font-weight: bold;
}

#container_wrap {
	margin: 0 auto;
	width: 856px;
	text-align: center;
	background-image: url("../images/copy-bkgrd.jpg");
	background-repeat: repeat-y;
}

#container {
	margin: 0 auto;
	width: 856px;
	text-align: center;
}

#header {
	margin: 0 auto;
	width: 856px;
	text-align: left;
	overflow:hidden; /*contain floated columns*/
}

#header img {vertical-align:bottom}/*add this for IE6/7*/

#head2 {
	width: 856px;
	height: 259px;
	background-image: url("../images/headimg.jpg");
}

#slice {
	height: 11px;
	width: 856px;
}

#slice2 {
	height: 15px;
	width: 856px;
}
#footer {
	margin: 0 auto;
	width: 856px;
	text-align: center;
	min-height: 100%;
	clear: both;
	height: 128px;
}

#sidebar {
	width: 420px;
	text-align: center;
	float: right;
	z-index: 5;
	position: relative;
}

#mainContent {
	float: left;
	width: 436px;
	z-index: 5;
	text-align: left;
}

#content_wrap {
	margin: 0 auto;
	width: 386px;
	z-index: 5;
	padding-left: 33px;
	padding-right: 10px;	
}

#side_text {
	margin: 0 auto;
	width: 367px;
	z-index: 6;
	text-align: left;
	padding-left: 33px;
	padding-right: 20px;
}


