body{
	margin:0px 0px 0px 0px;
	background: #1b2c48;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: left;
	min-width: 1000px;
	z-index: 0;
}


#wrapper{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	border: 0px solid White;
	text-align: left;
	z-index: 0;
}
#header {
	width: 100%;
	height: 66px;
	background: url(images/header.gif) no-repeat center top;
	border: 0px solid White;
	z-index: 0;
}
#footer{
	width: 100%;
	height: 30px;
	color: White;
	text-align: center;
	padding-top: 15px;
	border: 0px solid White;
	vertical-align: middle;
	z-index: 0;
}
#navigation{
	width: 850px;
	text-align: left;
	padding: 3px 5px 2px 10px;
	border: 0px solid Black;
	border-bottom: 1px dashed #1C2C48;
	color: #1C2C48;
}
#navigation a,a:link,a:visited{
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #5294CA;
}
#navigation a:hover{
	text-decoration: underline;
	color: #1C2C48;
}

#contentWrap{
	text-align: left;
	width: 850px;
	height: 450px;
	margin-left: 75px;
	border: 0px solid White;
	background: White url(../images/bg.gif) repeat left top;
	overflow: hidden;
	z-index: 0;
}
#content{
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 835px;
	height: 415px;
	padding: 5px 5px 10px 10px;
	border: 0px solid Black;
	background: transparent;
	word-wrap: break-word;
	word-break: normal;
	z-index: 0;
	overflow-y: auto;
	color: #1C2C48;
	vertical-align: top;
}

#contentBg{
	width: 815px;
	height: 460px;
	color: #1C2C48;
}