
body {
	margin: 0;
	padding: 0;
	font-family:  Arial,sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #fff;
	}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 10px;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

	h1 {
	font-size: 1.0em;
	margin: 0em 0em 0.5em;
	font-weight: normal;
	color: #333333;
	display: block;
}
h2 {
	font-size: 1.0em;
	margin: 1.2em 0em 0.5em;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 0px;
}
h3 {
	font-size: 1.0em;
	margin: 0em 0em 0em 0em;
	font-weight: bold;
	color: #660033;
	padding-top: 0em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-left-color: #FFCC66;
	border-bottom-width: 0px;
}
h4 {
	font-size: 1em;
	margin: 1.2em 0em 0.5em;
	font-weight: bold;
	color: #660033;
}
h5 {
	font-size: 1em;
	margin: 1.2em 0em 0.5em;
	font-weight: bold;
	color: #000000;
	}
/*This is a generic style for an image that removes any border*/	
img {
	border: 0;
	}
/*The next two styles are for formatting ordered and unordered lists*/
ol, ul, li {
	font-size: 12;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	}
/*This is a generic style for paragraphs*/	
	p {
	font-size: 1em;
	}

/*a style for bolding*/
strong, b {
	font-weight: bold;
	}
/*a style for italics*/
i, em {
	font-style: italic;
}
/*a style for tables that sets text size to 100%*/
table {
	font-size: 100%;
}

/*These are div styles for the main content and the navigation area*/
#navigation {
	margin-right: 1em;
	margin-left: 1em;
	margin-top: 2em;
}
#content {
	margin: 0em;
	padding: 0em 1em 1em;
	vertical-align: top;
}
#content p {
	font-size: 1em;
	margin: 1.2em 0em;
}

/*This are the styles for navigation headers. Simply create a new paragraph in the navigation table cell and then apply the class "navtitle"*/

.navtitle {
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #660033;
	padding: 0em;
	font-size: 1em;
	display: block;
	margin: 0em;
}

.navtitle a {
	display: block;
	border-top: 1px solid;
	border-top-color: #660033;
	border-right: 1px solid #333333;
	border-left: 5px solid;
	border-left-color: #660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0.4em;
	margin-right: 0em;
	color: #660033;
	background-color: #CCCCCC;
	padding: 0.2em;
	text-decoration: none;

}

.navtitle a:hover {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 5px solid #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	border-left-color: #333333;
}

/*These are styles for the sublinks in a section. Simply create a new paragraph in the navigation table cell and apply the class "navsublink"*/
p.navsublink {
	font-family:  Arial, sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	font-size: 1em;
	margin-right: 0px;
	padding: 0px;
}

p.navsublink a { font-family: Arial, sans-serif; color: #660033; background-image: 
               url('../Local%20Settings/Temporary%20Internet%20Files/Local%20Settings/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/bullet_sublink.gif'); 
               background-repeat: no-repeat; text-decoration: underline; 
               display: block; margin-left: .5em; margin-right: 0px; 
               margin-top: 0px; margin-bottom: 0px; padding-left: 1em; 
               padding-right: 0px; padding-top: 0.2em; padding-bottom: 0.2em; 
               background-position: left 50% }
p.navsublink a:hover {
	text-decoration: none;
}

p.navsublink a:visited {
	color: #333333;
}

/*This class scales the content of the main table so that fonts look good across browsers*/
.mainTable {
	font-size: 76%;
}

/*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;
	font-size: 76%;
	}
	
	/*The following styles control the look of the left-hand contact text*/
	
	.contact {
		color: #333333;
		text-decoration: none;
		font-family:  Arial, sans-serif;
		font-size: .8em;
		font-style: italic;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 15px;
		margin-right: 0px;
	}
	
	.contact a {
		color: #660033;
		text-decoration: underline;
	}

	.contact a:hover {
	text-decoration: none;
	color: #666666;
	}
	
	.contact a:visited {
	color: #333333;
	}
	
	/*The following styles control the look of the right-hand upper-level UM nav text*/
	
	.umupper {
	font-family:  Arial, sans-serif;
	font-size: 0.8em;
	color: #660033;
	text-align: right;
	text-decoration: none;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 12px;
	display: block;
	
	}
	
	.umupper a {
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
	padding-right: 7px;
	}
	
	.umupper a:hover {
	text-decoration: none;
	color: #666666;
	}
	
	.umupper a:visited {
	color: #333333;
	}
	
.staticnavtitle {
	font-weight: bold;
	font-family:  Arial, sans-serif;
	font-size: 1em;
	display: block;
	border-top: 1px solid;
	border-right: 1px solid #333333;
	border-left: 5px solid #660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 1em;
	margin-top: 1.2em;
	margin-bottom: 0.4em;
	margin-right: 0em;
	padding: 0.2em;
	background-color: #CCCCCC;
}
.staticnavtitle a {
	text-decoration: none;
}
.staticnavtitle a:hover {
	border: #333333;
	color: #333333;
}
#navigation h3 {
	font-size: 1.0em;
	margin: 1.2em 0em 0.5em;
	font-weight: bold;
	color: #660033;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	border-top: 1px solid #333333;
	border-bottom: 0px;
	border-left: 1px solid #333333;
}
#cyber {
	background-color: #6C183A;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	margin-right: 0.5em;
	margin-left: 1.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#announcements {
	background-color: #333333;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	margin-right: 0.5em;
	margin-left: 1.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#announcementsbig {
	width: 537;
      background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	margin-right: 0.5em;
	margin-left: 1.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#headers {
	width: 537;
      background-color: #FFFFFF;
      border-right-style: solid;
	border-left-style: solid;
      border-right-width: 1px;
	border-left-width: 1px;
	margin-right: 0.5em;
	margin-left: 1.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#announcements h3 {
	text-align: left;
	border: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.0em;
	margin-left: 0px;
	padding-left: 0px;
}
#content p.smalltext {
	font-size: .9em;
}
#breadcrumb {
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 0.25em;
	border: 1px dotted #666666;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 0px;
	margin-left: 0px;
}

