﻿/* CSS Document */
body { 
font-family : Arial, Helvetica, sans-serif; 
margin : 0; 
margin : 20px 0; 
background-color : #ffffff; 
overflow : hidden; 
} 
img { 
border : 0; 
} 
#wrapper { 
margin : 0; 
} 
#main { 
width : 898px; 
margin : 0 auto; 
background-color : white; 
border-left : 1px solid #ffad33; 
border-right : 1px solid #ffad33; 
} 
#banner { 
width : 900px; 
height : 125px; 
background-image : url(gfx/header2.jpg); 
background-repeat : no-repeat; 
margin : 0 auto; 
padding : 0 0 0 0; 
} 
#footer { 
background-color : #ffad33; 
border-bottom : #ffad33; 
width : 900px; 
height : 20px; 
margin : 0 auto; 
line-height : 20px; 
padding : 0 0 0 0; 
font-size : 11px; 
color : #513100; 
text-align : center; 
} 

#content { 
background-image : url(gfx/content_bg_large.jpg); 
background-repeat : repeat-y; 
padding-left : 0; 
height : 500px; 
width : 898px; 
overflow : auto; 
font-size : 12px; 
} 
#textBlock { 
width : 800px; 
display : block; 
font-family : Arial, Helvetica, sans-serif; 
padding-left : 50px; 
} 
#textBlock p { 
margin : 0; 
color : #000000; 
font-size : 12px; 
font-weight : normal; 
text-align : justify; 
padding-left : 5px; 
padding-bottom : 15px; 
} 
#textBlock h1 { 
margin : 0; 
color : #000000; 
font-size : 16px; 
font-weight : bold; 
padding-top : 10px; 
padding-bottom : 10px; 
padding-left : 5px; 
} 
#textBlock h2 { 
color : #ff9200; 
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 14px; 
font-weight : bold; 
font-style : normal; 
text-align : left; 
padding-left : 5px; 
padding-top : 0; 
padding-bottom : 5px; 
margin-top : 0; 
margin-bottom : 0; 
} 
#textBlock h3 { 
color : #000000; 
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
font-style : italic; 
text-align : left; 
padding-left : 0; 
} 
h4 { 
color : #000000; 
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 11px; 
font-weight : normal; 
font-style : italic; 
text-align : left; 
padding-left : 0; 
margin-bottom : 5px; 
margin-top : 0; 
} 
ul { 
margin-top : -5px; 
} 
li { 
list-style-image : url(gfx/bullet.gif); 
margin-top : 0; 
margin-bottom : 0; 
font-family : Arial, Verdana, Helvetica, sans-serif; 
color : #000000; 
font-size : 12px; 
vertical-align : top; 
} 
#textBlock a { 
font-size : 12px; 
color : #ff6600; 
text-decoration : underline; 
} 
#textBlock a:link { 
font-size : 12px; 
color : #ff6600; 
text-decoration : underline; 
} 
#textBlock a:hover { 
font-size : 12px; 
color : #ff9200; 
text-decoration : underline; 
} 
#textblock a:visited { 
font-size : 12px; 
color : #ff6600; 
text-decoration : underline; 
} 
div#horiz-menu { 
background-color : #ffad33; 
height : 25px; 
width : 898px; 
margin : 0 auto; 
padding : 0 0 0 0; 
border-left : 1px solid #ffad33; 
border-right : 1px solid #ffad33; 
} 
div#horiz-menu ul { 
margin : 0; 
padding : 0 0 0 0; 
} 
div#horiz-menu li { 
margin : 0; 
padding : 0 0 0 0; 
padding-right : 2px; 
float : left; 
list-style : none; 
background : url(gfx/menudivider.gif) repeat-y 100% 0; 
} 
div#horiz-menu a:visited { 
display : block; 
float : left; 
padding : 0 15px; 
height : 25px; 
line-height : 22px; 
font-weight : bold; 
font-size : 12px; 
font-variant : normal; 
color : #513100; 
text-decoration : none; 
} 
div#horiz-menu a:link { 
display : block; 
float : left; 
padding : 0 15px; 
height : 25px; 
line-height : 22px; 
font-weight : bold; 
font-size : 12px; 
font-variant : normal; 
color : #513100; 
text-decoration : none; 
} 
div#horiz-menu a:hover { 
background : #fecf0f; 
color : #ffffff; 
} 
