html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	height: 100%;
	font-size: 74%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #001A7B;
	background-color : #FFF;
}
/* default links styles */
a:link { color : #666;  text-decoration : underline;  }
a:visited { color : #666;  text-decoration : underline; }
a:hover { color: #666; text-decoration: none;  }
a:active { color : #666;  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: 157px;
	background-image: url(../images/bgHeaderRepeat.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#divHeader1 {
	position:relative; 
	top: 0px; 
	height: 157px;
	background: url(../images/bgHeaderRight1.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border: solid 0px;
}
#divHeader img {
	padding-bottom: 10px;
}
#divContainer {
	position:relative; 
	top: 0px; 
	display:block; 
	margin: 0; 
	background: url(../images/Rightbg.jpg) repeat-y top right;
}
#Left1 {
 	position: absolute;
 	background-image: url(../images/bgLeftBottom.jpg);
 	bottom: 0px;
	width: 187px;
	height: 244px;
} 
#Left {
  position: absolute;
	bottom: 0px;
	width: 187px;
	height: 100%;
	background: url(../images/Leftbg.jpg) repeat-y;
	border: solid 0px;
	color: #fff;
}
#divLeft {
	background: url(../images/bgSidebarTop2.jpg);
	background-repeat: no-repeat;
	width: 172px;
	padding-top: 15px;
	padding-left: 13px;
	border: solid 0px;
	color: #fff;
}
#Right {
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute; 
	background: url(../images/Rightbg.jpg) repeat-y;
	width: 210px;
	height: 100%;
	border: solid 0px;
	color: #FFF;
	
}

#divRight {
	background: url(../images/Rightbg.jpg) repeat-y;
	background-position: right bottom;
	border-left: 0px solid #e9b219;
	border-bottom: 0px dashed #001A7B;
	width: 202px; 
	padding: 24px 4px 200px 4px;
	color: #FFF;
	z-index: 1;
}
#divRight a:link,#divRight a:visited { color : #f1b500;  text-decoration : underline; }
#divRight a:hover, #divRight a:active { color : #f1b500;  text-decoration : none; }

#divCenter {
	background: url(../images/Centerbg.jpg);
	background-repeat: no-repeat;
	padding: 0px 7px 0px 7px;
	border: solid 0px;
}

.clear {clear:both;}

#divNavigation {
	top: -65px;
	left: 0px;
	background-image: url(../images/bgMenuLeft.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	width: 167px;
	margin-left: 0px;
	padding-left: 0px;
	border: solid 0px;
	vertical-align: middle;
}

fieldset legend {
	color: #FFFFFF;
	font-size: 0.9em;
}

fieldset {
	border: solid 1px #f1b500;
	padding: 8px;
}

div.Bordered {
	border: solid 1px #f1b500;
	margin: 0 auto;
}

#divCenter h1 {
	font-size : 1.4em;
	color : #001A7B;

}
#divCenter h2 {
	font-size : 1.3em;
	color : #001A7B;
	border-bottom : 1px dashed #001A7B;
	margin-bottom: 5px;

}
#divCenter h3 {
	font-size : 1.2em;
	color : #001A7B;
	font-weight : bold;
	font-style : italic;
	
}
#divCenter h4 {
	font-size : 1.1em;
	color : #001A7B;
	font-weight : bold;
	font-style : italic;

}
*#divCenter fieldset legend {
  color: #001a7b;
  font-size: 0.9em;
}*
