@charset "UTF-8";
@import url("grid4.css");

#wrapper {
	max-width:57em;
	width:100%;
	background-color #999900;
	margin:0  auto;
}
#banner {
}
#maintext {
	background-color #999900;
}
#menu {
	margin:0 auto;
}
#footer {
	text-align:center;
	line-height:120%;
	color:#999999;
	border-top:1px solid #CCC;
	padding-top:0.5em;
}
/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }
/*this is to keep page from shifting to left on load in safari and firefox*/
h1, h2, h3, h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-left:15px;
	margin-right:1.2em;
}

h1 {
	font-size:1.5em;
	
}
	
h2 {
	color:#CC0033 ;
	font-size:1.3em;
	margin-bottom:5px;
	
}
h2 a:link, h2 a:visited, h2 a:active{
	color:#CC0033 ;
	font-size:1.1em;
	margin-bottom:5px;
}

h2 a:hover{
	font-size:1.1em;
	margin-bottom:5px;
	color:#666666;
	color:#585858;
}
h3 {
	color:#CC0033;
	font-size:1.2em;
	margin-bottom:0.3em;
}
h3 a:link, h3 a:visited {
	color:#CC0033;
	font-size:1em;
	font-style:normal;
	
}
h3 a:hover, h3 a:active {
	color:#979797;
}
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:130%;
margin:0px 1.2em 0.8em 2em;
background-color #F33C00;
color:#000000;
}
p a:link, p a:visited {
color:#000000;
}
.statement {
	text-align:center;
	padding: 5px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	border-top:1px solid #D6D6D6;
}
ul{
	margin:0 0 0.8em 4em;
	padding:0 0 5px 0;

}
li p{
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;
	line-height:130%;
	padding:0;
}
.box {
	width:40%;
	border:1px solid #666;
	margin:10px;
	padding:5px;
	float:right;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
	}
.box h3, .box p {
	padding:0px;
	margin:10px;

	}
	ol, ol a:link {
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 35px; /*needs to large left for IE7 - changes  d- does it?*/
}




#twocolright table tr td p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}




.numeracydownloadbutton {
	width: 40%;
	border:1px solid #FED863;
	padding:5px;
	margin:0.3em 0 0.3em 3em;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	background-image: url(images/buttonbackground.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-position: top;
	display:block;
	line-height:150%;
	
}
.numeracydownloadbutton a:link {
	color:#000;
	text-decoration:underline;
	display:block;
}
.numeracydownloadbutton a:hover, .numeracydownloadbutton a:visited {
	color:#CC0033;
	text-decoration:underline;
	display:block;
}

.fadein { position:relative; height:163px; width:800px;}
.fadein img { position:absolute; left:0; top:0; }


.yellowbackground {
	background-color:#FED863;
}
.greenbackground {
	background-color:#A7DC48;
}
.red {
	color:#F00;
}