body
{
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFF;
}



#container
{
	position: relative;
	clear: both;
	width: 861px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
}



#header
{
	position: relative;
	height: 166px;
	width: 861px;
	background-image: url('header.jpg');
	padding: 0;
}

#addresstext {
	font-family: "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size:10px;	
	color:#FFF;
	padding: 78px 0 0 75px;
	width:150px;
    font-weight:bold;
	
}

#addresstext a {
	color:#FFF;
	text-decoration:none;
}

#addresstext a:hover {
	color:#F90;
}



#headertext
{
	font-family: "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-size:28px;	
	color:#FFF;
	padding: 75px 0 0 72px;
	font-weight:bold;
	
	
}

#footer
{
	background:url(footer.jpg) no-repeat;
	height:45px;
	width:861px;
	padding:25px 0 5px 75px;
}




#navigation
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 35px;
	line-height: 35px;
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
	background: url(navigation.jpg) no-repeat;
	color: white;
}

#navigation ul
{
	margin: 0px -16px 0px -16px;
	list-style: none;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	margin: 0 30px 0 30px;
	color:#707173;
}

#navigation ul li:hover
{
	display: inline;
	color:#8ca9c4;
}


#navigation a
{
	text-decoration: none;
	color: #707173;
}

#navigation a:visited
{
	text-decoration: none;
	color: #707173;
}

#navigation a:focus
{
	text-decoration: none;
	color:#707173;
}

#navigation a:hover
{
	text-decoration: none;
	color: white;
}

#navigation a:active
{
	text-decoration: none;
	color: black;
}

#content
{
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #444;
	background: url(body_bg.jpg) repeat-y;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 75px;
	padding-right: 65px;
	padding-bottom: 15px;
	padding-top: 5px;
}




#content img
{
	padding-left: 10px;
	padding-right: 10px;
}

#content h1
{
        margin-top: 10mm;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 18px;
}


#content h2
{
	margin-top: 7mm;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
	font-size: 16px;
}

#content h2 a
{
	text-decoration: none;
	color: #26588C;
}

#content h3
{
       font-size: 13px;
}

#content a
{
	text-decoration: underline;
	color: #26588C;
}


.right { 
  padding-left: 5mm;
  padding-top: 5mm;
  padding-bottom: 5mm;
  border: none;
}

#content a:hover
{
	text-decoration: none;
	color: #26588C;
	background: #CCC;
}



