 body {
        background: #fff;
        margin: 0;
        padding: 0;
}
#navlist
{
color: white;
background: #17a;
border-bottom: 0.2em solid #17a;
border-right: 0.2em solid #17a;
padding: 0 1px;
margin-left: 0;
width: 12em;
font: normal 0.8em Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: white;
background: #39c;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 1em solid #fc0;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
background: #28b;
border-color: #069 #6cf #5bd #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}
#header{
    position:relative; 
    height:124px; 
    background-image: url(/images/header_bg.gif);
}
#logo {
	position: absolute;
	width:200px;
	height:124px;
	top: 0px;
	left: 0px;
}
#picture {
	position: absolute;
	height:124px;
	width: 240px;
	top: 0px;
	right: 0px;
}
#footer{
        width:100%;
        background-color:#fff;
        color: #666;
        border-top: 1px solid #4b8baf;
        text-align: center;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

a:link {
	color:#999;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #226188;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0em;
        margin-bottom: 0em;
        /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
        font-size: 1.7em;
        margin: 1.2em 0em 1.2em 0em;
        font-weight: normal;
}
h3 {
        font-size: 1.4em;
        margin: 1.2em 0em 1.2em 0em;
        font-weight: normal;
}
h4 {
        font-size: 1.2em;
        margin: 1.2em 0em 1.2em 0em;
        font-weight: bold;
}
h5 {
        font-size: 1.0em;
        margin: 1.2em 0em 1.2em 0em;
        font-weight: bold;
}
h6 {
        font-size: 0.8em;
        margin: 1.2em 0em 1.2em 0em;
        font-weight: bold;
}

img {
	border: 0;
}

ul,ol {
	width: 100%;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type:none;
}

li {
	width: auto;
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0 0 0 3;
	border: 0;
	padding: 0 0 0 0;
	list-style-type:none;
}

table,td {
	font-size: 1.0em;
	color: #000;
}

form {
	padding: 0;
	margin: 0;
}

p {
        font-size: 85%;
        font-family : ariel;
}
strong, b {
	font-weight: bold;
}

.inputbox {
	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
	background: #eee;
	border: 1px solid #999;
	margin-left: 10px;
}

.contact
	{
	text-align: left;
	margin-left: 20px;
	}
.strong {
	font-weight: bold;
}
.small {
	color: #666;
	line-height: 1;
}

