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: #D4D4D4;
	 background-image:url(../img/bg2.gif);
	 background-repeat:repeat-x;
   color: #555555;
}
body,textarea {
   font-family:Georgia, Arial, Helvetica, sans-serif;
   font-size:0.9em;
}


/*MAIN STYLES*/


a {
   color: #A80432;
}
a:hover {
   color: #222222;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#777777;
	 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:#A80432;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#222222;
}
.menubuttons li.active a {
   color:#222222;
   font-weight:bold;
}
#headernav li {
   display:inline;
}
#headernav li a {
   display:block;
   float:left;
   padding:0 20px;
	 height:38px;
	 color:#FFFFFF;
	 text-decoration:none;
	 border-right:1px solid #BA1A1F;
}
#headernav li a span {
   position:relative;
	 top:8px;
}
#headernav li a:hover {
   color:#F0A9BD;
}
#headernav li.active a {
   background-color:#BA1A1F;
   color:#FFFFFF;
}
#headercaption h1 {
   display:block;
	 position:absolute;
	 right:40px;
	 top:44px;
	 font-size:0.8em;
	 font-weight:normal;
	 padding:0;
	 margin:0;
	 text-align:right;
   font-family:Tahoma,Arial,Verdana,Sans-Serif;
}
#headercaption h1 span {
   font-weight:bold;
	 display:block;
	 font-size:2em;
	 color:#A80432;
	 padding-top:0.2em;
}

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;
}
#header {
   position: relative;
   float:left;
   height: 172px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
   background-color:#CCCCCC;
}
#clear {
   position: relative;
   clear: both;
   height: 1px;
}
#footer {
   position: relative;
   clear: both;
	 float:left;
	 width:100%;
   height: 109px;
   background-image:url(../img/footer1.gif);
   background-repeat:repeat-x;
	 color:#FFFFFF;
	 text-align:center;
}
#footerinner {
   text-align:left;
	 width:760px;
	 margin:0px auto;
	 font-size:0.8em;
	 line-height:2em;
	 padding-top:10px;
}
#content {
   float:right;
   padding: 0px;
   min-height:300px;
	 background-color:#FFFFFF;
   background-image:url(../img/bg1.gif);
   background-repeat:repeat-x;
}
* html #content {
   height:300px;
}
#accessibility {
   position:absolute;
   top:2px;
   right:40px;
   text-align:right;
	 font-size:0.8em;
}
#headernav {
   position:absolute;
   top:117px;
   left:20px;
}
.leftthin,.rightthin {
   width:220px;
}
.leftwide,.rightwide {
   width:420px;
}
.leftmid,.rightmid {
   width:330px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:3em;
	 float:left;
	 width:695px;
	 position:relative;
	 left:40px;
}

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



.photobox {
   float:left;
	 padding-bottom:1px;
	 border-bottom:10px solid #A80432;
	 margin-bottom:10px;
}