/* CSS Document */
body {
color: #666666;
font-family: verdana, tahoma, arial;
font-size: 13px;
margin: 0;
}

#wrapper {
width: 750px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 750px;
height: 315px;
background-image: url(images/logo1.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
padding-top: 80px;
margin-bottom: 10px;
}

.links {
width: 120px;
height: 20px;
float:right;
font-weight: bold;
padding-right: 10px;
}
.links  a {
width: 120px;
height: 20px;
float:right;
font-weight: bold;
padding-right: 20px;
text-decoration: none;
color: #ffffff;
}
.links a:hover {
width: 120px;
height: 20px;
float:right;
font-weight: bold;
padding-right: 20px;
text-decoration: underline;
background-color:#999999;

}

.title {
width: 200px;
height: 130px;
float:left;
font-weight: bold;
padding-left: 140px;
margin-top: 210px;
}

.navTable{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}


#content {
width: 750px;
float:left;
font-weight: bold;
margin-bottom: 10px;
}

h1 {
font-family: verdana, tahoma, arial;
font-size: 13px;
border-bottom: 1px solid #666666;
}

h2 {
color: #000000;
font-family: verdana, tahoma, arial;
font-size: 13px;
}
