body {
margin : 0;
padding : 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
line-height: 140%;
color:#555; }

.centerdiv {
margin-left: auto;
margin-right: auto;

}


#banner {
	width : 750px;
	height : 115px;
	margin : 0 auto;
	padding : 0;
	color : #333;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#icontent {
	padding: 15px;
	background-color: #FFF;

	
}
#footer {
	clear : both;
	font-size : 85%;
	margin : 0 0 0 0;
	padding: 5px 10px 15px 10px;
	text-align : left;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #2f8dde;
}


#footer a:link, #footer a:visited, #navlist a:link, #navlist a:visited, a:link, a:visited {
color : #2f8dde;
font-weight: bold;
background : inherit;
text-decoration : none;
}
#footer a:hover, #navlist a:hover, a:hover {
color : #004d75;
background : inherit;
text-decoration : none;
}


a img {
border : 0;
}

p {
margin : 10px;
}
h1 {
	font-size: 20px;
	color: #02A89B;
	line-height: 24px;
	margin : 10px;

}

.h1_no_underline {
	font-size: 20px;
	color: #02A89B;
	line-height: 24px;
	margin : 10px;

}



h2 {
	font-size: 18px;
	color: #02A89B;
	margin : 10px;	
}

.h2 {
	font-size: 18px;
	color: #02A89B;
	margin : 10px;	
}

h3 {
	font-size: 16px;
	color: #02A89B;
	margin : 10px;

	}

.h3_normal {
	font-size: 16px;
	color: #02A89B;
	margin : 10px;

	}
	.h3_no_margin {
	font-size: 16px;
	color: #02A89B;
	margin : 0px;

	}
h4 {
	font-size: 14px;
	color: #02A89B;
	letter-spacing: -0.5px;
	margin : 10px;
	}
	.h4 {
	font-size: 14px;
	color: #02A89B;
	letter-spacing: -0.5px;
	margin : 10px;
	}

h5 {
	font-size: 13px;
	color: #02A89B;
	margin : 10px;
}
.h5 {
	font-size: 13px;
	color: #02A89B;
	margin : 10px;	
}


 
a.section:link { color: #ffffff; font-weight: bold; font-style: normal; text-decoration: none; }
a.section:visited { color: #ffffff; font-weight: bold; font-style: normal; text-decoration: none; }
a.section:hover { color: #ffffff;  font-weight: bold; font-style: normal;  text-decoration: underline; }
a.section:active { color: #ffffff;  font-weight: bold; font-style: normal; text-decoration: none; }

a.definition:link { color: #555555;text-decoration: none; border-bottom:2px dashed #898989;}
a.definition:visited { color: #555555; text-decoration: none; border-bottom:2px dashed #898989;}
a.definition:hover { color: #555555; text-decoration: none; border-bottom:2px dashed #898989; }
a.definitionn:active { color: #555555;  text-decoration: none; border-bottom:2px dashed #898989; }

#menu {
	
	height: 53px;
padding-left: 164px;
padding-top: 15px;

background: #fff url('../images/border1.gif') repeat-x bottom right;


		
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
	
}

#menu li {
	float: left;

	
}


#menu ul .borderless {
  
	border-right: none;

}


#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-top: 8px;
	margin-right: 2px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	padding-top: 10px;
	padding-right: 13px;
	padding-left: 13px;
	text-align: center;
	
}

#menu a:hover {
	border-right: none;
	color: #ffffff;
	background: url(../images/menu_r.gif) repeat-x;

}
#menu ul .current a{

	border-right: none;
		color: #ffffff;
		background: url(../images/menu.gif) repeat-x;

}
#menu ul .current a:hover{
	border-right: none;

		color: #ffffff;
		background: url(../images/menu_r.gif) repeat-x;

}
#menu ul  a{

	border-right: none;
		color: #ffffff;
		background: url(../images/menu.gif) repeat-x;

}
#menu ul  a:hover{
	border-right: none;

		color: #ffffff;
		background: url(../images/menu_r.gif) repeat-x;

}

.bold {font-weight: bold; color: #292929;}
.italic {font-style:italic;}
.amendment {font-style:italic; color: #a50000;}
.shaded_box { background-color:#e2efec; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}

#icontent ul {
list-style-image: url(../images/bullet.gif);

}
#icontent ul li {
    padding-left: .5em;
    margin-bottom: .5em;
}
