﻿/* NIACC Style Sheet for Third-Level pages */
body {
margin-top:0px; margin-right:0px; margin-bottom:10px; margin-left:0px; 
background-color: #ffffff;
background-image:url('/images/pixhead.jpg'); background-repeat:repeat-x;
}

h6, h5, h4, td, li, ul, ol, blockquote, dir, p, span, div{
	font-family: arial, verdana, helvetica, geneva, sans-serif; font-size:13px;
}

h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 22px; font-weight:bold; color:#000066;
}

h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px; font-weight:bold;
}
h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px; font-weight:bold;
}

.address {font-size:11px; color:#000000;}

.bluebar-smallheading {
	font-size:16px; 
	font-weight:bold;
	background-image:url('../css/none');
	background-color:#000066; 
	color:#FFFFFF
}

/* link formatting */
a {color: #000066; text-decoration:underline;}
a:active {color:#000066;}
a:visited {color:#000066;}
a:hover {color:#000066; text-decoration:none;}

a.red:link {color: #FF0000; text-decoration:underline;}
a.red:active {color: #FF0000;}
a.red:visited {color: #FF0000;}
a.red:hover {color: #000066; text-decoration:none;}

/* content of page area */
#page {
position: absolute;
top: 105px;
left: 20px;
right: 20px;
}

/* to have blue go across the whole page when expanded */
#topPage {
background:#263665;
width:100%;
height:103px;
}

/* positioning for top right navigation */
#topNav {
position: absolute;
top: 8px;
right:10px;
margin-left: 600px;
text-align: right;
white-space:nowrap;
}

/* formatting for top right navigation */
font.mat {
color: #ffffff;
font-weight: normal;
font-size: 12px;
}

/* top right link formatting */
#topNav a {
text-decoration:none;
color:#ffffff;
font-size: 12px;
}

/* top right hover formatting */
#topNav a:hover {
text-decoration:underline;
}

