/***************************************************************************
*   FILENAME    : style.css                                   *
*   DESCRIPTION : Default Style Sheet for public web site.   *
*   CREATED     : 03/24/2008       						*
*   MODIFIED    : 						                   	*
***************************************************************************/

/* Normalizes margin, padding */
body, div, h1, h2, h3, p { 
margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3 { font-size : 100%; }

/* Removes list-style from lists */
/*ul { list-style : none; } */

/* Global style */

html 	{ 
text-align : center;}

body { 
font : 80%/1.5 Arial, Verdana, sans-serif;
text-align : left; 
}

hr.vapphr {border: 0;color: #e2e2e2;background-color: #e2e2e2;height: 1px;width: 95%;text-align: center;
}




A:link            { color:#636366; text-decoration:none; }
A:visited         { color:#636366; text-decoration:none; }
A:active          { color:#636366; text-decoration:none; }
A:hover           { color:#636366; text-decoration:none; }

A.bluelink:link            { color:#4386cf; text-decoration:none; }
A.bluelink:visited         { color:#4386cf; text-decoration:none; }
A.bluelink:active          { color:#4386cf; text-decoration:none; }
A.bluelink:hover           { color:#4386cf; text-decoration:underline; }

/* Layout */

h1    { color: #A0CF69; font-size: 24px; font-family: Arial, Helvetica, sans-serif; margin-top: -10px; margin-bottom: 0px; margin-left:9px; font-weight: normal;}
h2   { color: #555555; font-size: 18px; font-family: Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 0px; margin-left:9px; font-weight: bold; }
h3   { color: #636366; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 0px; font-weight: bold; }

.hdr1    { color: #636366; font-size: 16pt; font-family: Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 14px; font-weight: bold; }
.hdr2   { color: #636366; font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 0px; font-weight: bold; }
.hdr3   { color: #636366; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 0px; font-weight: bold; }

p {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #464646;
	margin-left: 9px;
	margin-top: 0px;
}

ul {
	margin-left: 0px;
	margin-top: 10px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #464646;
}

.indent {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.lvl3header {
	background-image: url(/graphics/hdr_lvl3_background.jpg);
	background-repeat: repeat-x; 
	/*border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;*/
}




.emailbullet { font-family: Arial, Helvetica, sans-serif; color: #103373; font-size:12px; line-height: 16px; margin-left: 10px; margin-right: 25px; margin-top: 1px; margin-bottom: 1px; }

.parHeader  { color: #9FCF67; font-size: 16px; font-family: Arial, Helvetica, sans-serif; margin-bottom:2px;font-weight: bold; }

