/*
Stylesheet for Colourpoint printing, designed by Gecko Graphic Design 2008
*/

body {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #666666;
line-height: 140%;
margin: 0;
padding: 0;
}


h1 {
font-size: 12px;
font-weight: bold;
color: #4c3785;
line-height: 120%;
margin: 0;
padding-top: 25px;
}

h2 {
font-size: 10px;
font-weight: normal;
color: #666666;
line-height: 110%;
margin: 0;
padding-top: 10px;
}

h3 {
font-size: 10px;
font-weight: normal;
color: #666666;
line-height: 100%;
margin: 20px;
padding: 0px;
}


h4 {
font-size: 11px;
font-weight: normal;
color: #666666;
line-height: 75%;
margin: 0;
padding-top: 5px;
}

h5 {
font-size: 11px;
font-weight: bold;
color: #4c3785;
line-height: 150%;
margin: 0;
padding-top: 5px;
padding-bottom: 10px;
}

h6 {
font-size: 20px;
font-weight: normal;
color: #97979b;
line-height: 150%;
margin: 0;
padding-top: 50px;
}

ul {
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
color: #ffffff;
line-height: 250%;
list-style-type: none;
padding-left: 20px;
padding-bottom: 45px;
margin-left: 0px;
}

hr {
border: none;
background-color: #4c3785;
color: #4c3785;
height: 1px;
width: 100%;
}

a:link, a:visited {
color: white;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #97979b;
}

#branding, #navigation {
position: absolute;
margin: 0;
padding: 0;
}

#branding {
top: 0;
left: 50px;
width: 200px;
height: 118px;
}

#navigation {
top: 118px;
left: 50px;
width: 200px;
height: 350px;
background-image: url(nav_background.jpg);
background-repeat: no-repeat;
text-align: left;
margin-left: 0px;
padding-top: 35px;
}

#image {
position: relative;
width: 681px;
top: 0px;
height: 320px;
text-align: left;
left: 275px;
margin: 0px;
padding: 0px;
}

#content {
position: relative;
width: 681px;
text-align: left;
left: 275px;
margin-left: 0px;
padding-bottom: 25px;
}

#base {
position: relative;
width: 906px;
height: 63px;
left: 50px;
padding-bottom: 0;
background-image: url(base_background.jpg);
background-repeat: x-repeat;
}

#footer {
position: relative;
clear: both;
width: 906px;
left: 50px;
text-align: left;
padding-top: 0;
margin-bottom: 50px;
}


