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: #333;
	font-size: small;
	line-height: 1.1;
	background-image: url(../images/bkg.gif);
	background-color: #FFF;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
a{
	color: #223A4A;
	text-decoration: none;
}

a:link{
	color: #223a4a;
	text-decoration: none;
}

a:visited{
	color: #223A4A;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #223A4A;
	padding-top: 10px;
}

h2{
 font-family: Arial, Verdana, sans-serif;
 font-size: 100%;
 color: #223A4A;
}

h3{
 font-family: Arial, Verdana, sans-serif;
 font-size: 100%;
 color: #223A4A;
}

h4{
 font-family: Arial, Verdana, sans-serif;
 font-size: 100%;
 color: #223A4A;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #223A4A;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: none;
	margin-bottom: 0px;
}

ul ul ul{
	list-style-type: none;
}

.label{
	padding-left: 5px;
	font-size: 95%;
}
.title {
	font-weight: bold;
	color: #223A4A;
}
.green {
	font-weight: bold;
	color: #6C9832;
}
.greenem {
	font-weight: bold;
	color: #6C9832;
	font-style: italic;
}
.orange {
	font-weight: bold;
	color: #FCA233;
}
.evalred {
	font-weight: bold;
	color: #8E3D3B;
}
.evallight {
	color: #8E3D3B;
}
.ittr {
	font-weight: bold;
	color: #D3232E;
}
.edlab {
	font-weight: bold;
	color: #619080;
}
.ittrlt {
	color: #D3232E;
}
.equity {
	font-weight: bold;
	color: #5F79BD;
}  	

/***********************************************/
/* Form Styles                                 */
/***********************************************/
.input_text {
	background-color: #E9F4D9;
	font-family: Arial, Verdana, sans-serif;color: #330033;
	font-size:11px;
	border: #330033;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.input_radio {
	font-family: Arial, Verdana, sans-serif;color: #330033;
	font-size:11px;
}

.checkbox {
	background-color: #E9F4D9;
	font-family: Arial, Verdana, sans-serif;color: #330033;
	font-size:11px;
	border: #330033;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.select {
	background-color: #E9F4D9;
	font-family: Arial, Verdana, sans-serif;color: #330033;
	font-size:11px;
	border: #330033;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.submit {
	background-color: #E4E7ED;
	font-family:verdana;
	color: #330033;
	font-size:11px;
	border: #330033;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.errors {
	color:#FF0000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#head{
	width: 100%;
}

#navBar{
	float: left;
	width: 167px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	background-color: #9ECF5C;
}
#navBarpnf{
	float: left;
	width: 167px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	background-color: #8DC73F;
}
#quotebox{
	float:right;
	width: 250px;
	background-color: #95AEC4;
	font-size: 85%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-bottom: 25px;
	padding: 0px;
}
#content{
	float: left;
	width: 330px;
	clear: none;
}
#wrapper {
	margin: 0px;
	width: 100%;
	border: 0px;
}
#innerwrapper {
	background-image: url(../images/innerwrapper.gif);
	background-repeat: repeat-y;
	width: 759px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

/************* #topNav styles **************/

#topNav{
	border-bottom: 1px solid #FFF;
	color: #BFCEDC;
	background-color: #223a4a;
	background-repeat: no-repeat;
	height: 51px;
	background-position: left;
	padding-right: 15px;
}

#topNav img{
	float: left;
}
#azIndex {
	float: right;
	padding-top: 15px;
	font-size: 85%;
}
	
#topNav a {
	padding: 0 4px 0 0;
}
.topNav a:link {
	color: #BFCEDC;
}
.topNav a:visited {
	color: #BFCEDC;
}
.topNav a:hover {
	color: #FFFFFF; text-decoration: underline;
}
#paginationNav {
	padding: 10px;
}
.topNav a:active {
	color: #9DB6CA; text-decoration: underline;
}

/************* #photohead styles *************/

#photohead{
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 760px;
	top: auto;
	background-color: #FFF;
}

