
/*
Pace.edu sub page style sheet
================================================*/

/* Global
================================================*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

p, td, li {
	color: #000;
	font: 12px Arial, Geneva, Helvetica, sans-serif; 
	}

p {
	line-height: 1.2em;
}


img { 
 border: none; 
}

a:link {
	color: #1958B4;
	text-decoration: none;
}

a:visited {
	color: #5A0080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link img, a:visited img, a:hover img {
	border: none;
}

/* Page header */
H2 {
font: 14px Arial, Geneva, Helvetica, sans-serif; 
font-weight: bold;
color: #000;
}

/* Page footer */
.footer {
font: 10px Arial, Geneva, Helvetica, sans-serif;
color: #9AABD5;
}

a.footer:link, a.footer:visited {
font: 10px Arial, Geneva, Helvetica, sans-serif;
color: #9AABD5; 
text-decoration: none;
}

a.footer:hover {
text-decoration: underline;
}


/* Sidebar photo caption */
.caption {
font: 12px Arial, Geneva, Helvetica, sans-serif;
color: #00337F;
}

a.caption:link, a.caption:visited {
color: #00337F;
font-weight: bold; 
text-decoration: none; 
}

a.caption:hover {
text-decoration: underline;
}


/* Subpage site name */
.navHeader {
font: 16px Arial, Geneva, Helvetica, sans-serif; 
color: #00337F;
font-weight: bold;
}

a.navHeader:link {
color: #00337F;
text-decoration: none;
}

a.navHeader:visited {
color: #00337F;
text-decoration: none;
}


a.navHeader:hover {
text-decoration: underline;
}


/* Subpage level one left nav */
.nav1 {
font: 12px Arial, Geneva, Helvetica, sans-serif; 
color: #FFFFFF;
}

a.nav1:link, a.nav1:visited  {
color: #FFFFFF;
text-decoration: none;
}

a.nav1:hover {
text-decoration: underline;
}

/* Subpage level two left nav */
.Nav2 {
font: 12px Arial, Geneva, Helvetica, sans-serif; 
color: #00337F; 
font-weight: bold;
}

a.Nav2:link, a.Nav2:visited {
font: 12px Arial, Geneva, Helvetica, sans-serif; 
color: #00337F; 
font-weight: bold;
text-decoration: none; 
}

a.Nav2:hover {
text-decoration: underline;
}

/* Subpage level three left nav */
.Nav3 {
font: 12px Arial, Geneva, Helvetica, sans-serif; 
color: #00337F;
}

a.Nav3:link, a.Nav3:visited  {
font: 12px Arial, Geneva, Helvetica, sans-serif; 
color: #00337F;
text-decoration: none;
}

a.Nav3:hover {
text-decoration: underline;
}

/* Subpage level three left nav */
.crumb {
font: 10px Arial, Geneva, Helvetica, sans-serif; 
color: #0D4F8B; 
font-weight: bold;
}

a.crumb:link, a.crumb:visited {
color: #0D4F8B;
text-decoration: none;
}

a.crumb:hover {
text-decoration: underline;
}


TR.navDivider {
background-color: #A2B3D4;
}

TR.style1 {
background-color: #195892; /* style1 -- 2nd level blue background */
}

TR.styleBC {
background-color: #ffffff; /* styleBC -- second level highlight -- white background */
}

TR.styleD {
background-color: #FFF0C4; /* styleD - 3rd level highlight */
}

TR.style2 {
background-color: #ffffff; /* style2 - 3rd level unhighlighted background */
}

TR.styleV {
background-color: #FFC61E; /* styleV - verticalcrumbs background */
}

/* Form element styles  */
.form { margin-top: 0; margin-bottom: 0; }

#subsearchform {
	display: inline;
}

.searchbox {
	font-size: 10px; 
	border: 1px solid #9AABD5; 
	width: 112px;
}

/* Printer friendly styles  */
 @media print {
    .noPrint { display: none; }
  }

