body{
	
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
	font-size: 95%;
	font-family: georgia, times, "times new roman", serif;
	text-align: center;
	color:black;
   	background-color:#DFDFDF;

	
}

.colorblue{
	color: #182E6B;
}
#bodycanvas{
	
   	margin: 0 auto;
   	height: auto;
   	width: 902px;
   	text-align: left;
   	border: solid #C8C6C6 1px;
	background: url( ../images/.png) repeat-y;
	background-color: #DFDFDF;   
}

a:active, a:link, a:visited{
	color: #0072AE;
	text-decoration: none;	
}
a:hover{
	color: #182E6B;
	text-decoration: none;
}

#header{
	width: 900px;
	height:176px;
}

#headerleft {
	float: left;
	background: url( '../images/header_01.jpg') no-repeat;;
	width:445px;
	height:176px;
}

#headerright {
	float: left;
	background: url( '../images/header_02.jpg') no-repeat;
	width:455px;
	height:176px;
}

#headername{
	color: white;
	font-size: 26px;
	font-weight: bold;
	margin-top: 42px;
	margin-left: 75px;
}

#headermotto{
	color: white;
	margin-left: 75px;
}

#navigation{
	clear: both;
	width: 902px;
	height: 25px;
}

#navigationleft{
	float: left;
	width: 445px;
	height: 25px;
	background: url( '../images/index_03.jpg') no-repeat;
}

#navigationright{
	float: left;
	width: 455px;
	height: 25px;
	background: url( '../images/index_04.jpg') no-repeat;

}
#navigationdate{
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
	font-size: 11px;
}

#navigationshim{
	clear: both;
	width: 900px;
	height: 34px;
	background: url( '../images/index_05.jpg') no-repeat;	
	z-index: 0;
}

#bondycontent{
	clear: both;
	width: 900px;
	height: auto;
	/*background: url( '../images/index_07.jpg') repeat-y;	*/
	
}

#tabs{
	float: left;
	width: 150px;
	background-color: ;
	padding-left: 0px;
	margin-top:  0px;
	margin-left: 0px;
}

#tabslist{
	float: left;
	width: 150px;
	background-color: ;
	padding-left: 0px;
	margin-top:  -15px;
	_margin-top: 0px;
	margin-left: -40px;
}

#tabslist ul {
	list-style-type: none;
	
}

#tabslist li{
	list-style-type: none;
	width: 150px;
	padding-top: 0px; 
	padding-left: 0px;
	padding-right: 0px;
	background: url('../images/NavBackground.gif') no-repeat;
	font-size: 14px;
	font-weight: bold;
}
#tabslist li a {
	display: block;
	height: 23px;
	text-decoration: none;
}
#tabslist li a:active, #tabslist a:link, #tabslist a:visited {
  padding-left: 10px;
  padding-top: 2px;
  color: white;
  font-weight: bold;
}

#tabslist li a:hover{
  padding-left: 10px;
  color: #182E6B;
  font-weight: bold;
}

#tabslistrto{
	width: 150px;
	text-align: center;
}

#nrtimage{
	border: solid 1px gray;
}
#content{
	
	float: left;	
	width: 750px;
	background-color: ;
	background: url( '../images/contentbackground.png') repeat-y;	
	min-height: 400px;
	height: auto;
	_height: 400px;
	z-index: 5;
	padding-top: 8px;
}

#contentinclude{
	
	padding-left: 20px;
	padding-right: 20px;
}

#footershim{
	clear: both;
	width: 900px;
	height: 34px;
	background: url( '../images/index_09.jpg') no-repeat;	
}
#footer{
	clear: both;
	width: 900px;
	height: 36px;
}

#footerleft{
	float: left;
	width: 445px;
	height: 36px;
	background: url( '../images/index_10.jpg') no-repeat;

}

#footercopyright{
	color: #182E6B;
	font-size: 11px;
	padding-left: 25px;
}
#footercontact{
	color: #182E6B;
	font-size: 11px;
	padding-left: 25px;
}
#footerright{
	float: left;
	width: 455px;
	height: 36px;
	background: url( '../images/index_11.jpg') no-repeat;

}



