/* background styles */

.bg-bluelines {
	background-image: url(images/blue_lines.gif);
	background-repeat: repeat;
}
.bg-graylines {
	background-image: url(images/h_bg_gray.gif);
	background-repeat: repeat;
}
.bg-blue {
	background-color: #1F2876;
}
.bg-body {
	background-color: #FFFFFF;
}
.bg-ltblue {
	background-color: #424A82;
}
.bg-gray {
	background-color: #999999;
}
.bg-white {
	background-color: #FFFFFF;
}

.bg-outline {
	background-color: #333333;
}

/* end background styles */

/* header styles */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
}
/* end header styles */

/* menu styles: these styles are applied to menus and sub menus.  m="menu", m1="menu level 1", etc. */

.m1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-color: #1F2876;
}
.m2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: none;
	margin-top: 1px;
}
.m-pad {
	padding-bottom: 10px;
}
.m-pad2 {
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 0px;
}
/* end menu styles */


/*  <a>  styles: these styles are to apply to <a> tags only (usually in conjunction with   m1a="level 1 menu link style", m2a="level 2 menu link style" */

a:link { color: #0066CC; text-decoration:underline}
a:visited { color: #6699CC; text-decoration:underline}
a:active { color: #6699CC; text-decoration:none }
a:hover { color: #000000; text-decoration:none }

a.foota:link { color: #D1D1FC; text-decoration:underline}
a.foota:visited { color: #FFFFFF; text-decoration:none }
a.foota:active { color: #FFFFFF; text-decoration:none }
a.foota:hover { color: #9CA4E4; text-decoration:none }

a.m1a:link { color: #FFFFFF; text-decoration:none }
a.m1a:visited { color: #FFFFFF; text-decoration:none }
a.m1a:active { color: #FFFFFF; text-decoration:none }
a.m1a:hover { color: #9CA4E4; text-decoration:none }

a.m2a:link { color: #eeeeee; text-decoration:none }
a.m2a:visited { color: #eeeeee; text-decoration:none }
a.m2a:active { color: #eeeeee; text-decoration:none }
a.m2a:hover { color: #9CA4E4; text-decoration:none }

a.copy:link { color: #999999; text-decoration:none}
a.copy:visited { color: #999999; text-decoration:none }
a.copy:active { color: #999999; text-decoration:none }
a.copy:hover { color: #999999; text-decoration:underline }

/* end <a> styles */


.mainpad {
	padding: 30px 50px 20px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 18px;
}

ul {  /* style to align bullets properly */
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(images/bullet.gif);
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
}
.home-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 25px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}


