@charset "utf-8";
* { 
padding : 0; 
margin : 0; 
} 
img { 
padding : 1px; 
border : 1px; 
} 
img.floatTL { 
float : left; 
margin-right : 7px; 
margin-bottom : 5px; 
margin-top : 5px; 
margin-left : 10px; 
} 
img.floatTR { 
float : right; 
margin-left : 10px; 
margin-bottom : 5px; 
margin-top : 5px; 
margin-right : 10px; 
} 
body { 
font : 85% "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size : 12px;   
background-color : #ffffff; 
} 
#wrap { 
margin : 0 auto; 
width : 900px; 
border : 2px solid #770000; 
} 
.clear { 
clear : both; 
} 
#header_top { 
float : left; 
width : 900px; 
height : 30px; 
} 
#navigation { 
padding : 0; 
width : 100%; 
background : transparent; 
voice-family : "\"}\""; 
voice-family : inherit; 
font-size : 0.9em; 
margin-top : 0px; 
float : right; 
} 
#navigation ul { 
margin : 0; 
margin-left : 0; 
padding : 0; 
list-style : none; 
float : right; 
width : 100%; 
} 
#navigation li { 
display : inline; 
margin : 0 2px 0 0; 
padding : 0; 
text-transform : none; 
} 
#navigation a { 
display : block; 
margin : 0 1px 0 0; 
padding : 5px 10px; 
text-decoration : none; 
letter-spacing : 1px; 
border-bottom : 1px solid #ffcc00; 
background : #330000; 
color : #ffffcc; 
float : left; 
} 
#navigation a:hover { 
background-color : #ffffcc; 
color : #330000; 
} 
#current a { 
background-color : #ffcc00; 
border-color : #ffcc00; 
color : #330000; 
} 
#header { 
float : left; 
width : 900px; 
height : 150px; 
background-image : url(images/img1.jpg); 
background-repeat : no-repeat; 
} 
#logo { 
margin-top : 10px; 
margin-right : 10px; 
float : right; 
text-align : right; 
} 
#logo h1.lineone { 
font-size : 1.8em; 
font-weight : lighter; 
font-family : helvetica, arial, sans-serif; 
border : none; 
letter-spacing : -1px; 
color : #000000; 
} 
#logo h1.lineone span { 
color : #000000; 
} 
#logo h2.linetwo { 
font-size : 2.4em; 
font-family : arial, sans-serif; 
text-transform : none; 
top : 25px; 
left : 14px; 
color : #000000; 
} 
#left { 
float : left; 
width : 150px; 
background-color:#ffffcc;
} 
#left ul { 
list-style-type : none; 
margin : 7px 5px 0 10px; 
padding-top : 5px; 
border-top : 1px dotted #cc0000; 
} 
#left li { 
padding : 5px 0 5px 0; 
} 
#left li a { 
width : 100%; 
display : block; 
text-decoration : none; 
border-bottom : 1px dotted #330000; 
text-indent : 5px; 
color : #330000; 
} 
#left li a:hover { 
color : #cc0000; 
border-bottom : 1px dotted #cc0000;
font-weight: bold 
} 
#left h3 { 
margin : 10px 0 0 0; 
padding : 10px; 
color : #006600; 
text-decoration : none; 
font-size : 1.4em; 
} 
#main { 
float : left; 
width : 550px; 
text-align : left; 
} 
#main h1 { 
padding : 10px; 
color : #000077; 
text-decoration : none; 
font-size : 1.7em; 
font-weight : bold; 
} 
#main h2, #left h2, #right h2 { 
padding : 10px; 
color : #cc0000; 
text-decoration : none; 
font-size : 1.3em; 
font-weight : bold; 
} 
#main p { 
margin : 0 10px 10px 10px; 
} 
#right { 
float : right; 
width : 200px; 
background-color : #ffffcc;
} 
#right ul { 
list-style-type : none; 
margin : 7px 5px 0 10px; 
padding-top : 5px; 
border-top : 1px dotted #cc0000; 
} 
#right li { 
padding : 5px 0 5px 0; 
} 
#right li a { 
width : 100%; 
display : block; 
text-decoration : none; 
border-bottom : 1px dotted #330000; 
text-indent : 5px; 
color : #330000; 
} 
#right li a:hover { 
color : #cc0000; 
border-bottom : 1px dotted #cc0000;
font-weight: bold 
} 
#right h3 { 
margin : 10px 0 0 0; 
padding : 10px; 
color : #006600; 
text-decoration : none; 
font-size : 1.4em; 
} 
#footer { 
float : left; 
width : 900px; 
text-align : center; 
padding : 10px 0; 
border-top : 2px solid #770000; 
} 