/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Garamond, "Garamond", palatino, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #004159;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, "Garamond", palatino, "Times New Roman", Times, serif;
	color: #004159;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 150%;
}

h2{
 font-size: 130%;
}

h3{
	font-size: 115%;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:2em;
}

h4{
	font-size: 115%;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

h5{
	font-size: 100%;
}
#disclaimer {
	font-size: 90%;
	color: #333333;
	margin-top: 10%;
	padding: 10px;
}
form {
	margin: 0px;
	padding: 0px;
	font: bold 70% Arial, Helvetica, sans-serif;
}
.button {
	font-size: 12px;
	font-weight: bold;
	color: #004159;
	padding: 2px;
}




p, ul {
	line-height: 125%;
	padding-top: 0px;
	margin-top: 0px;
}
ul {
	margin-left:0px;
	padding-left:20px;
}

ul ul {
	list-style: disc;

}

.red {
	color:#900;
	font-weight:bold;
	font-style:italic;
}

/*

li {
	padding-top: 3px;
	padding-bottom: 3px;
}
li p {
	text-align: justify;
	punctuation-wrap: simple;
	text-autospace: none;
	margin-left: .25in;
}
*/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header, #content, #footer {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#header{
	margin-top: 25px;
	margin-bottom: 50px
}

#content{
}

.leftcol{
	border-right: 1px solid #000000;
	text-align: center;
	width: 175px;
	vertical-align: top;
	padding: 0px 3px 3px;
	font-size: 90%;
}
#content .leftcol img { /* leftcol images inside content */
	padding-bottom: 5px;
}
#footer{
	color: #004159;
	font-size: 95%;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
}
#footer .leftcol {
	border-width: 0px;
}
#footer a {
	text-decoration: none;
	padding: 5px;
}
#footer a:hover {
	color: #9C1E3D;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 90%;
	vertical-align: top;
}

#globalNav img{
	padding-right: 8px;
	padding-left: 8px;
}

#globalNav a {
	padding: 0px 0px 0px 3px;
	text-decoration: none;
	font-size: 90%;
}
#globalNav a:hover {
	color: #9C1E3D;
}


/************** .story styles *****************/

.story{
	padding: 0px 0px 0px 15px;
	vertical-align: top;
	width: auto;
}

.story p {
	margin-bottom:.7em;
}

.story li {
	margin-bottom:.3em;
}

.story p.article {
	margin-top:2em;
}

/************* .legalbrief styles ***************/
.legalbrief p, .legalbrief h3, .legalbrief h4, .legalbrief h5,  .legalbrief ul {
	color: #9C1E3D;
	list-style: disc;
}
.legalbrief h5{
	font-size: 75%;
	font-weight: normal;
}

#header .leftcol img {
	padding-top: 2px;
}
