@charset "UTF-8";
/* CSS Document */


body{ margin:0; padding:0; font: 70% Helvetica, Arial, Verdana, sans-serif; color: #000000; background-color: #CDD0D7; text-align: center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ }

a:link { color: #004668; }

a:visited { color: #4A4A4B; }

a:hover { color: #4A4A4B; }

h1 { font-size: 1.8em; color: #004668;  margin-bottom: 0; margin-top: 1em; }

h2 { font-size: 1.6em; line-height: 1.4em; font-style: italic; color: #4A4A4B; margin-bottom: -.5em; }

h3 { font-size: 1.4em; color: #004668; margin-bottom: -.7em; margin-top: 1.2em; }

h4 { font-size: 1.6em; color: #333; margin-top: -.2em; margin-bottom: -.1em; font-weight: bold; padding: 0 5px; }

p { font-size: 1.2em; line-height: 1.4em; }

ul { font-size: 1.2em; line-height: 1.4em; margin-top: -.75em; margin-bottom: 1em; }


/*------ Classes --------*/

.unique { margin-top: 1em; }

.warning { border: #000 solid 2px; padding: 0px 10px;} /*This is for Warning box on the page */

.sup { font-size: 50%; vertical-align: super; }

.indent { margin-right: 50px; margin-left: 50px; border: #333 dotted 2px; padding: 10px; background-color: #DBDEE7; } /*This is for the gray boxes with dotted lines around them */

.largefont strong { font-size: 1.25em; line-height: 1.15em;  color: #660000;}


/*------ Classes --------*/


/*------ Background image IDS --------*/

#wrapper { padding:0; margin: 0; width: 100%; background: url('../../assets/images/wrapper.gif') #CDD0D7 repeat-x center top; } /*This contains a 4px width repeat background image with the lines */

#container { width: 804px; margin: 0 auto; margin-bottom: -20px; padding-bottom: 20px; text-align: left; background: url('../../assets/images/container.gif') repeat-y center top; } /*This contains the side shadows.*/

#textcontent { margin-left: 43px; width: 700px; }

/*------ END Background image IDS --------*/



/*------ fair balance --------*/

#fairbalance { font-size: .9em; border-top: #9B9DA8 solid 1px; padding-top: 10px; margin-top: 20px; }

#footer { width: 804px;  margin: 0 auto; padding-left: 40px; font-size: .8em; line-height: 1.1em; text-align: left; }

