body {
background-color: #DBDAD6;
}

a {
text-decoration: underline;
}

a:link  {
color: #006699;
}

a:visited {
color: #006699;
}

a:active {
color: #006699;
}

a:hover {
color: #006699;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

#container {
line-height: 110%;
margin-right: auto;
margin-left: auto;
text-align: left;
width: 900px;	
background-color: #FFFFFF;
border: 1px solid #DBDAD6;
}

#banner {
font-family: Georgia, 'Times New Roman', serif;
color: #FFFFFF;
background-color: #006699;
text-align: left;
padding: 10px;
border-right: 2px solid #000000;
border-left: 2px solid  #000000;
border-bottom: 2px solid #000000;
border-top: 2px solid #000000;
}

a#banner-img {
display: none;
}


#banner a {
color: #FFFFFF;
text-decoration: none;
}

#banner h1 {
font-size: 25px;
font-weight: bold;
}

#banner h2 {
font-size: 12px;
}

#nav { 
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;        
font-family: Georgia, 'Times New Roman', serif;
background-color: #FFFFFF;
color: #000000;
text-align: left;
border-right: 2px solid #000000;
border-left: 2px solid  #000000;
border-bottom: 2px solid #000000;
}

#nav a {
color: #000000;
text-decoration:none;
}

#nav a:hover {
color: #000000;
text-decoration:underline;
}

.navright { 
float: right; 
padding-right:5px; 
padding-top: 0px;
padding-bottom: 0px;
}

.navleft {
padding-left:5px;
}

#center {
width: 700px;
overflow: hidden;
border-color: #000000; 
}

.boxes {
border-style: solid;
border-color: #000000; 
background-color: #FFFFFF;
border-width: 2px; 
padding-left: 5px; 
padding-right: 5px; 
padding-top: 5px; 
padding-bottom: 5px;
margin-left: 0px;
margin-right: 0px; 
margin-top: 0px; 
margin-bottom: 0px;  
text-align: left;
}

.content {
padding: 15px 15px 5px 15px;
background-color: #FFFFFF;
color: #666666;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: small;
}

.content p {
color: #666666;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: small;
font-weight: normal;
line-height: 150%;
margin-bottom: 10px;
}

.content blockquote {
line-height: 150%;
}

.content li {
line-height: 150%;
}

.content h2 {
color: #006699;
text-decoration: underline;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: small;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

.content h3 {
color: #000000;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: small;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

.content p.posted {
color: #999999;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: x-small;
border-top: 1px solid #999999;
text-align: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}

.link-note {
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
line-height: 150%;
text-align: left;
padding: 2px;
margin-bottom: 15px;
}

#powered {
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
line-height: 150%;
text-align: left;
color: #666666;
margin-top: 50px;
}

#comment-data {
float: left;
width: 180px;
padding-right: 15px;
margin-right: 15px;
text-align: left;
border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
width: 80%;
}