/*GLOBAL STYLES*/
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote
{
padding:0;
border:0;
margin:0;
}
/*BODY STYLES*/
body
{
background-color: #D6D6D6;
font-size:0.9em;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #333333;
text-align:center;
background-image:url(../img/bg1.gif);
background-repeat:repeat-x;
}

/*GLOBAL STYLES*/
.dynamictext p
{
margin:0;
padding:0;
}
.dynamictext h2,.dynamictext h3,.dynamictext h4
{
margin:1em 0;
}
a
{
color: #729CCF;
}
a:hover
{
color: #1D5AA5;
}
ol li {
   margin-top:4px;
	 color:#555555;
}
h1,h2,h3,h4,h5,h6
{
clear:both;
}
.dynamictext.about-text p {margin:0 0 20px}
h1
{
color: #1D5AA5;
font-size:1.6em;
}
h2
{
color:#729CCF;
font-size:1.6em;
font-family:Georgia,Arial,Helvetica,Sans-Serif;
margin:0;
padding:0;
}
h2.maintitle
{
padding-top:1em;
padding-bottom:0.5em;
}
h3
{
color:#999999;
font-size:1.3em;
font-family:Georgia,Arial,Helvetica,Sans-Serif;
}
blockquote
{
border:1px solid #DDDDDD;
padding:1em;
clear:both;
margin:1em 0;
background-image:url(../img/gradient3.gif);
background-repeat:repeat-x;
background-position:bottom left;
}
blockquote.valid,blockquote.invalid
{
color:#FFFFFF;
border:0;
background-image:none;
}
blockquote.valid a,blockquote.invalid a
{
color:#FFFFFF;
text-decoration:underline;
}
blockquote.valid
{
background-color:#00CC00;
}
blockquote.invalid
{
background-color:#FF0000;
}
.error
{
color:#FF0000;
}
.success
{
color:#00CC00;
}
ul.inline
{
list-style:none;
margin:0;
padding:0;
}
ul.inline span
{
float:left;
margin-right:5px;
}
ul.inline li
{
float:left;
padding:0px 5px 0px 5px;
border-left:1px solid #1D5AA5;
}
/*FORM STYLES*/
form fieldset
{
border:1px solid #EEEEEE;
padding:1em;
background-image:url(../img/gradient2.gif);
background-repeat:repeat-x;
background-position:bottom left;
}
form legend
{
background-color:#FFFFFF;
color:#666666;
padding:0.2em;
}
form label
{
font-weight:bold;
display:block;
padding:0.2em 0;
color:#1D5AA5;
}
form input,form select
{
border:1px solid #999999;
}
.textbox1
{
background-color: #FFFFFF;
width:100%;
height: 22px;
}
.imagebutton
{
float:right;
border:0;
margin-top:5px;
}
.button1
{
font-weight: bold;
background-color: #1D5AA5;
color:#FFFFFF;
}
textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
background-color: #FFFFFF;
border:1px solid #999999;
width: 100%;
height: 200px;
}
select.wide
{
background-color: #FFFFFF;
border: 1px solid #1D5AA5;
width: 100%;
}
select.multiple1
{
width: 100%;
height: 140px;	
}

.table {width:100%; overflow-x:scroll; margin:0 0 20px;}
.table table {width:100%; }
.table table th {width:100%; font-size: 13px; line-height: 22px; font-weight:bold; margin: 0 0 10px; background:#eee; border:1px solid #1d1d1b; padding:10px}
.table table td {width:100%; font-size: 13px;line-height: 22px;word-wrap: break-word; margin: 0 0 10px;padding:10px; border:1px solid #1d1d1b}
.table table th:first-child {width:20%}
.table table th:nth-child(2) {width:20%}
.table table th:nth-child(3) {width:60%}
.table table td:first-child {width:20%}
.table table td:nth-child(2) {width:20%}
.table table td:nth-child(3) {width:60%}

.cookie-notice {position: fixed;bottom: 0;left: 0;width: 100%;z-index: 9999;background-color: #e6e6e6;text-align: center;padding: 0;display: none;}
.cookie-notice p{padding: 5px 45px;margin: 7px 0;}
.cookie-notice p a {text-decoration: underline}
.cookie-notice .c-agree {position: absolute;top: 16px;right: 20px;width: 15px;height: 15px;display: block;cursor: pointer;}
.cookie-notice .c-agree:after, .cookie-notice .c-agree:before{content: '';display: block;position: absolute;top: 50%;left: 50%;margin-top: -1px;margin-left: -7.5px;width: 15px;height: 2px;background-color: #575757;}
.cookie-notice .c-agree:before{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.cookie-notice .c-agree:after{-webkit-transform: rotate(45deg);transform: rotate(45deg);}

/*
NAVIGATION
*/
.menubuttons
{
width:100%;
}
.menubuttons ul
{
list-style:none;
margin:0;
padding:0;
}
.menubuttons li a
{
display:block;
background-color:transparent;
border-bottom: 1px solid #EEEEEE;
color:#729CCF;
width:100%;
padding:0.8em 0;
}
.menubuttons li a:hover
{
color:#1D5AA5;
}
.menubuttons li.active a
{
background-color:#FFFFFF;
color:#1D5AA5;
font-weight:bold;
}

#headernav ul
{
list-style:none;
margin:0;
padding:0;
border:0;
}
#headernav li
{
display:inline;
}
#headernav li a
{
float:left;
font-size:14px;
background-color:transparent;
color:#FFFFFF;
padding:0 16px;
height:25px;
display:block;
background-image:url(../img/bullet1.gif);
background-repeat:no-repeat;
background-position:left center;
font-family:Georgia,Arial,Helvetica,Sans-Serif;
text-decoration: none;
}
#headernav li a span
{
position:relative;
top:3px;
}
#headernav li a:hover
{
background-color:#124380;
color:#FFFFFF;
}
#headernav li.active a
{
background-color:#124380;
color:#FFFFFF;
font-weight:bold;
}

/*
PAGE CONTENT
*/
#accessibility
{
width:760px;
margin:0px auto;
text-align:right;
clear:both;
}
#container
{
width:760px;
margin:0px auto;
text-align:left;
clear:both;
background-color:#FFFFFF;
}
#header
{
position: relative;
width: 760px;
height: 123px;
clear:left;
background-image:url(../img/header1.gif);
background-repeat:no-repeat;
}
#headernav
{
position:absolute;
width:760px;
height:25px;
top:26px;
left:0px;
}
#footer
{
position: relative;
clear: both;
width: 760px;
height:105px;
background-image:url(../img/footer1.gif);
background-repeat:no-repeat;
}
#footertext
{
color:#666666;
padding-top:10px;
font-size:12px;
line-height:2em;
}
#content
{
float:right;
width: 760px;
padding: 0px;
min-height:452px;
background-repeat:repeat-x;
}
* html #content
{
height:452px;
}
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
clear:both;
}
.datatable tr,.datatable td
{
border-bottom:1px solid #EEEEEE;
padding:0.2em 0;
}
.dataheadings
{
font-weight:bold;
background-color:#1D5AA5;
color:#FFFFFF;
}
.padder
{
padding:20px;
}