body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #DAC880;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: #423263;
}

a:hover {
	color: #990000;
}

img {
	border: 0;
}

/* format the area which containd the web page and floats it in the center of the window */
#pagearea {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}

/* format the masthead ///////////////////////////////////////////////////////////// */
#header {
	background-image: url(../Media/header_sph_building.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F8F2DC;
	width: 100%;
	height: 57px;
	margin: 0px;
}

#header p {
	margin: 0px;
}

#ualink {
	float: right;
}

#ualink a {
	background-image: url(../Media/header_UAlink_bkgnd_off.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 47px 140px 0px 0px;
}

#ualink a img {
	height: 10px;
	width: 140px;
	border: 0px;
}

#ualink a:hover {
	background-image: url(../Media/header_UAlink_bkgnd_on.gif);
	background-repeat: no-repeat;
}
/* end masthead formatting */

/* format the top nav bar ///////////////////////////////////////////////////////////// */
#topnav {
	background-image: url(../Media/navbar_bkgnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	vertical-align: top;
	position: absolute;
	width: 740px;
	left: auto;
	right: auto;
	top: 57px;	
}

.sph a {
	background-image: url(../Media/navbar_SPHlink_bkgnd_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.sph a img {
	width: 163px;
	height: 15px;
	border: 0px;
}

.sph a:hover {
	background-image: url(../Media/navbar_SPHlink_bkgnd_on.gif);
}

.sphce a {
	background-image: url(../Media/navbar_SPHCElink_bkgnd_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.sphce a img {
	width: 176px;
	border: 0px;
	height: 15px;
}

.sphce a:hover {
	background-image: url(../Media/navbar_SPHCElink_bkgnd_on.gif);
}

.doh a {
	background-image: url(../Media/navbar_DOHlink_bkgnd_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.doh a img {
	width: 50px;
	border: 0px;
	height: 15px;
}

.doh a:hover {
	background-image: url(../Media/navbar_DOHlink_bkgnd_on.gif);
}

.cphp a {
	background-image: url(../Media/navbar_CPHPlink_bkgnd_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.cphp a img {
	width: 91px;
	border: 0px;
	height: 15px;
}

.cphp a:hover {
	background-image: url(../Media/navbar_CPHPlink_bkgnd_on.gif);
}
/* end top nav bar formatting */

/* format the three column area below the nav bar /////////////////////////////////////////// */
#mainarea {
	position: absolute;
	width: 740px;
	left: auto;
	right: auto;
	top: 75px;
	background-image: url(../Media/mainarea_bkgnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#logobar {
	background-image: url(../Media/header_bkgnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DAC880;
}

#footer {
	width: 740px;
	background-color: #DAC880;
	text-align: center;
	margin: 0px;
}

/* left column elements //////////////////////////////////////////////////////////////////// */
#leftcol {
	float: left;
	width: 160px;
	margin: 0px;
}

#leftcol p {
	margin: 10px;
}

/* format left nav and buttons ///////////////////////////////////// */
#leftnav {
	background-color: #C2A73F;	
	}

#leftnav ul {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.6em;
	letter-spacing: 0px;
	color: #990000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100%;
	list-style-type: none;
}

#leftnav ul li  {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-bottom-color:#DAC880;
	list-style-type: none;
}

/* this is for a nav item if it is the current location */
.current {
	padding: 5px 0px 4px 16px; /* position text relative to the arrow icon */
	display: block;
	width: 144px; 
	background-image:  url("../Media/Subnav_arrow.gif"); 
	background-position: 6px 8px; /* align the arrow to the text */
	background-repeat: no-repeat; /* override default background attribute */
}

/* selected subnav items */
.subcurrent {
	padding: 0px 0px 4px 16px; /* we need to add extra padding to a subnav item for desired "tabbed in" effect */
	background-image: none;
	display: block;
	width: 129px; 
	background-image:  url("../Media/Subnav_arrow.gif"); 
	background-position: 6px 3px; /* align the arrow to the text */
	background-repeat: no-repeat; /* override default background attribute */
}


#leftnav ul li a {
    color: #000000; /* text color */
    text-decoration: none; /* remove default underline */
    padding: 5px 0px 4px 16px; /* position text relative to the arrow icon */
    display: block; /* make the whole area active, and make the left padding consistent even on wrapped lines */
    width: 144px; /* make entire button (text and padding) active */
    background-image: none; 
    background-position: 6px 8px; /* align the arrow to the text */
    background-repeat: no-repeat; /* override default background attribute */
}

/* change the background image on mouse-over */

#leftnav ul li a:hover {
	color: #990000;
	background-image: url("../Media/Subnav_arrow.gif"); /* this is the little arrow icon before the text */
}

/* use this style for ACTIVE elements in the sub nav. Apply as a class within the "a" tag */

#leftnav ul li a.active {
	color: #990000;
	background-image: url("../Media/Subnav_arrow.gif"); /* this is the little arrow icon before the text */
}


/* start subnav item css */
#leftnav ul li ul li {
	border: 0px;
}

#leftnav ul li ul {
	margin: 0px 0px 0px 15px;
	list-style-type: none;
	font-size: 1em;
}

#leftnav ul li ul li a {
	padding: 0px 0px 4px 16px; /* we need to add extra padding to a subnav item for desired "tabbed in" effect */
	background-image: none;
	width: 129px; 
	background-position: 6px 3px; /* align the arrow to the text */
	background-repeat: no-repeat; /* override default background attribute */
}
/* end subnav item css */

/* done formatting left nav //////////////////////////////////////////////*/


