/* CSS Document */

body {
	background-color: #1e2a66;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#content {
	width:700px;
	height:auto;
	padding:10px;
	font-family:Comic Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9a0014;
	}
ul {color:#9a0014;list-style-image:url(images/pawbullet.gif);}
li {color:#9a0014;padding-bottom:5px;}
#LgFont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	}
	
/*td {font-family:verdana;color:#151A54;font-size:9pt;}*/
p {color:#9a0014;font-family:verdana; font-size:9pt;}
h1 {color:#151A54; font-size: 14px;}
h2 {color:#9a0014; font-size: 12px; font-weight:bold;}
h3 {color:#a97103;}
h4 {color:#333366;}
h5 {color:#151A54;}
h6 {color:#151A54;margin:0;}
ul {color:#151A54;}


/*Classes used throughout the site*/
.foot {font-family:verdana;font-size:7pt; color:#ffffff; text-align:left;}
.box {font-family:verdana;font-size:6pt; color:#151A54; text-align:center;}
.nav  {font-family:verdana;font-size:12pt; color:#151A54; text-align:left;}

/*The below two styles are for the gold dotcoms and navy bullets in the footer*/
.gold {color: #b37805;font-size: 9px;}
.navy {color: #151A54}

/*This ID is for the table background in the left side nav bar*/
#navbg {background-image:url(/images/bg_lt_blue.jpg);background-color:#D7DAE1;}
.navhead {font-family:verdana;font-size:10pt; color:#151A54; text-align:left;font-weight:bold;}
.bgtbl {background-image:url(/images/bg_table.gif)}

/*These styles pertain to the links in the left side navigation bar*/
a.nav:link {color:#ffffff; font-weight:bold; font-size:11px; text-decoration:none; }
a.nav:visited {color:#ffffff; font-weight:bold; font-size:11px; text-decoration:none; }
a.nav:hover {color:#ffffff; font-weight:bold; font-size:11px; text-decoration:underline; }
a.nav:active {color:#ffffff; font-weight:bold; font-size:11px; text-decoration:none; }

/*These styles pertain to the links embedded within text content in the site
a:link {color:#151A54;text-decoration:underline; }
a:visited {color:#b37805;text-decoration:underline; }
a:hover {color:#b37805;text-decoration:none; }
a:active {color:#b37805; text-decoration:underline; }
*/

/*These styles pertain to the links within the text-content*/
a.text:link {color:#151A54;text-decoration:underline; }
a.text:visited {color:#990000;text-decoration:underline; }
a.text:hover {color:#990000;text-decoration:none; }
a.text:active {color:#990000; text-decoration:underline; }

/*These link styles pertain to those links found in the footer of each page*/
a.foot:link {color:#151A54;text-decoration:underline; }
a.foot:visited {color:#151A54;text-decoration:underline; }
a.foot:hover {color:#dfaf52;text-decoration:underline; }
a.foot:active {color:#151A54;text-decoration:underline; }
