﻿/* Generic Styling */
html, html body {margin: 0; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 12px; background: rgb(225,234,247); color: #000; line-height: 150%;}
img {border: 0px;}
blockquote {font-size: 12px; line-height: 120%;}
h1 {font-size: 22px; color: rgb(0,56,130);}
h2 {font-size: 18px; color: rgb(255,213,2);}
h3 {font-size: 14px; color: rgb(0,56,130);}
#wrapper {width: 864px; margin: 15px auto; border: 1px solid rgb(5,84,182); background: white;}
#header {height: 150px;}
#content_wrapper {background: white;}
#menu {width: 864px; height: 25px; font-size: 20px; font-weight: bold; color: #fff; text-align: center; background: url('../images/menu_background.gif') repeat-x; }
#menu a {color: rgb(255,255,255); padding: 10px; text-decoration: none; display: inline;}
#menu a:hover {color: rgb(255,234,128);}
#menu a.selected {color: rgb(255,213,2);}
#content {padding: 20px; text-align: left; width: 824px;}
#content a {color: #3e3e90; font-weight: bold;}
#content a:hover {color: #44f;}
#callout {float: right; width: 250px; padding: 0px; margin: 10px; background: rgb(225,234,247); border: 1px solid rgb(5,84,182);}
#callout p {font-size: 11px; text-align: left; color: rgb(0,56,130); font-weight: normal;}
#callout ul li {font-size: 11px; margin-bottom: 5px; list-style: url('../images/bullet.gif');}
#footer {height: 55px; clear: both;}
#footer p {position: relative; top: 25px; font-size: 10px; text-align: center; color: rgb(0,56,130);}