/* CSS Document */
body {
background: #000000 url(../topBG_01.jpg);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}

#content {
margin-left: 73px;
margin-top: 320px;
width: 700px;
}
#navigation {
font-family: Georgia, "Times New Roman", serif;
color:#333333;
padding: 10px 0px 10px 0px;
border-bottom: 1px dotted #666666;
border-top: 1px dotted #666666;
}
#navigation a {
text-decoration: none;
color: #999999; 
font-size: 12px;
}
#navigation a.active {
text-decoration: none;
color: #FFFFFF; 
}
#navigation a:hover {
text-decoration: none;
color: #CCCCCC; 
}

#content2{
margin-top: 60px;
font-family: Georgia, "Times New Roman", serif;
font-size: 12px;
line-height: 22px;
color:#CCCCCC;
}

#content2 h1 {
font-size: 18px;
font-style: italic;
font-weight: normal;
}
#content2 a {
color: #FFFFFF;
}

#content2 p {
padding-bottom: 11px;
margin: 0px;
}

#content2 p.date {
text-transform: uppercase;
letter-spacing: 1px;
}


