* { 
margin : 0; 
padding : 0; 
border : 0; 
} 
body { 
background : url(); 
font-family : verdana, sans-serif; 
font-size : 10px; 
line-height : 13px; 
color : #dbdbdb; 
margin-bottom : 20px; 
padding-bottom : 20px; 
padding-top : 20px; 
} 
p { 
margin-top : 10px; 
} 
#container { 
background : url() repeat-y; 
width : 604px; 
margin-left : auto; 
margin-right : auto; 
color : #a0a0a0; 
top : -5px; 
left : -5px; 
position : relative; 
} 
#header { 
height : 238px; 
background : url(header02.jpg) no-repeat; 
}
#content { 
width : 590px; 
float : left; 
padding-bottom : 10px; 
padding-left : 7px; 
} 
A:link { 
text-decoration : none; 
color : #4688b7; 
cursor : default; 
text-decoration : none; 
} 
A:visited { 
text-decoration : none; 
color : #4688b7; 
cursor : default; 
text-decoration : none; 
} 
A:hover { 
color : #b74646; 
text-decoration : none; 
} 
A:active { 
color : #b74646; 
text-decoration : none; 
} 
#navcontainer { 
float : right; 
padding-right : 7px; 
top : -18px; 
position : relative; 
} 
ul#navlist { 
margin-left : 0; 
padding-left : 0; 
white-space : nowrap; 
} 
#navlist li { 
display : inline; 
list-style-type : none; 
} 
#navlist a { 
padding-left : 10px; 
padding-right : 10px; 
padding-top : 3px; 
padding-bottom : 3px; 
} 
#navlist a:link, #navlist a:visited { 
color : #fff; 
background-color : #dbdbdb; 
text-decoration : none; 
} 
#navlist a:hover { 
color : #fff; 
background-color : #dbdbdb; 
text-decoration : none; 
} 
.sectiontitle, #content h1 { 
padding-bottom : 2px; 
margin-bottom : 10px; 
margin-top : 15px; 
padding-left : 20px; 
font-family : Century Gothic, sans-serif; 
letter-spacing : 2px; 
font-variant : small-caps; 
color : #444444; 
font-size : 14px; 
line-height : 8px; 
font-weight : normal; 
border-bottom : 1px; 
border-color : #bebebe; 
border-style : dashed; 
} 