body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 1003px;
	background-color: #333333;
}
#wrapper {
	text-align: left;
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	z-index: 1;
}
#header {
	position: relative;
	top: 0px;
	width: 100%;
	height: 14px;
	z-index: 5001;
	background-color: #808285;
}
#navigation {
	position: relative;
	top: 0px;
	background-image:url(../images/logo_nav.gif);
	background-repeat: no-repeat;
	height: 114px;
	width: 100%;
	z-index: 4999;
}	
#movie {
	position: relative;
	top: 0px;
	clear: both;
	z-index: 4000;
}

#main {
	position: relative;
	top: 0px;
	width: 1003px;
}
#sidebar1 {
	float: left;
	left:0;
	width: 1003px;
	height: 431px;
	background-image:url(../images/client_bg.jpg);
}
p.sidebar1 {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 2.5em;
}
.sidebar1 ul {
	display: block;
	position: relative;
	list-style-type: none;
}

.sidebar1 li {
	position: relative;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 5px 0 2px 5px;
	line-height: 1em;
	font-weight: bold;
	color: #002d62;
	
}
.h1sidebar1 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 2.5em;
	padding: 15px 0 35px 0;
}
.blacktext {
	color: black;
}

.sub {
	position: relative;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 40px;
	line-height: 1.5em;
	color: #47a0d9;
}
.sub ul {
	display: block;
	position: relative;
}
.sub li {
	position: relative;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 40px;
	line-height: 1.5em;
	color: #47a0d9;
}
p.view {
	color: #002d62;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 25px 5px 25px;
	line-height: 3.5em;
}
p.view a:link {
	text-decoration: none;
	color: #002d62;
}
p.view a:visited {
	color:#002d62;
	text-decoration:none;
}
p.view a:hover {
	color:#666666;
}
p.view a:active {
	color:#666666;
}
.h1sidebar2 {
	color: #002d62;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
#footer {
	position: relative;
	top: 0px;
	clear: both;
	height: 34px;
	background-color: #808285;
	z-index: 0;
}
#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #d5d7d8;
	margin: 0;
	vertical-align:middle;
	padding: 11px 0 0 20px;
	background-color: #808285;
}
#top_corner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	margin: 0px;
	float: left;
	z-index: 5000;
}
#bottom_corner {
	position: absolute;
	top: -226px;
	right: 0px;
	float: right;
	height: 0px;
	z-index: 5003;
}


#footer_nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #808285;
	text-align: center;
	padding-top: 20px;
	clear: both;
	height: 34px;
	background-color: #333333;
	z-index: 0;
}

#footer_nav a:visited {
	color: #808285;
	text-decoration: none;
}
#footer_nav a:link {
	color: #808285;
	text-decoration: none;
}
#footer_nav a:hover {
	color: #ffffff;
	text-decoration: none;
}