body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div#main {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 107px;
	z-index: 2;
}
div#header {
	overflow: hidden;
	position: absolute;
	height: 190px;
	width: 100%;
	left: 0px;
	top: 0px;
}
div#head1 {
	clear: both;
	height: 100px;
	width: 100%;
	background-color: #EFF7FF;
	background-image: url(../Layout/logo-bg.gif);
	background-repeat: repeat-x;
}
div#head2 {
	clear: both;
	height: 30px;
	width: 100%;
	z-index: 1;
	background-color: #295DB5;
}
div#head3 {
	clear: both;
	width: 100%;
	height: 29px;
	z-index: 1;
	background-color: #E6EDFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
div#head4 {
	clear: both;
	width: 100%;
	height: 29px;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
div#nav {
	position: absolute;
	width: 150px;
	left: 0px;
	top: 100px;
	z-index: 3;
	text-align: right;
}
div#footer {
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 30px;
	width: 100%;
	clear : both;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #295db5;
	border-bottom-color: #295db5;
	background-color: #E6EDFF;
	font-size: 10px;
	padding-top: 6px;
}
div#content {
	width: 608px;
	margin-left: 150px;
}
div#sub_nav {
	clear: both;
	height: 30px;
	width: 608px;
	color: #FFFFFF;
	margin-left: 5px;
}

