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: #2496CE;
}
a:hover {
   color: #142B5F;
   text-decoration: none;
}

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


/* 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:#2496CE;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#142B5F;
}
.menubuttons li.active a {
   color:#142B5F;
   font-weight:bold;
}
#headernav ul
{
list-style:none;
margin:0;
padding:0;
border:0;
}
#headernav li
{
display:inline;
}
#headernav li a
{
float:left;
color:#FFFFFF;
display:block;
text-decoration:none;
background-image:url(../img/line1.gif);
background-repeat:no-repeat;
background-position:top right;
height:39px;
padding:0 17px;
position:relative;
}
#headernav li a span.text
{
position:relative;
top:10px;
}
#headernav li a:hover
{
color:#2496CE;
}
#headernav li.active a
{
background-image:url(../img/tab1.gif);
background-repeat:no-repeat;
background-position:top left;
color:#142B5F;
left:-3px;
}
#headernav li.active a:hover
{
color:#FFFFFF;
}
span#tabright
{
position:absolute;
right:-1px;
top:0px;
width:6px;
height:39px;
display:block;
background-image:url(../img/tab2.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;
	 background-position:bottom left;
}
#container,#header,#content,#footer {
   width:760px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
}
#header {
   position: relative;
   float:left;
   height: 161px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
}
#footer {
   position: relative;
   clear: both;
   height: 97px;
   background-image:url(../img/footer1.gif);
   background-repeat:no-repeat;
}
#footer p {
   font-size:0.9em;
   color:#FFFFFF;
	 line-height:1.7em;
	 padding:0.6em 0 0 0;
}
#footer p a {
   color:#FFFFFF;
}
#content {
   float:right;
   padding: 0px;
   min-height:300px;
}
* html #content {
   height:300px;
}
#accessibility {
   position:absolute;
   top:0px;
   right:0px;
   text-align:right;
	 font-size:0.8em;
}
#headernav {
   position:absolute;
   top:122px;
   left:10px;
	 height:39px;
	 width:750px;
}
.leftthin,.rightthin {
   width:230px;
}
.leftwide,.rightwide {
   width:470px;
}
.leftmid,.rightmid {
   width:350px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:2em;
	 float:left;
	 width:733px;
	 position:relative;
	 left:27px;
}

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