/* Style Sheet                                 */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font: Arial, sans-serif;
	margin: 5px;
	padding: 5px;
	color: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-position: center;
}

/***** background objects ********/

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	left: auto;
	right: auto;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	margin-top: 10px;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 150% Arial,sans-serif;
 color: #000080;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 110% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#content{
	padding: 0px 10px 10px 10px;
	margin:0px 0px 0px 160px;
}

/*************** story styles ******************/

.story {
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story a:link, .story a:visited{

	color: #005FA9;
	text-decoration: underline

}

.story a:hover{
	color:#FF9966;
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	color: #217BFF;
	text-decoration: none;
	border: 1px solid;
	padding-left: 10px;
	background-color: #E1E1E1;
}

#sectionLinks a:hover{
	background-color: #DDEEFF;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	border: 1px solid;
	display: block;
	padding-left: 10px;
}


/********************* end **********************/
#content-home-pg {
	padding: 0px 10px 10px 0px;
}
.sectionHdr {
	font-style: italic;
	font-weight: bold;
	color: #005fa9;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
