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: #333333;
}
body,textarea {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:0.9em;
}


/*MAIN STYLES*/


a {
   color: #b9090b;
}
a:hover {
   color: #000066;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#000066;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:2.2em;
}
h3 {
   font-size:1.2em;
	 color:#2251b8;
}
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);
}

dl,dt,dd {
   padding:0;
	 margin:0;
}
dt {
   font-weight:bold;
}
dd {
   padding:0.3em 0;
}

/* 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:#b9090b;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   background-color:#f6f6f6;
   color:#000066;
}
.menubuttons li.active a {
   color:#000066;
   font-weight:bold;
}
#headernav li {
   display:inline;
}
#headernav li a {
   display:block;
   float:left;
   padding:0 1.2em;
	 color:#FFFFFF;
   background-repeat:no-repeat;
	 background-position:top left;
	 text-decoration:none;
	 height:37px;
	 position:relative;
}
#headernav li a:hover {
   color:#9fc6f1;
}
#headernav li.active a {
   color:#000066;
	 background-image:url(../img/tableft1.gif);
}
#headernav li a span.text
{
   position:relative;
   top:10px;
}
span#tabright
{
   position:absolute;
   right:-1px;
   top:0px;
   width:6px;
   height:38px;
   display:block;
   background-image:url(../img/tabright1.gif);
   background-repeat:no-repeat;
}

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


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
   background-image:url(../img/bg1.gif);
   background-repeat:repeat-x;
   margin-top:20px;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
}
#header {
   position: relative;
   float:left;
   height: 194px;
   clear:left;
}
#logo a {
   position:absolute;
	 display:block;
	 top:0px;
	 left:0px;
	 width:357px;
	 height:194px;
   background-image:url(../img/logo1.gif);
}
#logo a span {
   display:none;
}
#clear {
   position: relative;
   clear: both;
   height: 1px;
}
#footer {
   position: relative;
	 float:left;
	 clear:both;
	 width:100%;
   height:200px;
   background-image:url(../img/footer1.gif);
   background-repeat:repeat-x;
	 text-align:center;
}
#footer p {
   padding-top:1.9em;
   width:900px;
	 margin:0px auto;
	 text-align:left;
	 line-height:1.9em;
	 color:#FFFFFF;
}
#footer p a {
   color:#FFFFFF;
}
#content {
   float:right;
   padding: 0px;
   min-height:400px;
}
* html #content {
   height:400px;
}
#accessibility {
   position:absolute;
   top:0px;
   right:0px;
   text-align:right;
	 font-size:0.8em;
}
#headernav {
   position:absolute;
   top:126px;
   right:0px;
	 height:37px;
}
.leftthin,.rightthin {
   width:250px;
}
.leftwide,.rightwide {
   width:600px;
}
.leftmid,.rightmid {
   width:425px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:4em;
	 float:left;
	 width:100%;
}
.panel {
   width:250px;
	 height:130px;
	 background-image:url(../img/panel1.gif);
   background-repeat:no-repeat;
	 position:relative;
}
.panel h3 {
   padding:10px 10px 0 20px;
   margin:0;
}
.panel p {
   padding:0px 10px 0 20px;
	 margin:0;
}
.panelbutton a {
   position:absolute;
	 display:block;
	 right:0px;
	 bottom:15px;
	 width:100px;
	 height:27px;
   background-repeat:no-repeat;
}
#panelbutton1 {
	 background-image:url(../img/view1.gif);
}
#panelbutton2 {
	 background-image:url(../img/continue2.gif);
}
.panelbutton a span {
   display:none;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #000066;
   color:#000066;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#000066;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#000066;
}
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:35px;
}
.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:#2251b8;
   color:#FFFFFF;
}
