body {
	font-size: 1em;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #acb1bf;
	margin: 0 auto;
	padding: 0;
        line-height: 1.65em;
	}

a:link {
	color:#0033cc;
	background-color: transparent;
	text-decoration: none;
	border-bottom: #003d6b;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dashed none;
	}

a:visited {
	color:#001f7a;
	background-color: transparent;
	text-decoration: none;
	border-bottom: #001f7a;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dashed none;
	}

a:hover {
	text-decoration: none;
	background-color: #fff0e6;
	color: #001f7a;
	border-bottom: #001f7a;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dashed none;
	}

abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
	}

span.first {
	float:left;
	width: 0.8em;
	font-size:250%;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	line-height:80%;
	color:#000;
	background-color:#fff;
	}

div.highlight {
	color:#000;
	background-color:#fff2bf;
	}

span.highlight {
	color:#000;
	background-color:#fff2bf;
	}

span.number {
	font-weight: 600;
	padding: 5px;
	text-align: left;
	}
	
h1 {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	font-weight: 600;
	color: #0033cc;
	background-color: transparent;
	text-decoration: none;
	}
	
h2 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	color: #001f7a;
	background-color: transparent;
	text-transform: uppercase;
	font-style: italic;
	text-align: left;
	padding: 0.8em 0.1em 0.4em 0.1em;
	}
	
h3 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #596380;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	}

h2.other {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #001f7a;
	background-color: transparent;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 100%;
	margin-left: 10px;
	margin-bottom: 0px;
	}

p {
	margin: 0.5em;
	line-height: 1.6em;
	}

dt {
	font-size: 1em;
	font-weight: 600;
	color: #333;
	background-color: transparent;
	}

.indent {
	margin-left: 2em;
	}

#container {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #999;
	background-color: #fff;
	overflow: hidden;
	}

#content1 {
	width: 760px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	color: #000;
	}

#text {
	border: none;
	float: left;
	width: 446px;
	padding: 5px;
	margin: 10px 5px;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.65em;
	}		

#search {
	float: right;
	width: 250px;
	margin: 10px 5px 5px 2px;
	padding: 10px;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000;
	background-color: #e6ecff;
	display: inline;
	}

#quicklinks {
	width: 250px;
	margin: 10px 5px 5px 2px;
	padding: 10px;
	clear: right;
	float: right;
	color: #000;
	background-color: #e6d8cf;
	}
	
#news {
	width: 250px;
	font-size: 0.75em;
	margin: 10px 5px 5px 2px;
	padding: 10px;
	background-color: #e6ecff;
	color: #000;
	clear: right;
	float: right;
	line-height: 1.5em;
	}

#footer {
	clear: both;
	width: 760px;
	text-align: center;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
	border: 1px solid #999;
	background-color: #cfd4e6;
	color: #000;
	line-height: 100%;
	}

#sizer a {
	text-decoration: none;
	border: none;
	color:#0033cc;
	}

div#imagebox {
	width: 250px;
	margin: 10px 5px 5px 2px;
	clear: right;
	float: right;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: none;
	}

div#menu {
	float:left;
	width: 100%;
	padding-top: 15px;
	background: #cfd4e6;
	}

ul#nav, ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#nav {
	margin-left: 2px;
	border: none;
	}

ul#nav li {
	float: left;
	margin-right: 2px;
	text-align: center;
	}

ul#nav a {
	float: left;
	width: 9em;
	padding: 2px 0;
	background: #001f7a;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 0.8em;
	}

ul#nav a:hover {
	background: #fff0e6;
	color: #000;
	}

ul#nav li.activelink a, ul#nav li.activelink a:hover {
	background: #fff;
	color: #001f7a;
	}

img {
	border: none;
	vertical-align: middle;
	}

.screenreader {display:block; height:0px; overflow:hidden; }
.skiplink {display:none}

.centeredimage {
    	text-align:center;
    	margin:0px;
	padding:0px;
	vertical-align: bottom;
    }

.buttonscontainer {width: 270px; float: right;}

.buttons a {
	color: #1919b3;
	background-color: #fff;
	padding: 5px;
	display: block;
	border-left: 20px solid #c8c8ff;
	font-size: 0.85em;
	text-decoration: none;
	text-align: left;
	margin: 0px 5px 0px 2px;
	}

.buttons a:visited {
	color: #1919b3;
	background-color: #fff;
	padding: 5px;
	display: block;
	border-left: 20px solid #c8c8ff;
	font-size: 0.85em;
	text-decoration: none;
	text-align: left;
	margin: 0px 5px 0px 2px;
	}

.buttons a:hover {
	border-left: 20px solid #ffef66;
	text-decoration: underline overline;
	color: #1919b3;
	}

.azlist {
	text-align: center;
	font-size: 1.2em;
	margin: 0px;
	letter-spacing: 0.12em;
	font-weight: 600;
	line-height: 2em;
	}

.breadcrumb {
	font-size: 0.9em;
	text-align: left;
	}

ul.arrows {
	list-style: url("images/arrows.gif") none;
	}

table {
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #000;
	width: 100%;
	}

th {
	background-color: #cfd4e6;
	white-space: nowrap;
	padding: 5px;
	}

td {
	border-bottom: 1px dashed #000;
	}

table.other {
	text-align: left;
	font-size: 1em;
	border: none;
	}

table#budget {
	font-size: 0.75em;
	border: none;
	text-align: center;
	border-collapse: collapse;
	}

td.right {
	text-align: right;
	border: 1px solid #000;
	padding: 5px;
	}

th.xls {
	background-color: #cfdce6;
	padding: 5px;
	font-size: 0.9em;
	text-align: center;
	white-space: normal;
	}

ol.bylaw {
	list-style-type: lower-alpha;
	}

