@media screen { 
body {
padding : 0; 
margin : 0; 
background-color : #000000; 
text-align : center; 
font-family : arial, verdana, sans-serif; 
font-size : 100%; 
color : #000000; 
}
 
#container {
margin-left : auto; 
margin-right : auto; 
margin-top : 6px; 
width : 765px; 
background-color : #ffffff; 
} 

.noshow {
display : none; 
} 
#header {
width : 765px; 
height : 43px; 
background: 
background-color : #000000;
} 

#header h1 {
display : none; 
} 

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.35em;
}

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.2em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:45em
} 
 
#strap {
background : url(images/top_logo.jpg); 
width : 776px; 
height : 212px; 
border-bottom : 2px solid #000000; 
border-top : 2px solid #000000; 
} 
.leftside {
width : 382px; 
float : left; 
text-align : center; 
} 
.rightside {
width : 383px; 
float : right; 
text-align : center; 
} 
.leftside .padding {
padding : 25px; 
padding-left : 24px; 
padding-top : 0; 
} 
.rightside .padding {
padding : 25px; 
padding-top : 0; 
} 
.fullside {
width : 765px; 
} 
.fullside .padding {
padding : 25px; 
padding-top : 0; 
} 
p {
text-align : justify; 
font-size : 75%; 
} 
h2 {
text-align : left; 
font-size : 100%; 
font-weight : bold; 
margin-top : 0; 
background-color : #ffffff; 
padding-top : 2px; 
padding-bottom : 2px; 
padding-left : 1px; 
} 
ul {
text-align : left; 
font-size : 75%; 
} 
.cleaner {
clear : both; 
} 
#marquee {
font-size : 75%; 
padding-bottom : 20px; 
padding-top : 20px;  
} 
a:link {
color : #0d2474; 
text-decoration : underline; 
} 
a:visited {
color : #0d2474; 
text-decoration : none; 
} 
a:hover {
color : #0d2474; 
text-decoration : none; 
} 
#footer {
background : url(images/footer.gif); 
font-size : 75%; 
text-align : right; 
width : 765px; 
height : 43px; 
line-height : 43px; 
border-top : 1px solid #000000; 
font-weight : none; 
text-transform : uppercase; 
border-bottom : 10px solid #000000; 
}
