body {
padding: 0px;
margin: 0px;
background-color: #ECF0F3;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #F58220;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #cccccc;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #999999;
scrollbar-track-color: #EFEFEF;
}

html, body, td, div, p, span {
color: #000000;
font-family: verdana;
font-size: x-small;
}

a {
color:#E42E00;
font-family:verdana,arial;
}

a:hover	{
color:#FF9400;
}

hr {
height: 1px;
color: #cccccc;
}

ul {
list-style-image: url(images/template/bullet.jpg);
list-style-type: disc;
}

#header {
background-image: url(images/template/bg-header.gif);
}

.contentbox {
background-color: #ffffff;
}

.contentbox2 {
padding: 0px 20px 20px 0px;
background-color: #ffffff;
background-image: url(images/template/bg-subhead-right.jpg);
background-position: top right;
background-repeat: no-repeat;
}

.bottom {
background-image: url(images/template/bg-bottom.gif);
}

.subnavbar {
background-image: url(images/template/bg-subnav.gif);
}

.subheadbox {
background-image: url(images/template/bg-subhead.gif);
}

.column {
background-image: url(images/template/bg-navstrip-left.gif);
}

.navbox {
background-color: #ECF0F3;
}

.subnav	{
width: auto;
text-align: center;
color: #FFA800;
font-size: xx-small;
}

h2 {
font-size: medium;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0;
}

.small {
font-family: verdana;
font-size: xx-small;
color: #8DA6B9;
}

/* ========================================================================================= */
/* NAVIGATION - With Colour Mouseovers */
/* ========================================================================================= */

#navigator {
width: 152px;
}

.button1, .button2, .button3, .currentpage, .submen {
font-family: verdana;
font-size: xx-small;
font-weight: bold;
text-align: center;
margin: 0px;
padding: 0px;
width: 152px;
}

.button1 a, .button2 a, .button3 a, .currentpage a, .submen a {
padding: 4px 15px 5px 6px;
text-decoration: none;
display: block;
width: 100%;
border-top: solid #ffffff 1px;
}

html>
body #navigator .button1 a,
body #navigator .button2 a,
body #navigator .button3 a,
body #navigator .currentpage a,
body #navigator .submen a {
width: auto;
}

.currentpage a {
color: #FF9900;
background-color: #FFCC66;
border-bottom: solid #FF9900 1px;
}

.button1 a {
color: #000000;
background-color: #FFD800;
border-bottom: solid #FFA800 1px;
}

.button2 a {
color: #000000;
background-color: #cccccc;
border-bottom: solid #000000 1px;
}

.button3 a {
color: #FFFFFF;
background-color: #FF5420;
border-bottom: solid #000000 1px;
}


.submen a {
color: #0066CC;
background-color: #66CCFF;
border-bottom: solid #0066CC 1px;
}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.button3 a:hover,
.submen a:hover {
color: #FFF66E;
background-color: #FF3300;
border-bottom: solid #961B00 1px;
}