@charset "utf-8";
/* ReadyAtlantic.org - css */
@media print {
body {
 font-family: "Times New Roman", Times, serif;
 font-size: 14px;
}
/*============== homepage ===================*/
#headerContainer  {
	display:none;
}
.headerprint {
	width: 100%;
	margin-bottom: 2px;
	height: 75px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #0397DF;
}
.menu {
    display:none;
}
a:link {
	color: #006699;
	text-decoration:none;
}
a:visited {
	color: #006699;
	text-decoration:none;
}
h4 {
	font-family: Calibri, Arial, Verdana;
}
.mainN {
	margin-right: auto;
	margin-left: auto;
	margin: 0px;
	padding: 0px;
}
.maintitle {
	font-family: Calibri, Arial, Verdana;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	color: #333333;
	text-transform: capitalize;
	text-align: right;
	padding-top: 45px;
	margin-right: 5px;
}
.maintitleHM {
	font-family: Calibri, Arial, Verdana;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	color: #333333;
	text-transform: capitalize;
	text-align: right;
	margin-top: -35px;
	margin-right: 5px;
	
}
.maincontentSecondtop {
	background-image: url(../graphics/headerprint1.jpg);
	background-position:left;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 2px;
	margin-top: -20px;
	height: 75px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #0397DF;
}
.imgPdfloatrgt {
	display: none;
}
.noprint {
	display: none;
}
#noprint {
	display: none;
}
.hppara {
	margin: 20px;

}
#containerleft {
	display: none;
	}
#containerright-red {
	padding: 0px;
	width: 200px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #FFFFCC;
	margin-right: 5px;
	float: right;
}
#containerright {
	background-image: url(../graphics/divider2.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 0px;
	width: 200px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #FFFFCC;
	margin-right: 5px;
	float: right;
}
#footercontainer1 {
	display: none;
}
.footercontent {
    margin-top: 15px;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Verdana, Arial, serif, sans-serif;
	font-size: 0.7em;
	color: #999999;
}
#tabbed_box1 {
	margin-left: 0px;
	display:block;
}
.tabbed_area {
	display: none;
} 
.contentbox1 {
	text-align: left;
	margin-left: 5px;
	padding: 5px;
}
.content ul {
	margin:0px;
	padding:5px;
	margin-left:25px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding:5px;
	font-size:12px;
	display:inline;
	margin: 5px;
}
.submaincontent {
	margin: 0px;
	padding: 0px;	
}
.submaincontent h4{
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px; 
	font-style: italic;
	margin: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
#submainrgt ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
}

#submainlft li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type:none;
}
#submainrgt li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type:none;
}
#containerright-red {
	display: none;
}
#containerright {
	display: none;
	}
/* End homepage */
/*================= secondary pages =======================*/
#headerContainerSecond {
	display:none;
}
.backtop {
	display: none;
}
#pagelinkscontainer {
	display: none;	
}
.imgright {
	display: none;	
}
.imgrightPadlft {
	display: none;	
}
.imgrightMC {
	display: none;	
}
.imgright-NObord {
	display: none;	
}
.imgrightMCcap{
	display: none;	
}
.imgrightMCcap-nobord {
	display: none;	
}
.imgrightcaptionbox {
	display: none;	
}
#bcCont {
	color: #999999;
	margin-top: 5px;
	font-size: .8em;
	margin-bottom: 10px;
}
#bcCont li {
	background-image: url(../graphics/arrow-tri-orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
	float: left;
	list-style-type: none;
	margin-left: 16px;
}
}
@media screen {
body {
	background-image: url(../graphics/bckgrnd.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #006699;	
}
a:link, a:visited {
	color: #006699;
	text-decoration:none;
}
a:hover, a:active {
	color: #009999;
	text-decoration:underline;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#container {
	width: 95%;
	min-width: 800px;
	max-width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
}
* html #container {
	margin-right: 25px;
	margin-left: 25px;
}
.mainN {
	width: 100%;
	background-color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: visible;
	visibility: visible;
	padding: 0px;
	margin-bottom: 0px;
	height: auto;
	font-family: Arial, Verdana, serif, sans-serif;
	}
.content {
	color: #333333;
	background-color: #FFFFCC;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height:auto;
	font-family: Arial, Verdana, serif, sans-serif;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}
#headerContainer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	_margin-bottom: -3px;
	height: 211px;
	padding: 0px;
	background-image: url(../graphics/header_slice.gif);
	background-repeat: repeat-x;
}
.headerprint {
	display:none;
}
.gainlayout {
  zoom: 1;
  }
