/*  
Website: http://www.uwbrevard.org
Name: United Way of Brevard
Version: Casey 5.17
Author: Eric Needle
Author URI: http://www.longbow.net
*/

/* 
Colors
0D1681 nav back
3B44B0 
4E56C0 nav over
646AAD nav separator
000066 fonts dark blue
FF8800 link orange
FA1F07 the red
*/


/* Styles */
body { background: url(site/bg_bluehorizon.gif); background-repeat: repeat-x; background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; color: #000066; background-position: center top; }

a:link { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline; color: #ff8800; }
a:visited { font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #ff8800; text-decoration: underline; font-weight: bold; }
a:hover { font-family: Arial, Helvetica, sans-serif; color: #0c2d83; text-decoration: underline;font-weight: bold; }

p { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #0c2d83; font-weight: lighter; line-height: normal; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-style: normal; line-height: 10pt; font-weight: bolder; color: #000066; margin: 0 0 -3px 0; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; line-height: normal; font-weight: bold; color: #0c2d83; }
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #0c2d83; line-height: 14pt; }
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-style: bold; font-weight: bolder; color: #ff8800; margin: -1px; } 
h5 { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: 8pt; font-weight: normal; color: #0c2d83; }
h6 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: bold; font-weight: bolder; color: #3b44b0; margin: -1px; } 

hr { border: 0; color: #8099b3; background-color: #4e56c0; height: 1px; width: 100%; }


/* Images */
img { margin: 0px; border: none; }
img.dot { padding: 0; margin: 0; display: inline; border: none; }
img.inleft { padding: 3px; margin: 0 7px 2px 0; display: inline; float: left; border: none; }
img.inright { padding: 3px; margin: 0 0 5px 10px; display: inline; float: right; border: 1px solid #4E56C0; }
img.center { display: block; margin-left: auto; margin-right: auto; border: 1px solid #4E56C0; padding: 0; }
img.left { display: block; border: 1px solid #4E56C0; text-align: left; margin: 20px 0 0 0; }
img.portrait { padding: 3px; margin: 4px; border: 1px solid #4E56C0; display: block; margin-left: auto; margin-right: auto; }
img.border { padding: 3px; margin: 4px; border: 1px solid #4E56C0; }
.alignright { float: right; border: none; }
.alignleft { float: left; border: none; } 