/************** .feature styles ***************/

.feature{
	font-size: 85%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
}

.feature h1{
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000;
	font-size: 110%;
}

.feature ul {
	list-style-type: square;
	padding-left: 20px;
	margin-top: 10px;
}
.feature ol {
	margin-top: 10px;
	margin-left: 30px;
}

/* 
ul,ol {
	margin-bottom:20px;
}
*/
.feature li {
	margin-top: 10px;
}
.nobreak li	{
	margin-top: 0px;
}

.feature img{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.designation {
	border: 1px solid #B5DB82;
	padding: 10px;
	width: 85%;
	margin-left: 10px;
	background-color: #E9F4D9;
	margin-top: 15px;
	margin-bottom: 15px;
}

.rightimage {
margin-left: 15px;
margin-bottom: 5px;
float: right;
}


.feature a:link {
	color: #000; text-decoration: underline;
}
.feature a:visited {
	color: #223A4A; text-decoration: underline;
}
.feature a:hover {
	color: #223A4A; 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: 15px;
}
.story p{
	padding: 0px 0px 10px 0px;
}

/************* #bottomInfo styles ***************/

#paginationNav{
	padding: 10px;
	font-size: 85%;
	float: left;
}

#topPage {
	float: left;
	padding: 10px;
}
#previousNext {
	float: right;
	padding: 10px;
}


/************* #bottomInfo styles ***************/
#bottomspace{
	clear: both;
	color: #FFF;
	background-color: #FFF;
	border: 1px solid #FFF;
}

#bottomInfo{
	clear: both;
	color: #BFCEDC;
	background-color: #223A4A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.foot {
	font-size: 85%;
}
.foot a:link {
	color: #BFCEDC;
}
.foot a:visited {
	color: #BFCEDC;
}
.foot a:hover {
	color: #FFF; text-decoration: underline;
}
.foot a:active {
	color: #BFCEDC; text-decoration: underline;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 85%;
	background-color: #9ECF5C;
	top: auto;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	background-image: url(../images/arrow_category_16.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	white-space: normal;
	width: 158px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

a em {
font-style: normal;
text-decoration: underline;
    }

#sectionLinks a:hover{
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow_category_roll_16.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*********** #sectionLinkstwo styles ***********/

#sectionLinkstwo{
	position: relative;
	font-size: 85%;
	background-color: #9ECF5C;
	top: auto;
}

#sectionLinkstwo h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinkstwo a {
	display: block;
	background-image: url(../images/arrow_category_16.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	white-space: normal;
	width: 158px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#sectionLinkstwo a:hover{
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow_category_roll_16.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size: 85%;
	background-color: #B5DB82;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	top: auto;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-weight: bold;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	white-space: normal;
	width: 152px;
}

/************** #qb styles **************/

#qb{
	line-height: 1.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#qb img{
	display: block;
	margin: 0px;
	padding: 0px;
}
#qblabel{
	padding: 10px;
}
/************** #quotebox styles **************/


.edlabquote{
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px 20px;
	padding-top: 25px;
	padding-right: 20px;
	background-image: url(../images/quotemarks_14.gif);
	padding-bottom: 25px;
}
.em {
	font-style: italic;
}
/************** .bookmark styles *****************/

.bookmark{
	clear: both;
	font-size: 85%;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 0px;
	height: 30px;
	width: 498px;
	background-color: #FFF;
	background-image: url(../images/innerwrapper.gif);
	background-repeat: repeat-y;
}
.bookmark p{
	padding: 0px 0px 10px 0px;
}

.bookmark a:link {
	color: #000; text-decoration: underline;
}
.bookmark a:visited {
	color: #5476B5; text-decoration: underline;
}
.bookmark a:hover {
	color: #5476B5; text-decoration: none;
}
.bookmark a:active {
	color: #000; text-decoration: underline;
}
.bookmark img{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 184px;
	clear: inherit;
	padding-top: 10px;
}