.imgMrgPadzero {
	margin: 0px;
	padding: 0px;
}
.oepheading {
	text-align: center;
	width: 405px;
	height: 50px;
	background-image: url(../graphics/oep_heading.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#headerContainerSecond {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 144px;
	padding: 0px;
	background-image: url(../graphics/header/header_slice_second.gif);
	background-repeat: repeat-x;
}
.titleboxSecondHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	margin-top: -55px;
	text-align: right;
	margin-right: 79px;
}
.headerSecondImageBox {
	padding-top: 26px;	
	_padding-top: 0px;
}
.flashboxhome {
	width: 455px;
	height: 145px;
	float:right;
	padding: 0px;
	margin-top:25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:transparent;
	background-image: url(../graphics/road-flooding-flash.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.flashobjhome {
	background-image: url(../graphics/road-flooding-flash.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.hppara {
	margin-bottom: 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.icBox1 {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../graphics/maincorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	border: 1px solid #00CCFF;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.icBox1 h3 { 
	font-family: Calibri, Arial, Verdana;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	margin: 5px;
}
.icBoxSecond {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../graphics/maincorner-second.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 1px solid #00CCFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.BoxSecond {
	width: 100%;
	min-height:575px;
	background-color: #FFFFFF;
	background-image: url(../graphics/maincorner-second.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 1px solid #00CCFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.BoxSecondInfo {
	width: 100%;
	min-height:575px;
	background-color: #FFFFFF;
	background-image: url(../graphics/maincorner-second.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 1px solid #00CCFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.BoxcontainerSecond{
	width:71.5%;
	background-color: #347DC8;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../graphics/maincorner-background3.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding: 6px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFCC;
}
.icBoxcontainer{
	float:right;
	width:73.5%;
	background-color: #347DC8;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../graphics/maincorner-background3.jpg);
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
}
.icboxcontainerbottom {
	background-color: #347DC8;
	margin: 0px;
	float: right;
	width:73.5%;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 6px;
	}
.boxcontainerbottomsecd {
	background-color: #347DC8;
	margin: 0px;
	float: left;
	width: 71.5%;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 6px;
	clear: right;
	}
/* ================================================================ */
/* Start left/right columns and boxes */
#containerleft {
	float: left;
	background-image: url(../graphics/divider2.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding: 0px;
	width: 200px;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	}
#containerright-red {	
	padding: 0px;
	width: 200px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #FFFFCC;
	margin-right: 5px;
	float: right;
}
#containerright {
	background-image: url(../graphics/divider2.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 0px;
	width: 200px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #FFFFCC;
	margin-right: 5px;
	float: right;
	}
#lefttoptitle {
	padding: 0px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0397DF;
	min-height: 25px;
}
#lefttoptitle-red {
	padding: 0px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF0000;
	min-height: 25px;
	display: block;
	height: 45px;
}
.lefttopcenter{
	color: #FFFFFF;
	text-align: center;
	background-image: url(../graphics/bluetab3-center.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0097DD;
	font-family: Verdana, Arial, serif;
	font-size: small;
	letter-spacing: .01em;
	padding: 0px;
	margin-top: 2px;
}
.lefttopcenterRed{
	color: #FFFFFF;
	text-align: center;
	background-image: url(../graphics/redtab3-center.gif);
	background-repeat: repeat-x;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-family: Verdana, Arial, serif;
	font-size: small;
	letter-spacing: .01em;
	padding: 0px;
	margin-top: 2px;
}
.lefttopcenter p{
	margin: 0px;
	padding: 2px;
}
.rightopcenter{
	color: #0397DF;
	text-align: center;
	background-image: url(../graphics/bluetab3-center.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0097DD;
	font-family: Verdana, Arial, serif;
	font-size: small;
	letter-spacing: .01em;
	margin-top: 2px;
}
.rightopcenter p{
	margin: 0px;
	padding: 2px;
}
.rghtpcntrtxtWgrphc{
	color: #FFFFFF;
	text-align: center;
	background-image: url(../graphics/bluetab3-center.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0097DD;
	font-family: Verdana, Arial, serif;
	font-size: small;
	letter-spacing: .01em;
	margin: 0px;
	padding: 0px;
}
.rghtpcntrtxtWgrphc p {
	padding-top: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightopcentertext{
	color: #FFFFFF;
	text-align: center;
	background-image: url(../graphics/bluetab3-center.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0097DD;
	font-family: Verdana, Arial, serif;
	font-size: small;
	letter-spacing: .01em;
	margin-top: 2px;
}
.rightopcentertext-red{
	color: #FFFFFF;
	text-align: center;
	background-image: url(../graphics/redtab3-center.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-family: Verdana, Arial, serif;
	font-size: small;
	letter-spacing: 0.01em;
	margin-top: 2px;
}
.rightopcentertext p {
	margin: 0px;
	padding: 2px;
}
#lefttopboxbckgrnd {
	background-image: url(../graphics/leftop-grd-sm.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px; 
	#margin-top: 0px;
	background-color: #E6F5CE;
}
* html #lefttopboxbckgrnd  {
    margin-left: 5px;
}
#lefttopboxbckgrnd-red {
	background-image: url(../graphics/leftop-grd-sm-red.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px; 
	#margin-top: 0px;
	background-color: #E6F5CE;
}
* html #lefttopboxbckgrnd-red  {
    margin-left: 5px;
}
#righttopboxbckgrnd {
	background-image: url(../graphics/leftop-grd-med.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	#margin-top: 0px;	
	background-color: #E6F5CE;
	margin-left: 10px;
}
#righttopboxbckgrndInClsd {
	background-image: url(../graphics/leftop-grd-med.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	#margin-top: 0px;	
	background-color: #E6F5CE;
	margin-left: 4px;
}
#righttopboxbckgrnd-red {
	background-image: url(../graphics/leftop-grd-sm-red.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	#margin-top: 0px;	
	background-color: #E6F5CE;
	margin-left: 4px;
}
* html #righttopboxbckgrnd  {
    margin-left: 5px;
}
* html #righttopboxbckgrnd-red  {
    margin-left: 5px;
}
#leftsubbox {
	background-color: #0397DD;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background-image: url(../graphics/bluetab3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	margin-left: 8px;
	margin-top: 8px;
	padding-top: 0px;
}
#leftsubbox-red {
	background-color: #ff0000;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background-image: url(../graphics/redtab3-lft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	margin-left: 8px;
	margin-top: 8px;
	padding-top: 0px;
}
#rightsubbox {
	background-color: #0397DD;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background-image: url(../graphics/bluetab3rgt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
	margin-top: 8px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.lefttitle {
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, serif;
	font-size: small;
	padding: 5px;
}
.lefttitle p {
	padding: 0px;
}
.leftcontent {
	background-color: #F1FFF0;
	text-align: left;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Verdana, sans-serif, Arial;
}
.leftcontent-subscription {
	background-color: #F1FFF0;
	text-align: center;
	color: #000000;
	font-size: .7em;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Verdana, sans-serif, Arial;
	padding-top: 5px;
}
.subscripheading {
	color: #660000;
	font-weight: bold;
}
.leftcontent-phone {
	background-color: #F1FFF0;
	text-align: left;
	color: #000000;
	font-size: .7em;
	padding-right: 3px;
	padding-left: 55px;
	padding-bottom: 3px;
	font-family: Verdana, sans-serif, Arial;
	background-image: url(../graphics/cellphone.gif);
	background-repeat: no-repeat;
	background-position: -17px -8px;
	padding-top: 8px;
}
.leftcontent-G {
	background-color: #F1FFF0;
	text-align: center;
	color: #000000;
	font-size: .7em;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Verdana, sans-serif, Arial;
	padding-top: 5px;
}
.floodBG {
	background-image: url(../graphics/flood-Box.jpg);
	background-repeat: no-repeat;
	height: 80px;
	background-position: center;
}
.flood-box {
	margin-top: 8px;
	background-image: url(../graphics/trans-bg-wht.png);
	background-repeat: repeat-x;
	font-weight: bold;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.teaser-box  {
	background-image: url(../mainpages/photos/CRT-6-teaser.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-position: center top;
	height: 99px;
}
.teaser {
	font-family: Verdana, Arial, serif, sans-serif;
	width: auto;
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.teaser li {
	margin-top: 2px;
	margin-bottom: 0px;
	list-style-type: none;
	overflow: auto;
	background-image: url(../graphics/arrow-link.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 4px;
	padding-left: 5px;
	font-size: .7em;
	font-family: Verdana, Arial, Hellovetica;
}
.teaser a:link {
	color: #006699;
	text-decoration:none;
}
.teaser a:hover {
	color: #009999;
	text-decoration:underline;
}
.leftcontentTraff {
	background-color: #F1FFF0;
	text-align: left;
	color: #000000;
	font-size: x-small;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: Verdana, sans-serif, Arial;
}
.leftcontentTraff li {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0px;
}
.leftcontentTraff ul {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0px;
}
.leftcontent a:link, .leftcontentTraff a:link, .leftcontent-G a:link {
	color: #006699;
	text-decoration:none;
}
.leftcontent a:hover, .leftcontentTraff a:hover, .leftcontent-G a:hover {
	color: #009999;
	text-decoration:underline;
}
.quickbox {
	height: auto;
	width: 168px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #F1FFF0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
* html .quickbox {
}
.quickboxRT {
	height: auto;
	width: 168px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #F1FFF0;
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px;
}
.quickboxRT p {
	font-family: Verdana, Arial, serif, sans-serif;
	margin: 0px;
	padding: 5px;
	font-size: 0.7em;
}
.pagelinks, .pagelinksAlert {
	font-family: Verdana, Arial, serif, sans-serif;
	margin: 0px;
	padding: 2px;
}
.pagelinks li {
	font-size: 0.7em;
	margin-top: 8px;
	margin-bottom: 6px;
	list-style-type: none;
	overflow: auto;
	background-image: url(../graphics/arrow-link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
.pagelinksAlert li {
	font-size: 0.7em;
	margin-top: 8px;
	margin-bottom: 6px;
	list-style-type: none;
	overflow: auto;
	background-image: url(../graphics/arrow-link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
.pagelinks li a:link, .pagelinksAlert li a:link {
	color: #006699;
	text-decoration:none;
}
.pagelinks li a:hover, .pagelinksAlert li a:hover {
	color: #009999;
	text-decoration:underline;
}
#checklistbg {
	background-image: url(../graphics/paperpencil.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.weblinks{
	font-family: Verdana, Arial, serif, sans-serif;
	margin: 0px;
	padding: 2px
}
.weblinks p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #330000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.7em;
}
.weblinks li {
	margin-top: 8px;
	margin-bottom: 6px;
	list-style-type: none;
	background-image: url(../graphics/worldwideweb.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.7em;
}
.weblinks li a:link, .weblinks li a:visited {
	color:#0033FF;
	text-decoration:none;
}
.weblinks li a:hover, .weblinks li a:active {
	color:#0099FF;
	text-decoration:underline;
}
.weblinksListimg {
	font-family: Verdana, Arial, serif, sans-serif;
	margin: 0px;
	padding: 2px
}
.weblinksListimg li {
	margin-top: 8px;
	margin-bottom: 6px;
	list-style-type: none;
	background-image: url(../graphics/worldwideweb.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.8em;
}
.weblinksListimg li a:link, .weblinksListimg li a:visited {
	color: #0033FF;
	text-decoration:none;
}
.weblinksListimg li a:hover, .weblinksListimg li a:active {
	color:#0099FF;
	text-decoration:underline;
}
.weblinksListimg p {
	padding: 0px;
	margin: 0px;
}
.nolink {
	color: #999999;
}
/*======================================================*/
/*left column buttons*/
#link_box_femakids {
	height: 31px;
	width: 141px;

}
.femakids {
	left: 0px;
	top: 0px;
	right: 5px;
	width: 141px;
	background-image: url(../graphics/femakids.gif);
	background-position: 0px 0px;
	height: 31px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
a.femakids  {
	width: 141px;
	height: 31px;
	display: block;
	background-image: url(../graphics/femakids.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.femakids span {
	display: none; 
}
a.femakids:hover{
	background-image: url(../graphics/femakids.gif);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}
#link_box_leftcol {
	height: 20px;
	width: 75px;
}
.button-subscribe {
	left: 0px;
	top: 0px;
	right: 5px;
	width: 75px;
	background-image: url(../graphics/button-subcribe.gif);
	background-position: 0px 0px;
	height: 20px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
a.button-subscribe  {
	width: 75px;
	height: 20px;
	display: block;
	background-image: url(../graphics/button-subscribe.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.button-subscribe span {
	display: none; 
}
a.button-subscribe:hover{
	background-image: url(../graphics/button-subscribe.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
.button-register {
	left: 0px;
	top: 0px;
	right: 5px;
	width: 75px;
	background-image: url(../graphics/button-register.gif);
	background-position: 0px 0px;
	height: 20px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
a.button-register  {
	width: 75px;
	height: 20px;
	display: block;
	background-image: url(../graphics/button-register.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.button-register span {
	display: none; 
}
a.button-register:hover{
	background-image: url(../graphics/button-register.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
/*Special needs registry button*/
#link_box_spec {
	height: 76px;
	width: 400px;
}
.button-spec {
	left: 0px;
	top: 0px;
	width: 130px;
	background-image: url(../graphics/specialbutton1.gif);
	height: 37.5px;
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a.button-spec  {
	width: 130px;
	height: 37.5px;
	display: block;
	background-image: url(../graphics/specialbutton1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.button-spec span {
	display: none; 
}
a.button-spec:hover{
	background-image: url(../graphics/specialbutton1.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
.speciallogo {
	left: 0px;
	top: 0px;
	width: 400px;
	background-image: url(../graphics/specialneedslogo2.gif);
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	height: 76px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img {
    float:left;
}
.imgautoMargPd {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.imgPd {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.imgPdfloat {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	float:left;
}
.imgPdfloatrgt {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	float:right;
}
.imgboxtop {
	margin-top: 3px;
	margin-right: -12px;
	margin-left: 6px;
	float: left;
}
.imgboxtopchecklist {
	margin-top: 2px;
	margin-right: -12px;
	margin-left: 4px;
	float: left;
	margin-bottom: 1px;
}
.imgboxtopchecklist2 {
	padding: 0px;
	margin-top: 3px;
	margin-right: -27px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}
.imgboxtop1 {
	float: left;
	margin-left: 30px;
	margin-top: -6px;
	margin-right: -50px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.imgboxtop2 {
	margin-left: 0px;
	margin-top: -6px;
	margin-right: -50px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: left;
}
.imgboxtopSubcribe {
	margin-bottom: -2px;
}
.imgright {
	float:right;
}
.imgrightPadlft {
	float:right;
	padding-left: 5px;
}
.imgmngrphc {
	margin-bottom: 5px;
	text-align: center;
}
.imgrightMC {
	float:right;
	padding: 0px;
	border: 1px solid #333333;
	margin: 4px;
}
.imgright-NObord {
	float:right;
	padding: 0px;
	margin: 4px;
}
.imgrightMCcap{
	padding: 0px;
	border: 1px solid #333333;
	margin: 4px;
}
.imgrightMCcap-nobord {
	padding: 0px;
	margin: 4px;
}
.imgrightcaptionbox {
	font-size: x-small;
	text-align: center;
	float: right;
}
.imgrghtcaptboxbrd {
	font-size: x-small;
	text-align: center;
	float: right;
	border: 1px solid #0397DD;
	margin: 3px;
}
.imgrightcapt-brdbtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0397DD;
}
.imgmaincontentsecd{
	padding: 0px;
	border: 1px solid #333333;
	margin: 4px;
}
.imgweblinks {
	padding: 0px;
	border: 1px solid #333333;
	height: 31px;
	width: 141px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	overflow: hidden;
}
.imgweblinks a{
	background-image: url(../graphics/femakids.gif);
	background-repeat: no-repeat;
	top: 0px;
}
.imgweblinks a: hover{
	background-image: url(../graphics/femakids.gif);
	background-repeat: no-repeat;
	top: 32px;
}
.imgiccontbottom {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
	padding: 0px;
}
.cornerimgleft {
	float:left;
}
#bottommaincontainer {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	min-width: 800px;
	max-width: 1000px;
	height: 31px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
}
* html #bottommaincontainer {
	margin-right: 25px;
	margin-left: 25px;
}
.bottommaincenter{
	background-image: url(../graphics/footer_rpeat.jpg);
	background-repeat: repeat-x;
	height:31px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.bottommainIgmRt {
	float: right;
	margin-top: -31px;
	height: 31px;
	width: 40px;
}
.bottommainimgLT {
	float: left;
	width: 40px;
	margin-right: -3px;
}
.noMargPad {
	margin: 0px;
	padding: 0px;
}
.imgMargtop15 {
margin-top:15px;
}
/* ================================================================ */
/* Start Footer  */
#footercontainer1 {
	width: 100%;
	min-width: 800px;
	max-width: 1280px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	clear: left;
	#padding-left: 15px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.footercontent {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-family: Verdana, Arial, serif, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}
.footercontent a:link, .footercontent a:visited {
	color:#FFFFCC;
	text-decoration:none;
}
.footercontent a:hover{
	color:#FFFF99;
	text-decoration:underline;
}
.footercontentCenter{
	padding: 15px;
	width: 50%;
}
.footercontentleft {
	width: 25%;
	margin: 0px;
	padding: 15px;
}
.footercontentleft p {
	margin: 0px;
	padding: 0px;
}
.footercontentright {
	margin: 0px;
	padding: 5px;
	padding-bottom: 0px;
	width: 25%;
	font-size: .85em;
}
.footerbreak {
color:#999999}
/*==============================  maincontent styling ==================================*/
.maincontent {
	height: auto;
	padding: 4px;
	font-size: .85em;
	font-family: Arial, Verdana, serif, sans-serif;
	margin: 0px;
}
.maincontent2 {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, serif, sans-serif;
	width: 50%;
	text-align: center;
}
.maincontent3 {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, serif, sans-serif;
	width: 50%;
	text-align: center;
}
.maincontentsecd {
	height: auto;
	margin: 0px;
	padding: 4px;
	font-family: Arial, Verdana, serif, sans-serif;
	line-height: 120%;
	font-size: .85em;
}
.maincontentInfo {
	height: auto;
	margin: 0px;
	padding: 4px;
	font-family: Arial, Verdana, serif, sans-serif;
	font-size: .8em;
}
.maincontentsecd p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;

}
.maincontentsecd h4 {
	font-family: Calibri, Arial, Verdana;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	margin: 5px;
	padding:6px;
}
.maincontentsecd h3 {
	font-family: Calibri, Arial, Verdana;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	margin: 5px;
	padding:6px;
}
.maincontentsecd h2, .maincontentsecd h2 {
	font-family: Calibri, Arial, Verdana;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	margin: 5px;
	padding:6px;
}
.maincontentsecd li {
	margin-top: 1px;
}
.style3 {
	padding: 2px;
}
.ulsubmenu {
 list-style:none;
}
.maincontentsecd a:link {
	color: #006699;
	text-decoration:none;
}
.maincontentsecd a:visited{
	color: #006699;
	text-decoration:none;
}
.maincontentsecd a:hover{
	color: #009999;
	text-decoration:underline;
}
.maincontentsecdimg {
	padding: 0px;
	margin: 4px;
}
.maincontentSecondtop {
	height: 50px;
	background-image: url(../graphics/maincorner--secondbackground.jpg);
	background-repeat: repeat-x;
	width: auto;
	margin-top: -5px;
	#margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding: 0px;
}
.infoPageHd {
	height: 50px;
	background-image: url(../graphics/maincorner--secondbackground.jpg);
	background-repeat: repeat-x;
	width: auto;
	margin-top: -5px;
	#margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding: 0px;
}
.maintitle {
	font-family: Calibri, Arial, Verdana;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	margin: 5px;
}
.maintitleHM {
	font-family: Calibri, Arial, Verdana;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	margin: 5px;
}
.maincontent h4 {
	font-family: Calibri, Arial, Verdana;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	margin: 5px;
	padding:6px;
}
.maincontent li {
	margin-top: 1px;
}
.maincontent a:link {
	color: #006699;
	text-decoration:none;
}
.maincontent a:visited{
	color: #006699;
	text-decoration:none;
}
.maincontent a:hover{
	color: #009999;
	text-decoration:underline;
}
.maincontentimg {
	padding: 0px;
	float: right;
	margin: 4px;
}
.mainlinks {
	text-align: left;
	list-style-type: none;
	line-height: 115%;
	padding-bottom: 2px;
}
.mainlinks li {
	padding-bottom: 7px;
	font-size: 1.2em;
}
.mainlinksColmFmt {
	text-align: left;
	list-style-type: none;
	line-height: 115%;
	padding-bottom: 2px;
	float: left;
	width: 41%;
	margin-right: 10px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mainlinksColmFmt li {
	padding-bottom: 7px;
	font-size: 1.2em;
}
.mainlinksColmFmtNoFlt {
	text-align: left;
	list-style-type: none;
	line-height: 115%;
	padding-bottom: 2px;
	width: 41%;
	margin-right: 10px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mainlinksColmFmtNoFlt li {
	padding-bottom: 7px;
	font-size: 1.2em;
}
.mainlinkfont {
	line-height: 115%;
	padding-bottom: 2px;
	font-size: 1.2em;
}
.hght25 {
	height: 15px;
}
/*=========== NEWS - TRAFFIC HP =====================*/
.submaincontent {
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.submaincontent a:link {
	color:#0033FF;
	text-decoration:none;	
}
.submaincontent a:hover {
	color:#0099FF;
	text-decoration:underline;
}
.submaincontent p {
	font-size: .85em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 120%;
	margin: 0px;
}
.submaincontent h4{
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	font-style: italic;
	margin: 0px;
	font-size: medium;
}
#submainlft {
	background-color: #CCFFFF;
	width: 50%;
	height: 299px;
	margin-bottom: 0px;
}
.subinfoLt {
	background-color: #CCFFFF;
	width: 100%;
	margin-bottom: 0px;
	font-size: 1em;
	padding: 4px;
}
.submainheadinglft {
	background-color: #CCFFFF;
	width: 100%;
	margin-bottom: 0px;
}
#submainlft ul {
	margin: 0px 4px;
	padding: 0px;
}
#submainlft li {
	font-size: .8em;
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#submainlft p {
	font-size: .7em;
}
#submainrgt {
	background-color: #99CCFF;
	width: 50%;
	position: absolute;
	height: 299px;
	z-index: 1;
	margin-bottom: 0px;
	right: 0px;
	top: 0px;
}
.submainheadingrgt {
	background-color: #99CCFF;
	width: 100%;
	right: 0px;
	top: 0px;
	margin-bottom: 0px;
}
#submainrgt ul {
	margin: 0px 4px;
	padding: 0px;
}
#submainrgt li {
	font-size: .8em;
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#submainrgt p {
	font-size: .7em;
}
.newsbackdrop {
	height: 268px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #DFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #99CCFF;
	border-right-color: #CCFFFF;
	border-bottom-color: #CCFFFF;
	border-left-color: #CCFFFF;
	padding: 4px;
}
.newsbackdropTraf {
	height: 268px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #CAE4FF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCFFFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
}
.hpNews {
	padding-left:6px;
	padding-right:3px;
}
.style2 {
	color: #333333;
}
.subinfoDk {
	background-color: #99CCFF;
	width: 100%;
	margin-bottom: 0px;
	font-size: 1em;
	padding: 4px;
}
#secNavBar {
	background-color: #99CCFF;
	width: 100%;
	margin-bottom: 0px;
	font-size: .8em;
	padding: 4px 0px 4px 4px;
	margin-right: -12px;
}
.secNavBar {
	background-color: #99CCFF;
	width: 100%;
	margin-bottom: 0px;
	font-size: .8em;
	padding: 4px 0px 4px 4px;
	margin-right: -12px;
	z-index: 5;
	display: block;
}
.rightsubmainImg {
	padding: 0px;
	float: right;
	border: 1px solid #333333;
	margin: 4px;
}
.tablemain {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px;
}
.tablemain p {
	padding: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tablemain a:link, .tablemain a:visited {
	font-weight: bold;
}
.tablesecd {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px;
	}
.tablesecd p {
	padding: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tablesecd a:link, .tablesecd a:visited {
	font-weight: bold;
}
.tablesecd li {
	text-align: left;
	list-style-type: none;
}
.listpdBottom {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	text-align: left;
	font-size: 1.2em;
}
.listpdBottom li{
	padding-bottom: 5px;
}
.registrybox {
	margin-bottom: 5px;
	border: 1px solid #0397DF;
	#padding: 0px;
	padding: 4px;
	width: auto;
}
.registrybox p{
	margin: 0px;
	font-size: small;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.registryboxSP {
	margin-bottom: 5px;
	border: 1px solid #0397DF;
	#padding: 0px;
	padding: 4px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	}
.style1 {font-size: small}	
.backtop {
	display: block;
	width: 18%;
	font-family: Verdana, Arial, serif, sans-serif;
	font-size: .7em;
	text-decoration: none;
	background-image: url(../graphics/arrowup.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: auto;
}
.backtop a:link, .backtop a:visited {
	color: #006699;
	text-decoration: none;
}
.backtop a:hover {
	color: #009999;
	text-decoration:none;
}
.backtopRgt {
	display: block;
	width: 18%;
	font-family: Verdana, Arial, serif, sans-serif;
	font-size: .7em;
	text-decoration: none;
	background-image: url(../graphics/arrowup.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 0px;
}
.backtopRgt a:link, .backtop a:visited {
	color: #006699;
	text-decoration: none;
}
.backtopRgt a:hover {
	color: #009999;
	text-decoration:none;
}
/*==============Page Links Box ================ */
#pagelinkscontainer {
	float: right;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 3px;
	margin-left: 5px;
}
#pagelinks1{
	padding: 4px;
	width: auto;
	background-color: #FFffcc;
	background-repeat: no-repeat;
	border: 2px solid #0397DD;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.pagelinks1 {
	font-family:  Verdana, Arial, serif, sans-serif;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
}
.pagelinks1 li {
	font-size: .7em;
	margin-top: 4px;
	margin-bottom: 3px;
	list-style-type: none;
	padding: 0px;
	overflow: auto;
}
.pagelinks1 li a:link {
	color: #006699;
	text-decoration:none;
}
.pagelinks1 li a:hover {
	color: #009999;
	text-decoration:none;
}
#corners {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: 1;
	margin-top: 0px;
	#margin-bottom: -10px;
}
#cornersbottom {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	z-index: 1;
	margin-top: -10px;
	margin-bottom: 0px;
}
.quickboxRT1 {
	width: 178px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #99CCFF;
	z-index: 500;
	line-height: normal;
}

.cornerimgright {
	float: right;
	position: static;
	top: 0px;
	right: 0px;
}
.lastpageli {
	padding: 0px;
}
.icon {
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: text-top;
}
.icon2{
	padding-right: 4px;
	margin:0px;
	vertical-align: middle;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 4px;
}
.spacerhm {
	height: 125px;
}
.pad{
	padding-right: 8px;
	padding-left: 8px;
}
/*============= Tabs HP ===================*/
#tabbed_box1 {
	width: 270px;
	background-color: #0397DF;
	float: right;
	color: #FFFFFF;
	margin-left: 6px;
	margin-top: -5px;
} 
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFFFFF;
	letter-spacing:0px;
	margin-bottom:0px;
	text-align:center;
	padding-bottom: 0px;
}   
.tabbed_box h4 small {
	color:#999999;
	font-weight:bold;
	font-size: .7em;
	text-transform:uppercase;
	letter-spacing:0px;
}
.tabbed_area {
	padding:5px;
	margin-bottom:0px;
} 
ul.tabs {
	margin-top:8px;
	margin-bottom:8px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 5px;
}  
ul.tabs li {
	list-style:none;
	display:inline;
	margin-left: -4px;
}  
ul.tabs li a {
	color:#FFFF99;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #006699;
	background-image: url(../graphics/tab_off.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #333333;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}   
 
ul.tabs li a:link, ul.tabs li a:visited {
	color:#FFFF99;
	font-size:0.8em;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #006699;
	background-image: url(../graphics/tab_off.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #333333;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
} 
ul.tabs li a:hover, ul.tabs li a.active {
	color:#999999;
	background-image: url(../graphics/tab-on.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #ffffff;
	border-left-color: #006699;
	background-position: top;
	background-color: #FFFFFF;
}
ul.tab li.redtab a:hover, ul.tabs li.redtab a.active {
	color:#FFFF99;
	background-image: url(../graphics/tab-on-red.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #FF0000;
	border-left-color: #006699;
	background-position: top;
	background-color: #FF0000;
}
.content {
	background-color:#ffffff;
	border:1px solid #006699;
	background-image:url(../graphics/content_bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content_2, #content_3 { display:none; }
#content_2 {
	background-color:#FF0000;
	}
.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
	background-color: #F1FFF0;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}
.content ul li a:link {
	text-decoration:none;
	color:#006699;
}
.content ul li a:hover {
	color: #009999;
	text-decoration:underline;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	position:relative;
	left:4px;
	top:0px;
}
.contentbox1 {
	text-align: center;
	background-color: #CDFFFF;
	border: 1px solid #333333;
	width: 235px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#tabbed_box1 img, #tabbed_boxNPM img {
	float: left;
}
#tabbed_box1 p, #tabbed_boxNPM p {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 3px;
	padding-left: 8px;
	margin-top: 0px;
	padding-top: 0px;
}
.no-js #content_1 {background-color:#FFFF33;}
.no-js #content_3  {background-color:#CCFFFF;} 
.no-js #content_2, .no-js #content_3 {display:block;} 
.no-js ul.tabs {display:none}
.no-js #displaytext { display:block;}
#displaytext {display:none;color:#333333;padding:1px;text-align:center;font-weight:bold;font-size:0.85em; border-bottom: solid 2px #006699}
.no-js #displaytext { display:block; color: #333333; padding:1px; text-align:center; font-weight:bold; font-size:.85em}
.no-js.contentbox1 {height: 111px; background-color: #FFFFFF;}
.no-js .tabbed_area {overflow-x:hidden; overflow-y:auto; height: 145px;padding:5px;margin-bottom:10px;}
a[class ="pdflink"] {padding:3px 21px 2px 2px; background: transparent url(../graphics/pdf-sm.gif ) no-repeat center right;}
/* ================================================================ */
/* Start HOMEMENU */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	position: relative;
	width:100%;
	height:2.5em;
	padding-bottom:1pt;
	margin-top:0px;
	background-color: #0097DF;
	margin-right: auto;
	margin-left: auto;
	min-width: 800px;
	border-top-width: 10px;
	border-bottom-width: 27px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0097DF;
	border-bottom-color: #FFFFCC;
	background-image: url(../graphics/header/header_bot_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Verdana, serif, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
.menu ul{
	list-style-type:none;
	width:95%;
	height: 100%;
	text-align: center;
	margin-top:0px;
	#margin-top:-35px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}
* html .menu ul {margin-right:2%;margin-left:2%;}
.menu li{
float:left;
}
.menu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
	width: 950px;
	height: auto;
}
.menu a, .menu :visited {
	color: #00738C;
	text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
	display:block;
	float:left;
	width:5px;
	height:2em;
	border-bottom:1px solid #777;
	background-color: transparent;
	background-image: url(../graphics/bluetab-left.gif);
	background-repeat: no-repeat;
}
.menu a b, .menu :visited b {
	display:block;
	font-weight:normal;
	float:left;
	height:2em;
	line-height:1.9em;
	cursor:pointer;
	border-bottom:1px solid #777;
	background-color: transparent;
	background-image: url(../graphics/bluetab-center.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.menu a em.rgt, .menu :visited em.rgt {
	display:block;
	float:left;
	width:5px;
	height:2em;
	border-bottom:1px solid #777;
	background-color: transparent;
	background-image: url(../graphics/bluetab-rght.gif);
	background-repeat: no-repeat;
}
/* Start fade*/
.fade {
	color: #0033FF;
	font-weight: bold;
}
.fade a em.lft, .fade :visited em.lft {
	display:block;
	float:left;
	width:5px;
	height:2em;
	border-bottom:1px solid #777;
	background-color: transparent;
	background-image: url(../graphics/redtab-left.gif);
	background-repeat: no-repeat;
}
.fade a b, .fade :visited b {
	display:block;
	font-weight:normal;
	float:left;
	height:2em;
	line-height:1.9em;
	cursor:pointer;
	border-bottom:1px solid #777;
	background-color: transparent;
	background-image: url(../graphics/redtab-center.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.fade a em.rgt, .fade :visited em.rgt {
	display:block;
	float:left;
	width:5px;
	height:2em;
	border-bottom:1px solid #777;
	background-color: transparent;
	background-image: url(../graphics/redtab-right.gif);
	background-repeat: no-repeat;
}
/* end fade*/
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:2.25em;
	top:6em;
	left:0px;
	width:96%;
	#width:100%;
	background-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-right: auto;
	margin-left: auto;
}
.menu :hover {
white-space:normal;
}

.menu a:hover b {
	color:#0033FF;
	background-color: transparent;
	background-image: url(../graphics/redtab-center.gif);
	border-bottom-width: 8px;
	border-bottom-color:#FF0000;
	border-bottom-style: solid;
}    
.menu a:hover em.lft {
	border-bottom-width: 8px;
	border-bottom-color:#FF0000;
	border-bottom-style: solid;
	background-color: transparent;
	background-image: url(../graphics/redtab-left.gif);
}
.menu a:hover em.rgt {
	border-bottom-width: 8px;
	border-bottom-color:#FF0000;
	border-bottom-style: solid;
	background-color: transparent;
	background-image: url(../graphics/redtab-right.gif);
}
.menu li:hover > a b
{
	color:#0033FF;
	border-bottom-color:#FF0000;
	background-color: transparent;
	background-image: url(../graphics/redtab-center.gif);
}
.menu li:hover > a em.lft {
	border-bottom-color:#FF0000;
	background-color: transparent;
	background-image: url(../graphics/redtab-left.gif);
	float: left;
}
.menu li:hover > a em.rgt {
	border-bottom-color:#FF0000;
	background-color: transparent;
	background-image: url(../graphics/redtab-right.gif);
}
.menu ul li:hover ul,
.menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:2.1em;
	margin-top:1em;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
} 
.menu ul :hover ul li {
	display:block;
	background:#FF0000;
	height:2.25em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0097DD;
	font-family: Arial, Verdana, serif, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0097DD;
}
.menu ul :hover ul li a {
	display:block;
	height:2.25em;
	line-height:2.25em;
	float: left;
	width:auto;
	color:#FFFFFF;
	font-weight: bold;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}
.lastLi {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0097DD;
}
.menu ul :hover ul li a:hover {
	color:#CCCCCC;
	font-weight: bold;
	background-color: #003399;
}
/* ================================================================ */
/* Start Top Navigation Home */
.topnavigation{
	height: auto;
	width: 48%;
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu1 {
	width:150px;
	list-style-type:none;
	font-family: Arial, Verdana, serif, sans-serif;
	font-size: 12px;
	padding: 0px;
	float: right;
	margin: 0px;
}
#menu1 li {
	float:left;
	padding: 2px;
	color: #CCCCCC;
}
#menu1 a:link {
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
#menu1 a:visited {
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
#menu1 a:hover {
	color:#0099FF;
	text-decoration:underline;
}
/* Start Top Navigation Secondary */
#menu1scd {
	width:225px;
	list-style-type:none;
	font-family: Arial, Verdana, serif, sans-serif;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	float: right;
}
#menu1scd li {
	float:left;
	padding: 2px;
	color: #CCCCCC;
}
#menu1scd a:link {
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
#menu1scd a:visited {
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
#menu1scd a:hover {
	color:#0099FF;
	text-decoration:underline;
}
#advisorybox {
	float: right;
	clear: both;
	margin-top: -14px;
}
.advisorytext {
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Verdana, serif, sans-serif;
	font-size: .85em;
	font-weight: normal;
	letter-spacing: 0.1em;
	position: relative;
	top: 3px;
}
.advisorytext-btm{
	text-align: center;
	font-family: Arial, Verdana, serif, sans-serif;
	font-size: .85em;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/sm-box.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	letter-spacing: .1em;
	height: 15px;
	width: 28%;
	_margin-bottom: -15px;
	_position:relative;
	_visibility:hidden;
	
}
.advisorytext-btm a{
	color: #0000FF;
	text-decoration:none;
}
.advisorytext-btm a:hover{
	color: #0000FF;
	text-decoration:underline;
}
/* ================================================================ */
.maincontentInfo h2 {
	font-size: 1.2em;
}
#subinfoLt h2,  #subinfoDk h2{
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	font-style: italic;
	margin: 0px;
}
#righttopboxCont {
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	clear: left;
	margin-top: 8px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	}
#lefttoptitle-red h1, #lefttoptitle h1 {
	font-size: 1em;
	padding: 4px 0px 0px;
	margin: 0px;
	font-weight: normal;
}
#bcCont {
	color: #999999;
	margin-top: 5px;
	font-size: .8em;
	margin-bottom: 10px;
}
#bcCont .bcTitle {
	text-transform: uppercase;
	margin-left: 0px;
	padding-left: 12px;
}
#bcCont li {
	background-image: url(../graphics/arrow-tri-orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
	float: left;
	list-style-type: none;
	margin-left: 16px;
}
#bcCont ul {
	margin: 0px;
	padding: 0px;
}
#bcCont li a {
	color: #006699;
	text-decoration:none;
	padding-left: 4px;
	margin-left: 4px;
}
#bcCont li :visited {
	text-decoration:none;
	padding-left: 4px;
	margin-left: 4px;
}
#bcCont li a:hover {
	color: #009999;
	text-decoration:underline;
	padding-left: 4px;
}
#bcCont .nolink {
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	padding-left: 12px;
}
.citCorpNews {
	float: left;
	width: 50%;
	margin-right: 8px;
	text-align: center;
}
.citCorp {
	font-size: .85em;
	padding: 5px;
}
.citCorp p {
	margin-left: 345px;
}
.spacer {
	height: 110px;
}
.smFont {
	font-size: .8em;
}
.clearLeft {
	clear: left;
	padding-top: 4px;
}
p.outdent {
	padding-left: 3em;
	text-indent: -3em;
}#ImgLeftHP {
	float: left;
	width: 200px;
	margin: 10px auto;
}
.dataTbl {
	font-size: .9em;
	border: 1px solid #0397DD;
}
.sectEndBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #347DC8;
}
.profileTable {
	border: 1px solid #005D8F;
	font-size: 0.8em;
	margin-left: 10px;
}
.formTbl {
	font-size: 1em;
	margin-left: 10px;
}
.deleteBox {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	border: 1px solid #FF0000;
}
.formTbl .txtLbl {
	float: left;
	width: 20%;
}
.loadgraphics {
	width:28px;
	height:32px;
	right: 99999px;
	position: absolute;
	overflow: hidden;
}
#righttopboxbckgrnd .quickboxRT .backLink a {
	font-size: .7em;
	color: #006699;
	text-decoration:none;
}
#righttopboxbckgrnd .quickboxRT .backLink a:visited {
	color:#660066;
	text-decoration:none;
	}
#righttopboxbckgrnd .quickboxRT .backLink a:hover {
	font-size: .7em;
	color: #009999;
	text-decoration:underline;
}
#righttopboxbckgrnd .quickboxRT .backLink {
	background-image: url(../graphics/arrow-back.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
	padding-left: 6px;
	margin-right: 3px;
	margin-left: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pagelinkscontainer .quickboxRT1 form {
	margin-bottom: 8px;
	margin-left: 8px;
	font-size: .8em;
	padding: 6px;
}
.topbanner {
	float:right;
	width:63%;
	margin-top: 4px;
	margin-bottom: 7px;
	margin-left: auto;
	height: 61px;	
	margin-right: 5%;
	font-family: Arial, Verdana, serif, sans-serif;
	padding:2px;
}
.topbanner-hp {
	float:right;
	width:63%;
	background-color: #F1FFF0;
	margin-top: 4px;
	margin-bottom: 7px;
	margin-left: auto;
	background-image: url(../graphics/hurricaneweek1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 5%;
	font-family: Arial, Verdana, serif, sans-serif;
	border: 1px solid #0397DF;
	padding:2px;
}
.topbanner-hpSecd {
	width:64%;
	background-color: #F1FFF0;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	height: auto;
	background-image: url(../graphics/hurricaneweek1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: auto;
	font-family: Arial, Verdana, serif, sans-serif;
	border: 1px solid #0397DF;
	padding:2px;
	float: left;
}
.topbanner-hp-text {
	display: block;
	text-align: center;
	background-image: url(../graphics/icon_hurricane.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	float: left;
	margin: 0px;
	width: 46%;
	padding: 2px 0 2px 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0397DF;
}
.topbanner-hp-textSecd {
	display: block;
	text-align: center;
	color: #CC3300;
	font-size: 1em;
	float: left;
	margin: 0px;
	width: 46%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0397DF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 12px;
	}
.topbanner-hp-textSingle {
	display: block;
	text-align: center;
	color: #CC3300;
	font-size: 1em;
	width: 45%;
	height: auto;
	background-image: url(../graphics/hurricaneweek1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-width: 1px;
	border-style: solid;
	border-color: #0397DF;
	padding: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F1FFF0;
	}
.topbanner-hp-text a:link {
	font-family:  Arial, Verdana, serif, sans-serif;
	font-size: 1em;
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
.topbanner-hp-text a:visited {
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
.topbanner-hp-text a:hover {
	color:#0099FF;
	text-decoration:underline;
}
.topbanner-hp-textSecd a:link {
	font-family:  Arial, Verdana, serif, sans-serif;
	font-size: 1em;
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
.topbanner-hp-textSecd a:visited {
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
.topbanner-hp-textSecd a:hover {
	color:#0099FF;
	text-decoration:underline;
}
.topbanner-hp-textSingle a:link {
	font-family:  Arial, Verdana, serif, sans-serif;
	font-size: 1em;
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
.topbanner-hp-textSingle a:visited {
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
.topbanner-hp-textSingle a:hover {
	color:#0099FF;
	text-decoration:underline;
}
.topbanner-hp-text-quiz {
	display: block;
	float:left;
	width: 35%;
	text-align: left;
	font-weight: normal;
	margin-top: 2px;
	color: #CC3300;
}
.topbanner-hp-text-quiz a:link {
	font-family:  Arial, Verdana, serif, sans-serif;
	font-size: 1em;
	color: #006699;
	text-decoration:none;
}
.topbanner-hp-text-quiz a:visited {
	color:#0033FF;
	text-align:center;
	text-decoration:none;
}
.topbanner-hp-text-quiz a:hover {
	color: #009999;
	text-decoration:underline;
}

.colm1 {
	width: 54%;
	display: block;
	float: left;
}
.colm2 {
	width: 40%;
	margin-bottom: 8px;
	display: block;
	float: left;
}
.colm3 {
	width: 3%;
	margin-bottom: 8px;
	display: block;
	float: left;
	height: 65px;
	padding-top: 35px;
	margin-top: 5px;
	color: #0066FF;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 4px;
}
.colmBox {
	margin: 8px;
	padding: 8px;
	border: 2px dotted #0397DD;
	display: block;
	width: 95%;
	float: left;
}
.clearboth {clear:both;}
}
.infoClinks {
	list-style-type: none;
}
.infoClinks li {
	margin-top: 4px;
	margin-bottom: 4px;
}
.listMain {
	list-style-type: none;
}
.listMain li {
	margin-top: 6px;
	margin-bottom: 6px;
}
.listOutdent {
	list-style-type: none;
}
listOutdent li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 3em;
	text-indent: -3em;
}
.lblTxtdef {
	float: left;
	width: 25%;
	padding-left: 8px;
}
.indent50 {
	margin-left: 50px;
}
.indent25 {
	margin-left: 25px;
}
.RtNavForm {
	font-size: .7em;
	color: #006699;
	text-align: center;
}
.redBoldtx {
	font-weight: bold;
	color: #F00;
}
.quickboxRT1 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.quickboxRT1 li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

