/* Color Guide:
dark blue 131a3b
peri blue 6173c7
mid blue 232c58
red a30203
rage italic headlines
most else arial
*/


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
font-size: 73%;
line-height: 1.5;
color: #333;
font-family: Arial, Verdana, Helvetica, sans-serif; }


h1,h2,h4,h5,h6 { font-weight: normal; color: #232c58; }

h4.pink {color:#c40065; }
a.pink{color:#c40065; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; font-weight: bold;  }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; color: #6173c7;font-weight: bold; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold; }
h5 { font-size: 1.1em; font-weight: bold; }
h6 { font-size: 1.1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }
	
#content h3, #content h4, #content h5, #content h6 { clear: left; }


p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 0 1.5em 1.5em 0; }
p img.right { float: right; margin: 0 0 1.5em 1.5em; }
p img.pushleft { margin-left: -38px; }
p.signup     { margin: 0 0 1.5em; color:#ffffff; }


a:focus, 
a:hover     { color: #6173c7; outline: none; }
a           { color: #232c58; }



a.name
{font-size: 1.5em;
line-height: 1; 
margin-bottom: 1em; 
color: #6173c7;
font-weight: bold; 
border-bottom-style:none;
text-decoration:none;
border:none;}




#content a  { text-decoration: none; border-bottom: 1px solid #232c58; }
#content a:focus,
#content a:hover  { border-bottom-color: #6173c7; }



#vlightbox a{border:none; }

strong      { font-weight: bold; color: #232c58; }
em         { font-style: italic; }



li ul, 
li ol		{ margin: 0 1.5em; }
ul,
ol		    { margin: 0 1.5em 1.5em 1.5em; }

ul         { list-style: disc; }
ol         { list-style: decimal; }


li.title
{ font-weight: normal; color: #ffffff;
 font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
 



