html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
margin: 0;
padding: 0;
border: 0;
}
body{
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	font-size: small;
	line-height: 1.1;
	background-color: #fff;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
a{
	color: #000;
	text-decoration: none;
}
a:link{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	padding-top: 0px;
	font-weight: normal;
}
h2{
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
}
h3{
 font-family: Arial, Verdana, sans-serif;
 font-size: 100%;
 padding-bottom: 5px;
 color: #000;
}
h4{
 font-family: Arial, Verdana, sans-serif;
 font-size: 100%;
 padding-bottom: 5px;
 color: #000;
}
h5{
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	padding-bottom: 5px;
	color: #000;
}
h6{
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	padding-bottom: 5px;
	color: #000;
}
ul{
	list-style-type: disc;
}
ul ul{
	list-style-type: none;
	margin-bottom: 0px;
}
ul ul ul{
	list-style-type: none;
}
.title {
	font-weight: bold;
	color: #333;
}
.red {
	font-weight: bold;
	color: #B5121B;
}
.ochre {
	font-weight: bold;
	color: #AD8B3B;
}
.brown {
	font-weight: bold;
	color: #7F715E;
}
.em {
	font-style: italic;
}
.table {
	padding: 10px;
	border: 1px solid #999;
}

.noprint { display: none; 
}
/************* breadCrumb styles ***************/

#breadCrumb{
	color: #333;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #fff;
	clear: right;
}
#breadCrumb a{
	color: #333;
}
#breadCrumb a:hover{
	color: #7F715E;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#head{
	width: 100%;
}

#navBar{
	display:none;
	}


#content{
	float: left;
	width: 100%;
	clear: none;
	color: #333;
}
#inner {
	margin: 0px;
	background-color: #5D7D81;
	width: 100%;
	border: 0px;
}
#wrapper {
	margin: 0px;
	width: 100%;
	border: 0px;
	text-align: left;
}
#innerwrapper {
	width: 90%;
	background-color: #FFF;
}

/************* #topNav styles **************/

#topNav{
	height: 10px;
	background-color: #fff;
	padding-left: 10px;
}
#topNav img{
	float: left;
}	
#azIndex {
	display:none;
}
/************** .feature styles ***************/

.feature{
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 0px;
}
.feature h1{
	text-align: left;
	color: #333;
	font-size: 110%;
	margin-bottom: 10px;
}
.feature p{
	padding: 0px 0px 10px 0px;
}

.feature ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 0px;
}
.feature ul ul {
	list-style-type: circle;
	padding-left: 20px;
	margin-top: 10px;
}
.feature ol {
	margin-top: 0px;
	margin-left: 30px;
}

/* 
ul,ol {
	margin-bottom:20px;
}
*/
.feature li {
	margin-top: 0px;
	margin-bottom: 10px;
}
.nobreak li	{
	margin-top: 0px;
}

.feature img{
	 display:none
}
.feature h1{
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #333;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px
}

.feature a:link {
	color: #000; text-decoration: underline;
}
.feature a:visited {
	color: #7F715E; text-decoration: underline;
}
.feature a:hover {
	color: #7F715E; text-decoration: none;
}
.feature a:active {
	color: #000; text-decoration: underline;
}

/************** .story styles *****************/

.story{
	clear: both;
	font-size: 85%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.story p{
	padding: 0px 0px 10px 0px;
}
.story ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 10px;
}
.story ul ul {
	list-style-type: circle;
	padding-left: 20px;
	margin-top: 10px;
}

.story ol {
	margin-top: 10px;
	margin-left: 30px;
	list-style-type: circle;
}

/* 
ul,ol {
	margin-bottom:20px;
}
*/
.story li {
	margin-top: 10px;
}

.story a:link {
	color: #000; text-decoration: underline;
}
.story a:visited {
	color: #5D7D81; text-decoration: underline;
}
.story a:hover {
	color: #5D7D81; text-decoration: none;
}
.story a:active {
	color: #000; text-decoration: underline;
}
.story img{
	 display:none
}
/************** .bookmark styles *****************/
.bookmark img{
	display:none
}

/************* #bottomInfo styles ***************/

#paginationNav{
	padding: 10px;
	font-size: 85%;
	float: left;
}
#previousNext {
	float: right;
	padding: 10px;
}

/************* #bottomInfo styles ***************/

#bottomspace{
	clear: both;
	color: #FFF;
	background-color: #FFF;
	border: 1px solid #FFF;
}
#bottomInfo{
	clear: both;
	color: #000;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.foot {
	font-size: 85%;
}
.foot a:link {
	color: #000;
	}
.foot a:visited {
	color: #7F715E;
}
.foot a:hover {
	color: #7F715E; text-decoration: underline;
}
.foot a:active {
	color: #000; text-decoration: underline;
}
.foot img{
	 display:none
}
/*********** #pagename styles ***********/


#photohead, #headright, #navBar, #headleft, #azIndex, #globalLink, #sectionLinkstwo, #logopsc, #logonsf, #topPage { display:none
	
}
/******  Rubric grid  *******/
.rubrictop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D7D81;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5D7D81;
	font-weight: bold;
	color: #000;
}
.rubrictopright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D7D81;
	font-weight: bold;
	color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5D7D81;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5D7D81;
}
.rubrictitle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D7D81;
	font-weight: bold;
	color: #5D7D81;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5D7D81;
}
.rubrictext {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D7D81;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5D7D81;
	}
.rubricbottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D7D81;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5D7D81;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D7D81;
	color: #5D7D81;
	font-weight: bold;
	}
.rubricrright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D7D81;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5D7D81;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5D7D81;
	}
.rubricrrightbottom {
	border: 1px solid #5D7D81;
	}