/* outlined box for left column */
.whiterulebox-lc {
	padding: 8px;
	border: 1px solid #FFFFFF;
	width: 113px;
	margin: 12px 0px 0px 16px;
}

/* feature box for left column */
.feature-left {
	border: 1px solid #FFFFFF;
	width: 145px;
	margin: 12px 0px 0px 8px;
}

.feature-left p {
	margin-top: 0px;
	font-size: 70%;
}

/* format the center and right columns ////////////////////////////////////////////////////// */
#content {
	background-color: #F8F2DC;
	background-image:  url(../Media/contentarea_bkgnd.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px 0px 0px 163px;
	height: 1%;
}

#content-noback {
	background-color: #F8F2DC;
	margin: 0px 0px 0px 163px;
	height: 1%;
}

.pagetitle {
	background-image:  url(../Media/CPHP_title_bkgnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
}

/* right column elements ////////////////////////////////////////////////////// */
#rightcol {
	float: right;
	width: 140px;
	margin: 12px 0;
	margin-right: 2px;
}

/* outlined box for right column */
.goldrulebox-rc {
	padding: 8px;
	border: 1px solid #DAC880;
	width: 113px;
}

/* view it button to use with right column gold rule box */
.viewit-rc a {
	background-image:  url(../Media/button_ViewIt.gif);
	background-repeat: no-repeat;
	background-color: #DAC880;
	background-position: left top;
	width: 131px;
	height: 18px;
	display: block;
}

.viewit-rc img {
	width: 131px;
	height: 18px;
}

.viewit-rc a:hover {
	background-image:  url(../Media/button_ViewIt_on.gif);
}

/* outlined box for right column */
.whiterulebox-rc {
	padding: 8px;
	border: 1px solid #FFFFFF;
	width: 113px;
}


/* center column elements ///////////////////////////////////////////////////////// */
#centercol {
	width: 420px; /* ie */
	min-width: 422px; /* Netscape */
	margin-top: 12px;
}

/* outlined box for center column */
.goldrulebox-c {
	border: 1px solid #DAC880;
	margin: 10px 15px 0 15px;
	background-color: #E9DDAE;
}
.goldrulebox-c p {
	margin: 10px;
	padding: 0;
	font-size: .75em;
}

.webcastbox-c {
	padding: 5px;
	border: 1px solid #DAC880;
	line-height: 110%;
	font-size: 13px;
	width: 385px;
	margin-left: 12px;
	background-color: #E9DDAE;
}


.calendarMonth {
	background-color: #E9DDAE;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#centercol p{
    margin-right: 12px;
	margin-left: 12px; 
}

#centercol h4 {
    margin-right: 12px;
	margin-left: 12px; 
}


#centercol-wide {
	width: 574px; /* ie */
	min-width: 575px; /* Netscape */
	margin-top: 12px;
}

#centercol-wide p {
    margin-right: 12px;
	margin-left: 12px; 
}

#centercol-wide h1, h2, h3, h4 {
    margin-right: 12px;
	margin-left: 12px; 
}

#centercol-wide h1 {
	font-size: 1.5em;
	color: #423263;
}

#centercol-wide h2 {
	font-size: 1.1em;
	color: #423263;
}

#centercol-wide h3 {
	font-size: 1em;
	color: #000000;
}


/* horizontal devider for center column */
.goldrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2A73F;
	font-size: 1%;
}

/* format the "top" button element */
.top {
	text-align: right;
	font-size: 11px;
	display: block;
}

.top a {
	color: #3366CC;
	text-decoration: none;
	background-image: url(../Media/top_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

.top a:hover {
	color: #97B4DA;
	text-decoration: none;
	background-image: url(../Media/top_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* common elements ////////////////////////////////////////////////////////////// */
.nomargin {
	margin: 0px;
}

/* format text sizes in percentage ///////// */
.sixtytext {
	font-size: 60%;
}

.seventytext {
	font-size: 70%;
}

.eightytext {
	font-size: 80%;
}

.ninetytext {
	font-size: 90%;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.downlink-blurb {
	font-size: 80%;
	background-image: url(../Media/icon_satellite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	height: 30px;
}

.event {
}

.event ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.event ul li {
	margin-bottom: 4px;
}
#centercol ol {
	margin-right: 12px;
}
.merlotext {
	color: #993333;
}

.pdfico {
	padding-left: 23px;
	line-height: 18px;
	background: url('../Media/pdfico.gif') no-repeat center left;
}

.broadcastlinks {
	float: left;
	font-size: 75%;
	margin: 7px 0 0 0;
}

/* news stuff by chris */
.newstext {
	font-size: 90%;
	line-height: 1.2em;
}

.newstext p {
	margin: 0 0 10px 0;
	padding: 0;
}

.newstext h4 {
	margin-bottom: .5em;
	font-size: 1.05em;
	line-height: 1.3em;
}



#centercol .newsbox_content p {
	margin: 4px 2px 0 0;
	font-size: .8em;
	line-height: 1.3;
	padding: 0;
}

.newsbox_content .strong {
	font-weight: bold;
	font-size: .6em;
	margin-top: 5px;
	color: #9F8B3B;
	text-transform:uppercase;
	}

.newsbox_content {
	text-align: left;
	border: 1px solid #DAC880;
	font-size: 1em;
	float: left;
	width: 100%;
	background:#E9DDAE;
	margin: 7px auto;
}

.newsbox_container {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}

#centercol .newsbox_content div a img {
	padding-left: 0;
	margin: 3px 0 3px 3px;
	background: none;
}

#centercol .newsbox_content div a {
	display: block;
	font-size: .9em;
	line-height: 1.8;
/*	background: url(/Media/newsico.gif) no-repeat center left; */
}
