/* CSS Document */

body {
	background-color: #F7F5EE;
	margin: 0;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}
.navlist  /* used for UL and LI with graphical bullets within left and right nav box*/
{
	list-style-image: url(/images/bullet_navarrow.gif);
	margin-left: -2em;
	margin-top:1px;
	margin-bottom: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;}
/* LINKS */
A
{
    FONT-SIZE: 1em;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A:link
{
    COLOR: #000000;
}
A:visited
{
    COLOR: #000000;
}
A:hover
{
    TEXT-DECORATION: underline;
	font-weight: bold;
}
A:active
{
    COLOR: #000000;
}
/* LISTS */
UL
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 1em;
    COLOR: #000000;
    FONT-FAMILY: varial, helvetica, sans-serif;
	margin-top:0px;
	margin-bottom: 0px;
}
.titleparagraph  /*corresponds with paragraph title style*//* to be used with divider line*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    FONT-WEIGHT: bold;
    COLOR: #000000;
}
.titlemainsection
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 2em;
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 12px;
	LINE-HEIGHT: 1em;
    COLOR: #333333;
    FONT-STYLE: normal;
    FONT-FAMILY: 'times new roman', serif;
}
A.primary
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    LINE-HEIGHT: 1.5em;
    FONT-FAMILY: arial, helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.primary:link
{
    COLOR: #000000;
}
A.primary:visited
{
    COLOR: #000000;
}
A.primary:active
{
    COLOR: #000000;
}
A.primary:hover
{
    TEXT-DECORATION: underline;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	padding-top: 20px;
}
.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 8px;
	width: 140px;
	text-decoration: none;
}


.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 4px;
	width: 110px;
	background-image: url(images/menuBack1.gif);
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
	font-weight: normal;
}
A.footnote
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 1em;
    COLOR: #3B4070;
    LINE-HEIGHT: 1.5em;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.footnote:link
{
    COLOR: #3B4070;
}
A.footnote:active
{
    COLOR: #3ebfd6;
}
A.footnote:hover
{
    TEXT-DECORATION: underline;
	font-weight: bold;
}