/*simple styles for simple browsers. primarily nn4. make darn sure everything in here is overridden in the real css*/

/*ie4.5mac has problems with this. it makes text small, and the nested list is impossibly small, even when user increases to largest. solution? ignore it. you will go nuts trying to serve different styles to nn4 and ie4.5mac. either give them both plain xhtml, or style for nn4 at the slight inconvenience of the few, or zero, remaining ie4.5mac users.*/

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	}
body {
	margin: 0;
	padding: 0px;
	background-color: #fff;
	}
	
/*typography*/
a:link {
	color: #660033;
	}
a:visited {
	}
a:active {
	}
a:hover {
	/*hover doesn't work in nn4*/
	}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #660033;
	display: block;
	}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 12px;
	list-style-position: outside;
	}
p {
	font-size: 12px;
	}
pre {
	font-family: monospace;
	font-size: 80%;
	}
strong, b {
	font-weight: bold;
	}
.navtitle{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-right: 10px;
	margin-left: 5px;
}
.navsublink{
	font-size: 11px;
	color: #333333;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	display: block;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*FOOTER STYLES*/
	/*All of the styles below control the look of text in the footer*/
	
	table#footer {
		margin-top: 7px;
		padding-top: 3px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #660033;
	}
	
	/*The following style controls the look of the left-hand contact text*/
	
	.contact {
		color: #333333;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		margin-right: 15px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	/*The following styles control the look of the right-hand upper-level UM nav text*/

	.umupper {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #660033;
		margin: 0px 0px 0px 15px;
		padding: 0px;
		text-align: right;
		text-decoration: none;
		display:block
	}
.staticnavtitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-right: 10px;
	margin-left: 5px;
	background-color: #CCCCCC;
}
#navigation {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#content {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.skiplinks {
	display: none;
	visibility: hidden;
}

