﻿/* CSS layout */
* {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
background-color: #C0C0C0;
}

a {
text-decoration: none;
color: #0176C6;
}

a:hover {
text-decoration: underline;
color: #111;
}

hr {
height:2px;
border-width:0;
color:gray;
background-color:gray;
margin-top:5px;
margin-bottom:5px;
}

.title {
font-size: 16px;
font-weight: bold;
}

#wrap {
width: 850px;
margin: 0 auto;
background-color: #FFFFFF;
}

#wrap p{
margin-bottom: 6px;
}

#masthead {
position: relative;
height: 150px;
}

#masthead img{
border:0;
}

#masthead_logo{
width: 300px;
margin-left: 15px;
margin-top: 2px;
}


#masthead_nav {
width: 500px;
position: absolute;
text-align:right;
right: 10px;
top: 10px;
}

#top_nav {
background-color: #333;
border-top: 2px solid #808080;
border-bottom: 4px solid #808080;
padding: 6px;
height: 16px;
}

#top_nav li {
float:left;
list-style-type: none;
}

#top_nav li a {
display: block;
font-size: 16px;
letter-spacing: 0px;
padding:0 5px;
margin: 0 5px;
text-decoration:none;
color: #C0C0C0;
}

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

#container {
position: relative;
margin: 20px;
}

#footer {
margin-top: 10px;
width: 100%;
background-color: #333;
color: #C0C0C0;
border-top: 2px solid #808080;
border-bottom: 4px solid #808080;
text-align: center;
font-size: 11px;
padding: 10px 0 10px 0;
}
