* {
	font-family: Arial, Helvetica, SunSans-Regular, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: white url("../gfx/bodybg.gif") repeat-y;
}
img {
	border: none;
}
object {
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
}
h1 {
	background: url("../gfx/h-bg.jpg") repeat-y;
	font-size: 24px;
	line-height: 24px;
	margin: 5px 0 10px 0;
	padding: 3px 0;
	width: 411px;
}
#home h1 {
	margin-bottom: 15px;
}
h2,h3,h4,h5,h6 {
	margin: 15px 0;
}
h2 {
	background: url("../gfx/h2-bg.jpg") repeat-y;
	color: white;
	font-size: 17px;
	margin-top: 15px;
	padding: 3px;
	width: 411px;
}
h2:first-child {
	border-top: none;
	padding-top: 0;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
	font-style: italic;
}
h5 {
	color: #8685d1;
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
table {
	margin-bottom: 15px;
}
td {
	font-size: 13px;
	line-height: 1.3em;
}
a {
	text-decoration: none;
}
a:hover {
	color: #FC073A !important;
}


/* HEADER */

#logohead {
	background-color: white;
	border-top: 7px solid #1D0E82;
	height: 95px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
div#yrs {
	position: absolute;
	right: 15px;
	top: 24px;
	z-index: 100;
}


/* TOP NAV */

#navbar {
	background: black url("../gfx/navbar.gif") repeat-x;
	height: 28px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 102px;
	visibility: visible;
	width: 100%;
	z-index: 2;
}
#navbar ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	text-transform: uppercase;
}
#navbar ul li {
	background: url("../gfx/navbardiv.gif") no-repeat right 0;
	display: inline;
	float: left;
	height: 28px;
	padding-top: 7px;
}
#navbar ul li.bb {
	background: #1D0E82;
	width: 7px;
}
#navbar ul li a {
	color: white;
	display: inline;
	height: 28px;
	margin-top: -7px;
	padding: 7px 19px 9px 15px;
	text-decoration: none;
}
#navbar ul li a:hover,#navbar ul li a.active_menu {
	background: transparent url("../gfx/navbarx.gif") repeat-x;
	color: white !important;
	margin-right: 2px;
	padding-right: 17px;
}


/* SIDE NAV */

#side {
	background: black url("../gfx/side.jpg") no-repeat;
	position: absolute;
	top: 130px;
	left: 7px;
	width: 160px;
}

.prop {
	float: right;
	height: 500px;
	width: 1px;
}
.clear {
	clear: both;
}

ul.menu {
	background: #A4ACED url("../gfx/side-2.jpg") no-repeat;
	list-style: none;
}
ul.menu li {
	border-bottom: 2px solid black;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 5px 7px 15px;
}
ul.menu a {
	color: black;
}

ul.menu li ul {
	list-style: none;
}
ul.menu li ul li {
	border: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 1px 0;
}
ul.menu li ul li ul li {
	margin: 0 4px 0 10px;
}

#side ul li a.active_menu {
	color: #FC073A;
}

div.xothermenu {
	color: white;
	padding: 19px 5px 20px 25px;
}
ul.othermenu li {
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-left: 5px;
	padding: 0;
}
ul.othermenu a {
	color: white;
}

/* UTILITY NAV */

#utility {
	background: url("../gfx/rightbar-bg.jpg") no-repeat;
	height: 550px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 130px;
	width: 160px;
	z-index: 2;
}
#utility form {
	margin: 27px 0 0 30px;
}
#utility ul.menu {
	background: none;
	list-style: none;
	margin: 15px 0 0 30px;
}
#utility ul.menu li {
	border: 1px solid #9C95C8;
	font-size: 11px;
	margin: 3px 0;
	padding: 2px 3px;
	width: 100px;
}
#utility ul.menu li.diff {
	border: none;
	padding: 20px 0 0 5px;
}
#utility a {
	color: #131E8C;
}
#utility a.active_menu {
	color: #FC073A;
}
#utility a:hover {
	text-decoration: underline;
}
#flag {
	font-size: 9px;
	margin: 22px 0 0 35px;
}


/* CONTENT */

#content {
	background-color: white;
	font-size: 13px;
	left: 167px;
	line-height: 1.3em;
	margin-right: 0;
	padding: 5px 210px 20px 29px;
	position: absolute;
	top: 130px;
}
#content a {
	color: #131E8C;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#content hr {
	margin: 20px 0;
}
#content ul, #content ol {
	margin: 15px 0 15px 25px;
}
#home #content ul.clist li {
	margin-left: 30px;
}
#home #content ul.clist li img {
	display: none;
}
#content ul li ul {
	margin: 0 0 0 25px;
}
span.pathway {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#quicklinks {
	float: left;
	margin-right: 20px;
	width: 166px;
}
#quicklinks h5 {
	background-color: #1D0E82;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 6px;
}
#quicklinks p {
	background-color: #EBF5F5;
	margin: 0 0 5px 0;
	padding: 0 3px 5px 8px;
}
#quicklinks ul {
	background-color: #EBF5F5;
	margin: 0;
	padding: 5px 0;
}
#quicklinks li {
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	padding-right: 3px;
}
#quicklinks li a, #quicklinks li span {
	font-size: 11px;
	font-weight: normal;
}


/* MISC */

.inputbox {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	font-size: 10px;
	padding: 2px;
	width: 100px;
}
.note {
	font-size: 11px;
}
.photoright {
	float: right;
	margin: 0 0 10px 10px;
}
.photoleft {
	float: left;
	margin: 0 10px 10px 0;
}
.spacedlist li {
	margin-bottom: 12px;
}
.spacedlist li ul li {
	margin-bottom: 0;
}
#content ul.pdfdl {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
}
#content ul.pdfdl li {
	padding-bottom: 5px;
}
.menuincontent {
}


/* SHOWCASE */

.showimage {
	margin: 20px 0 15px 0;
	text-align: center;
}
.caption {
	font-size: 12px;
	font-weight: bold;
}
ul.caption {
	list-style-type: none;
	text-align: right;
	width: 480px;
}
ul.caption li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	width: 230px;
}
#shownav {
	margin-top: 40px;
	text-align: center;
}
.showtoc1 {
	margin: 8px 0 0 0;
	padding: 0;
}
.showtoc2 {
	margin: 0 0 0 30px;
}
.showtoc3 {
	margin: 0 0 0 60px;
}


/* SITEMAP */

p.sml1 {
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0;
}
p.sml2 {
	margin: 0 0 0 30px;
}
p.sml3 {
	margin: 0 0 0 60px;
}
p.sml4 {
	margin: 0 0 0 90px;
}


/* SEARCH */

.cat1 {
	font-size: 16px;
	font-weight: bold;
}
.title {
	font-size: 16px;
}
.largetext {
	font-size: 15px;
}
.url {
	color: #115599;
}


/* only IE mac/win sees these "* html" style fixes below */
/* note: first value is ie5/6win, optional escaped value is ie6win only */
/* make sure you don't put the escape slash before a-f */
* html #logohead { margin-right: -30px }
* html #navbar { margin-right: -30px }
* html ul.menu li ul li { padding: 0 }
* html #home #content ul.clist {
	list-style: none;
	margin: 15px 0 15px 0;
	padding: 0;
}
* html #home #content ul.clist li {
	margin: 0;
	padding: 0;
}
* html #home #content ul.clist li img {
	display: inline;
}
/* start hide from ie5 mac until next comment \*/
* html #logohead { margin-right: 0 }
* html #navbar { margin-right: 0 }
/* stop hide from ie5 mac */