body {
	background: #037391;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
/*	color: #000066; */
}
/* default links styles */
/* visited and active shown by darker color, hover shown by removing underline */
a:link { color : #87C7D9;  text-decoration : underline;  }
/* a:link { color : #3D9FB4;  text-decoration : underline;  } */
a:visited { color : #00C7D9;  text-decoration : underline; }
/* a:visited { color : #3D9FB4;  text-decoration : underline; } */
a:hover { color : #87C7D9; text-decoration: none; }
/* a:hover { color : #3D9FB4; text-decoration: none; } */
a:active { color : #00C7D9;  text-decoration : none; }
/* a:active { color : #3D9FB4;  text-decoration : none; } */

#divLogo {
	position:absolute;
	left:0px;
	top:0px;
	width: 890px;
	padding: 0;
	margin: 0;
}
#divLogo img {
	margin: 0;
	padding: 0;
}
#divHeader {
	position:relative; 
	top: 0px; 
	width: 100%;
	height: 154px;
	background-image: url(../images/bgHeaderRepeat.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#divHeader img {
	padding-bottom: 10px;
}
#divContainer {
	position:relative; 
	top: 0px; 
	display:block; 
	margin: 0; 
	background-image: url(../images/bgSidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 65px;
}
#Left1 {
 	position: absolute;
 	bottom: 0px;
	width: 218px;
	height: 100px;
} 
#Left {
  position: absolute;
	bottom: 0px;
	width: 218px;
	height: 100%;
	background: url(../images/Leftbg.jpg) repeat-y;
	vertical-align: bottom;
}
#divLeft {
	background-image: url(../images/bgSidebarTop2.jpg);
	background-repeat: no-repeat;
	width: 218px;
	padding-top: 65px;
	padding-left: 0px;
	border: solid 0px;
}
#divRight {
	background-image: url(../images/bgRightBottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	width:180px; 
	padding: 4px 4px 234px 4px;
}
#divCenter {
	background-image: url(../images/Centerbg.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
}

.clear {clear:both;}

#divNavigation {
position: relative;
top: 52px;
left: 0px;
	background-image: url(../images/bgMenuLeft.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	width: 180px;
	/* height: 290px; */
	margin-left: 0px;
	padding-left: 37px;
	padding-bottom: 16px;
	border: solid 0px;
	vertical-align: middle;
}

fieldset legend {
	color: #fff;
	font-size: 0.9em;
}

#divCenter h1 {
	font-size : 1.4em;
	color : #fff;
}
#divCenter h2 {
	font-size : 1.2em;
	color : #fff;
	border-bottom : 1px dashed #3D9FB4;
	margin-bottom: 5px;
}
#divCenter h3 {
	font-size : 1.1em;
	color : #fff;
	font-weight : bold;
	font-style : italic;
}
#divCenter h4 {
	font-size : 1.0em;
	color : #fff;
	font-weight : bold;
	font-style : italic;
}
