/* CSS Document */

body
{
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto 0 auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #323232;
}

hr {
	height: 1px;
	color: #B7B7B7;
}

/************ address and caption text attributes ****************/
td.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #0C5079;
}

a.smallBlue:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #0C5079;
	text-decoration: none;
}

a.smallBlue:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #0C5079;
	text-decoration: none;
}

a.smallBlue:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #717171;
	text-decoration: underline;
}

a.smallBlue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #717171;
	text-decoration: underline;
}

/************ list attributes ****************/
li {
/*	list-style-image: url(images/square-bullet.gif);
*/	margin: 0px;
}

ul {
	margin: 0  0  0 30px;
}

ul li 
{
	padding-bottom:6px;
}

/************ header attributes ****************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight:bold;
	color: #0C5079;
	margin: 0px;
	text-align: left;
}

h2.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight:bold;
	color: #0C5079;
	margin: 0px;
	padding:0px;
	text-align: center;
}

/************ link attributes ****************/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #137DBE;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #137DBE;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0C5079;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0C5079;
	text-decoration: underline;
}

/************ bottom navigation attributes ****************/
.small
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #717171;
	text-decoration: none;
}

a.small:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #717171;
	text-decoration: none;
}

a.small:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #717171;
	text-decoration: none;
}

a.small:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #717171;
	text-decoration: underline;
}

a.small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #717171;
	text-decoration: underline;
}

/************ side navigation attributes ****************/
a.sideMain:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C5079;
	text-decoration: none;
	line-height:18px;
}

a.sideMain:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C5079;
	text-decoration: none;
	line-height:18px;
}

a.sideMain:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C5079;
	text-decoration: underline;
	line-height:18px;
}

a.sideMain:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C5079;
	text-decoration: underline;
	line-height:18px;
}
