a:link{
text-decoration: none;
color: #CC0000;
background-color: transparent;
text-transform: uppercase;
}

a:visited{
text-decoration: none;
color: #CC0000;
background-color: transparent;
text-transform: uppercase;
}

a:hover{
text-decoration: none;
color: #CC0000;
background-color: transparent;
font-weight: bold;
text-transform: uppercase;
}

table{
border-collapse: separate;
font-family: verdana, arial, sans-serif;
text-align: left;
}

.title {
font-family: verdana, arial, sans-serif; 
font-size: 11px;
font-weight: bold;
font-style: italic;
color: #000000;
line-height: 25px;
text-transform: uppercase;
border-bottom : 2px solid #CC0000;
}



.head {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
color: #000000;
line-height: 16px;
text-transform: uppercase;
}

body{
background-color: #FFFFFF;
margin: 0px;
}

#container {
position:absolute;
top:0px;
left:0px;
width: 600px;
margin: 0 auto;
background-color: #FFFFFF;
text-align: left;
height:100%;
}

#main {
margin: 0px auto;
background-color: #FFFFFF;
width: 600;
text-align: left;
}

#header {
width: 100%;
padding-top: 0px;
height: 323px;
margin: 0 auto;	
}

#content {
width: 320px;
float: left;
text-align: justify;
font-family: verdana, arial, sans-serif;
font-size: 10px;
line-height: 15px;
padding: 10px;
color: #000000;
margin: 0 auto;
background: #FFFFFF;
}

#leftnav {
width: 140px;
float: left;
text-align: justify;
font-family: verdana, arial, sans-serif;
font-size: 10px;
line-height: 10px;
padding: 10px;
color: #000000;
margin: 0 auto;
background: #FFFFFF;
height: auto;
}

#footer {
clear: both;
width: 580px;
text-align: left;
font-family: verdana, arial, sans-serif;
font-size: 10px;
line-height: 15px;
padding: 10px;
color: #000000;
background: #FFFFFF;
margin: 0 auto;
}

img {
border: 0px none;
}

blockquote {
font-family: verdana, Arial, Tahoma, Helvetica, sans-serif;
margin: 10px; 
background-color: #FFFFFF;
color: #000000;
padding: 5px; 
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 2px;
}
#navigation a {
   background: #CC0000;
   color: #000000;
   display: block;
   width: 100px;
font-weight: bold;
   border-left: 5px solid #000000;
   padding: 5px;
}
#navigation a:hover {
   background: #000000;
   color: #CC0000;
   text-decoration: none;
   border-left: 5px solid #CC0000;
}