/*
COLORS:
Red: #971B1E
Dark Blue: #213B52
Light Blue 100%: #7FA0BF
Light Blue 50%: #BAC9DA
Light Blue 20%: #E0E5ED
Light Blue 15%: #E7EBF1
Dark Orange: #D15B31
Light Orange: #F7931D
Green: #7DA13E
*/

* { margin:0px; padding:0px; }

body { margin:0 auto; padding:0; height:auto; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background-color:#ffffff; text-align:center; }

body a:link, body a:visited { color:#7FA0BF; }
body a:hover { color:#D15B31; }

p { line-height:1.5em; margin-bottom:15px; }

h1 { color:#971B1E; font-size:22px; line-height:1.5em; font-weight:bold; margin-bottom:20px; }

/*clear floating divs*/
.clear { clear:both; }

/*substitute for hr since ie & firefox display hr differently*/
.line { height:2px; width:100%; background-color:#BAC9DA; }

/*font classes*/
.black_medium { color:#000000; font-size:16px; line-height:1.5em; }
.red_small { color:#971B1E; font-size:12px; line-height:1.5em; }
.red_medium { color:#971B1E; font-size:16px; line-height:1.5em; font-weight:bold; }
.red_large { color:#971B1E; font-size:18px; line-height:1.5em; font-weight:bold; }
.red_very_large { color:#971B1E; font-size:24px; line-height:1.5em; font-weight:bold; }
.blue_small { color:#213B52; font-size:12px; line-height:1.5em; }
.blue_small2 { color:#213B52; font-size:14px; line-height:1.5em; }
.blue_medium { color:#213B52; font-size:16px; line-height:1.5em; font-weight:bold; }
.blue_large { color:#213B52; font-size:20px; line-height:1.5em; font-weight:bold; }
.lt_blue_small { color:#7FA0BF; font-size:12px; line-height:1.5em; }
.lt_blue_medium { color:#7FA0BF; font-size:16px; line-height:1.5em; font-weight:bold; }
.orange_medium { color:#D15B31; font-size:16px; line-height:1.5em; }
.orange_large { color:#D15B31; font-size:18px; line-height:1.5em; font-weight:bold; }
.green_medium { color:#7DA13E; font-size:16px; line-height:1.5em; font-weight:bold; }
.green_large { color:#7DA13E; font-size:18px; line-height:1.5em; font-weight:bold; }
.white_small { color:#ffffff; font-size:12px; }

div#main_wrapper { width:100%; height:100%; background-color:#ffffff; margin:0; padding:0; position:relative; }

div#header { margin:0 auto; background-image:url(../images/header_bg_h180.gif); background-repeat:repeat-x; height:180px; text-align:center; }

.content { background-color:#ffffff; width:850px; margin:0 auto; height:100%; text-align:left; padding:0px; }

/* container for 100% width of screen */
.stripe { width:100%; text-align:center; }

.blue_text_box { background-color:#E0E5ED; width:535px; margin:10px 0px 10px 0px; }
.blue_text_box ul { margin-left:20px; list-style:disc; }
.blue_text_box ul li { line-height:1.5em; margin-bottom:1.3em; }