body { background-color:#FFFFFF;font-family:Arial; margin:0px; padding:0px; text-alignment:center;}

#myWrapper{
	min-height			: 1000px;
	width				: 942px;
    margin				: 0 auto;
    position			: relative;
	clear				: left;
}
#myWrapperFoot{
	ont-size:8pt; 
	color:#AAA;
	height			: 20px;
	width				: 942px;
    margin				: 0 auto;
    position			: relative;
	clear				: left;
}

.main-content{
	width:1000px;
	margin:0px auto;
	text-align:left;
}
.header{
	background-image: url(img2/_header.gif);
	background-repeat:no-repeat;
	height: 259px;
	width: 1000px;
}
.greenline{
	background-image: url(img2/_greenline.gif);
	background-repeat:repeat-x;
	height: 259px;
}
.navigation-bg{
	width: 197px;
	position:relative;
	min-height:50px;
	background-color:#bababa;
	padding-top:20px;
}
.navigation-gradient{
	background-image: url(img2/_navbg.gif);
	height:200px;
	width:197px;
	position:relative;
	background-repeat:no-repeat;
}
.navigation-button{
	background-image: url(img/_navigation.gif);
	height: 22px;
	width: 197px;
	border:1px #9b9b9b solid;
	margin-bottom:8px;
}
.link{
	color:#FFF;
	padding:10px;
	text-decoration:none;
	font-family:Arial;
	font-size:10pt;
}
.link:hover{
	color:#023A7C;
	padding:10px;
	text-decoration:none;
	font-family:Arial;
	font-size:10pt;
}
.link:active{
	color:#023A7C;
	padding:10px;
	text-decoration:none;
	font-family:Arial;
	font-size:10pt;
}
.content{
	width:700px;
	padding-left:10px;
	border:1px solid black;
}
.sublink{
	color:#023A7C;
	padding:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10pt;
}
.sublink:hover{
	color:#FFF;
	padding:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10pt;
}
.navigation-button-sub{
	height: 22px;
	background-image: url(img/_navigation.gif);
	width: 197px;
	margin-bottom:4px;
	border:1px #9b9b9b solid;
}
.img-square{
	 background-image: url(img/_square.gif);
	 background-repeat:no-repeat;
	 height	: 5px;
	 width	: 5px;
	 position:relative;
	 left:15px;
	 top:-2px;
 }
