/* Basic font styles. When you chose Normal it actually just inserts a p tag around the text. */
body {font-family: Verdana, Arial, san-serif;}
p { font-family: Verdana, Arial, san-serif; font-size: 11px; color: #000000;}

/* Basic list styles. */
ul { font-family: Verdana, Arial, san-serif; font-size: 11px; color: #000000;}
ol { font-family: Verdana, Arial, san-serif; font-size: 11px; color: #000000;}
ul { margin:auto;}
ol { margin:auto;}
li { margin-bottom:4px; list-style-image:url(bullet0.gif);}
form { margin-top:0px; margin-bottom:0px;}

li div, li h2 {margin:0; padding:0; display:inline}

/* Heading styles that appear in the second dropdown box */
h1 { display: block; color: #EA8500; border-bottom: 1px solid #EA8500; font-size: 13px; text-align: center; margin-top: 9px; margin-bottom: 9px;}
h2 { font-size: 12px; color:#EC8101; margin-bottom: 2px;}

/* Special styles that appear in the first dropdown box */

/* This makes the paragraphs in the left and right column on the homepage slightly bigger than normal and a dark orang. */
.inlineHtml p { font-size: 12px; color: #B56700;}

/* This will underline the text with a 1 pixel high orange line 100% width of content area. */
.divline { display:block; border-bottom: 1px solid #EA8500; margin-bottom:1.6em;}

/* Styles to align images */
.image_right { float:right; margin: 0 0 10px 14px;}
.image_left { float:left; margin: 0 0 10px 14px;}



