h1 {
	color: #c0c0c0;
	font-size: 55%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-right: 18px;
	width: 210px;
	text-align: center;
	position: absolute; 
	top: 90px; 
	right: 0px;
        background: #000000
}

h2 {
	color: #b50094;
	background: #ffffff;
	font-size: 150%;
	font-weight: normal;
	padding-left: 10px
}
	
h3 {
	color: #8c8f91;
	background: #ffffff;
	font-size: 100%
}

h1.subpage {
	color: #ffffff;
	background: #b50094;
	font-size: 160%;
	padding-left: 24px;
	padding-top: 10px
}

h2.subpage {
	color: #b50094;
	background: #ffffff;
	font-size: 150%;
	font-weight: normal;
	padding-left: 10px
}
	
h3.subpage {
	color: #b50094;
	background: #ffffff;
	font-size: 120%;
	font-weight: normal
}

.summary {	
	color: #b50094;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 15px
} 

ul {
	list-style: url(/images/bullets/magenta_bullet.jpg) disc
	}

/* header bar for news and events */

#newstableheader {
	background: #cccccc;
	height: 25px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold
}

/* header */

#pageheader { 
	background: #000000 url(/images/headers/header_home.jpg) no-repeat left top; 
	width: 100%; 
	height: 150px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #909090;
	text-align: right
	}

#sectionheader { 
	color: #ffffff;
	background: #b50094; 
	width: 100%; 
	height: 60px; 
	padding-left: 10px;
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
	text-align: left
	}

/* horizontal navigation */

#hznav { 
	background: #b50094 url(/images/backgrounds/magenta_bg.jpg) repeat left top;
	color: #ffffff;
	width: 100%;
	height: 25px;
	position: absolute; 
	top: 140px;
	left: 0px;
	text-align: center;
	border-top: 1px solid #993399;
	border-left: none;
	border-bottom: 3px solid #c0c0c0;
	border-right: none;
	padding: 0px 0px 0px 0px
	}

.hznavtext {
	background: transparent url(/images/bullets/magenta_indent.jpg) no-repeat left top;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
	white-space: nowrap
	}

#hznavend {
	background: transparent url(/images/bullets/magenta_indent.jpg) no-repeat left top;
	width: 4px;
	color: #ffffff;
	padding: 2px 4px 2px 0px;
	white-space: nowrap
	}

/* search */


#minisearch { 
	color: #808080;
	font-size: x-small;
	width: 140px;
	height: 25px;
	position: relative; 
	top: 25px; 
	left: 10px;
	margin-top: 20px;
	padding: 1px 2px 0px 2px;	
	background: #F5F5F5 url(/images/backgrounds/magenta_bg.jpg) no-repeat left top
	}