body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #4d6d9b;
	 background-image:url(../img/bg1.gif);
	 background-repeat:repeat-x;
}
body,textarea {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:0.95em;
}


/*MAIN STYLES*/


a {
   color: #fe0000;
}
a:hover {
   color: #000080;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#000080;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.5em;
	 padding:0 0 15px 0;
	 margin:0 0 20px 0;
	 background-image:url(../img/underline.gif);
	 background-repeat:repeat-x;
	 background-position:bottom left;
}
h3 {
   font-size:1.2em;
}
h3.graphic {
   width:100%;
	 height:35px;
	 background-repeat:no-repeat;
	 float:left;
}
h3.graphic span {
   display:none;
}
h3#graphic1 { background-image:url(../img/whychooseacs.gif); }

h4 {
   font-size:1em;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
margin:0;
padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}
p {
   line-height:1.6em;
}
.nicebullets ul {
   list-style:none;
	 padding:0;
	 margin:0;
	 clear:both;
	 float:left;
	 display:block;
}
.nicebullets li {
   padding:5px 0 5px 30px;
	 background-image:url(../img/bullet1.gif);
	 background-repeat:no-repeat;
	 background-position:center left;
	 font-weight:bold;
	 font-size:0.95em;
	 font-style:italic;
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#fe0000;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#000080;
}
.menubuttons li.active a {
   color:#000080;
   font-weight:bold;
}

#headernav li a.mainsection {
   display:block;
   color:#000080;
   width:100%;
	 background-image:url(../img/menubg.gif);
	 text-decoration:none;
	 height:35px;
}
#headernav li a.mainsection span {
   position:relative;
	 top:7px;
	 left:27px;
}
#headernav li a.mainsection:hover {
   color:#FFFFFF;
	 background-image:url(../img/menubg2.gif);
}
#headernav li.active a.mainsection {
   color:#FFFFFF;
	 background-image:url(../img/menubg2.gif);
}
ul.subsections li a {
   display:block;
   color:#fe0000;
   width:100%;
	 text-decoration:none;
	 height:35px;
	 font-weight:bold;
	 font-size:0.9em;
	 border-bottom:1px solid #EEEEEE;
}
ul.subsections li a:hover,ul.subsections li.active a {
   color:#000080;
	 background-color:#EEEEEE;
}
ul.subsections li a span {
   position:relative;
	 top:7px;
	 left:40px;
}

ul.inline li {
   float:left;
   padding:0.2em 1em;
   border-left:1px solid #DDDDDD;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
	 background-color:#FFFFFF;
}
#header {
   position: relative;
   float:left;
   height: 218px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
}
#headerunit {
   width:25px;
	 height:159px;
   background-image:url(../img/unit1.gif);
   background-repeat:no-repeat;
	 position:absolute;
	 top:0px;
	 right:-25px;
}
#footer {
   position: relative;
   clear: both;
	 border-top:1px solid #CCCCCC;
	 padding-top:0.5em;
}
#footer p {
   color:#606060;
	 font-size:0.85em;
	 padding-left:40px;
	 line-height:2.2em;
}
#content {
   float:right;
	 width:638px;
   padding: 0px;
   min-height:400px;
	 position:relative;
	 right:10px;
   background-image:url(../img/arrow_bg.gif);
   background-repeat:no-repeat;
	 background-position:top right;
	 padding-bottom:30px;
}
* html #content {
   height:400px;
}
#accessibility {
   position:absolute;
   top:0px;
   right:150px;
   text-align:right;
}
#accessibility a {
   color:#000080;
	 font-size:0.8em;
}
#headernav {
   float:left;
	 position:relative;
   left:10px;
	 width:223px;
	 padding:0 0 1.5em 0;
}
.leftthin,.rightthin {
   width:220px;
}
.leftwide,.rightwide {
   width:380px;
}
.leftmid,.rightmid {
   width:300px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:4em;
	 float:left;
	 width:100%;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #000080;
   color:#000080;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#000080;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#000080;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:130px;
	 height:28px;
}
.imagebutton span {
   display:none;
}
textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#DDDDDD;
	 text-align:left;
	 border-top:1px solid #BBBBBB;
}
table tr,table td,table th {
   border-bottom:1px solid #EEEEEE;
   padding:0.4em 0.2em;
}
table th,table th a {
   background-color:#fe0000;
   color:#FFFFFF;
}


#homepanelbuttons ul {
   clear:both;
	 float:left;
	 width:638px;
	 list-style:none;
	 padding:20px 0 0 0;
	 margin:0;
}
#homepanelbuttons li {
   display:inline;
}
#homepanelbuttons li a {
   display:block;
	 background-image:url(../img/panel_button1.gif);
	 width:207px;
	 height:82px;
	 text-decoration:none;
	 float:left;
	 color:#000080;
}
#homepanelbuttons li a:hover {
   color:#d4ecf4;
	 background-image:url(../img/panel_button2.gif);
}
#homepanelbuttons li a.margin {
   margin-left:5px;
}
#homepanelbuttons li a span {
   position:relative;
	 top:25px;
	 left:43px;
	 font-size:1.5em;
	 font-weight:bold;
}

.smallnote {
   font-size:0.8em;
}