body {
    background: url(../graphics/bck/homepage.jpg) no-repeat fixed;
    background-position: top center;
    background-color:  #C6C9CC;
	height: 100%;
    margin: 0px;
	font-family: Verdana;
    text-align: center;
}
#topnav {
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
	width: 940px;
    height: 100px;
    background: url(../graphics/bck_top.gif) top no-repeat #ECEDED;
    border: 0px #33CCFF solid;
    border-bottom: 1px solid #A3A3A3;
    letter-spacing: 1px;
	font-size: 11px;
    overflow: hidden;
}
#topnav .logo {
   position: relative;
   width: 290px;
   float: left;
   margin-left: 10px;
   margin-top: 10px;
}
#topnav .years25 {
   position: relative;
   width: 75px;
   float: left;
   margin-left: 35px;
   margin-top: 10px;
}
#topnav .nav {
   margin-top: 10px;
   position: relative;
   float: right;
   width: 480px;
}
#topnav .SKF {
    text-align: right;
	font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #088091;
    width: 470px;
    height: 30px;
    margin-top: 30px;
    margin-left: 0px;
}
#topnav .nav ul {
   display: inline;
}
#topnav .nav li {
    list-style-type: none;
    display: inline;
    line-height: 20px;
    vertical-align: middle;
}
#topnav .nav li img {
    margin-bottom:0px;
}
#topnav .nav a {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #70777D;
    font-weight: bold;
  }
#topnav .nav a:hover {
	color: #000000;
    text-decoration: underline;
   }
#topnav .nav .on a {
	color: #000000;
    text-decoration: underline;
   }
#topnav .nav .on a:hover {
	color: #70777D;
    text-decoration: none;
   }
.ContentSite {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
	width: 940px;
    background-color: #FFFFFF;
    border: 0px;
    overflow: auto;
}
#footer {
    clear: both;
    position: relative;
    width: 940px;
    height: 28px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: url(../graphics/bck_footer.gif) no-repeat;
	overflow: hidden;
    padding: 2px 0px 0px 0px;
	font-size: 11px;
	color: #B7B7B7;
    letter-spacing: 1px;
    list-style: none;
    text-align: left;
    line-height: 24px;
}
#footer ul {
    display: inline;
}
#footer li {
    list-style-type: none;
    display: inline;
    margin-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #B7B7B7;
}
#footer .last {
    border-right: 0px solid #B7B7B7;
}
#footer a {
	color: #F2F2F2;
	text-decoration: none;
    font-weight: bold;
}
#footer a:hover {
	color: #B7B7B7;
	text-decoration: underline;
}