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: #d3d3d3;
   color: #333333;
}
body,textarea {
   font-family:"Georgia", "Times New Roman" Arial, Helvetica, sans-serif;
   font-size:0.9em;
}


/*MAIN STYLES*/


a {
   color: #870000;
}
a:hover {
   color: #000000;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#9e9e9e;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.5em;
	 color:#3d3d3d;
}
h3 {
   font-size:1.2em;
   color: #870000;
}
h4 {
   font-size:1em;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
   margin:0;
   padding:1em 0;
}
p {
   line-height:1.6em;
}
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:#9e9e9e;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#870000;
}
.menubuttons li.active a {
   color:#870000;
   font-weight:bold;
}
#headernav li {
   display:inline;
}
#headernav li a {
   display:block;
   float:left;
   padding:0 18px;
	 height:35px;
	 color:#FFFFFF;
   text-decoration:none;
   background-image:url(../img/line1.gif);
   background-repeat:no-repeat;
   background-position:top right;
   position:relative;
	 font-size:1.1em;
	 
}
#headernav li a span.text
{
   position:relative;
   top:5px;
}
#headernav li.active a {
   color:#870000;
   background-image:url(../img/tab_left1.gif);
   background-repeat:no-repeat;
   background-position:top left;
}
#headernav li.active a:hover
{
color:#edc1c1;
}
span#tabright
{
position:absolute;
right:-1px;
top:0px;
width:7px;
height:35px;
display:block;
background-image:url(../img/tab_right1.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;
}
#container,#header,#content,#footer {
   width:760px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
	 background-color:#FFFFFF;
	 border-right:10px solid #FFFFFF;
	 border-left:10px solid #FFFFFF;
}
#header {
   position: relative;
   float:left;
   height: 272px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
   background-color:#CCCCCC;
}
#clear {
   position: relative;
   clear: both;
   height: 20px;
}
#footer {
   position: relative;
   clear: both;
   height: 105px;
   background-image:url(../img/footer_bg1.gif);
   background-repeat:repeat-x;
	 width:100%;
	 float:left;
	 text-align:center;
}
#footerinner {
   height: 105px;
	 width:760px;
	 margin:0px auto;
	 color:#FFFFFF;
	 text-align:left;
}
#footerinner p {
   line-height:2em;
	 padding-top:0.5em;
}
#content {
   float:right;
   padding: 0px;
   min-height:300px;
   background-image:url(../img/bg1.gif);
   background-repeat:no-repeat;
}
* html #content {
   height:300px;
}
#accessibility {
   position:absolute;
   top:3px;
   right:20px;
   text-align:center;
	 width:320px;
	 font-size:0.9em;
}
#headernav {
   position:absolute;
   top:200px;
	 height:35px;
   left:12px;
}
.leftthin,.rightthin {
   width:210px;
}
.leftwide,.rightwide {
   width:460px;
}
.leftmid,.rightmid {
   width:335px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:4em;
	 float:left;
	 width:700px;
	 position:relative;
	 left:31px;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #870000;
   color:#870000;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#870000;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#870000;
}
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:140px;
	 height:30px;
}
.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:#9e9e9e;
   color:#FFFFFF;
}

/*EXTRAS*/

.rightpanel
{
width:200px;
float:left;
background-image:url(../img/rightpanel1.gif);
background-repeat:no-repeat;
background-position:bottom left;
position:relative;
padding-bottom:55px;
}
.rightpaneltop
{
width:200px;
height:22px;
position:absolute;
top:0px;
left:0px;
background-image:url(../img/rightpaneltop1.gif);
background-repeat:no-repeat;
}
.rightpanel h3
{
border:0;
padding:22px 14px 5px 14px;
margin:0;
font-size:1.2em;
}
.rightpanel p
{
padding:0 14px;
margin:0;
}
.panelbutton a
{
width:104px;
height:28px;
position:absolute;
right:14px;
bottom:14px;
background-image:no-repeat:
}
#panelbutton1
{
background-image:url(../img/continue2.gif);
}
#panelbutton2
{
background-image:url(../img/view1.gif);
}
#panelbutton3
{
background-image:url(../img/readmore3.gif);
}
.panelbutton a span
{
display:none;
}