body {background-image: url('/img/tiled/kellygrid.gif'); background-repeat: repeat-x}
form.searchbox {margin-top: 5px}
hr {height: 0; border: 0; border-top: 1px solid #003399; margin: 1.5em 0}
ul.spaced li, ol.spaced li {margin-bottom: 10px}
a:hover.hoverpdf,
ul.hoverpdf li a:hover {
	padding-left: 21px;
	background-image: url('/img/icons/pdf_small.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

a:hover.hoverppt,
ul.hoverppt li a:hover {
	padding-left: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url('/img/icons/powerpoint_small.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#mastercontainer, #footer {
	min-width: 751px; 
	max-width: 984px;
	margin: auto;
}
#mastercontainer td.main div.main {
	background-image: none; 
	background-color: white;
	padding: 10px 12px; 
	font-size: 10pt; 
	font-family: arial, sans-serif;
}
#mastercontainer td.main div.main img.featured {
	margin: 0 0 1em 2em;
}
#mastercontainer td.main,
#mastercontainer td.footer {
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	background-color: #ffffff;
}

/* BREADCRUMBS */
div.breadcrumbs {
	color: #999; 
	font-size: 10px; 
	font-family: verdana, sans-serif;
	margin-bottom: 15px; 
}
div.breadcrumbs a {
	color: #999;
}

/* MARGINS */
td.lefttab,
td.lefttab-selected,
td.righttab,
td.righttab-selected,
td.lefttab-noactive,
td.righttab-noactive {
	width: 5px;
	height: 25px;
	max-height: 25px;
	background-repeat: no-repeat;
}

/* CENTER */
td.centertab,
td.centertab-selected,
td.centertab-noactive {
	background-repeat: repeat-x;
	padding: 0 .5em;
	min-width: 40px;
	text-align: center;
}
td.centertab a, 
td.centertab-noactive a {color: #333; font-weight: normal; text-decoration: none}
td.centertab-selected a {color: #fff; font-weight: bold; text-decoration: none}

/* SACOG MENU LOGO */
td.sacogmenulogo {border-bottom: 1px solid #003399; text-align: center; width: 38px}
td.sacogmenulogo-noactive {border-bottom: 1px solid #9bb684; text-align: center; width: 38px}

/* SELECTED */
td.lefttab-selected {background-image: url('img/tabs/selected/tab-left.jpg'); border-bottom: 1px solid #3370b3}
td.centertab-selected {background-image: url('img/tabs/selected/tab-center.jpg'); border-bottom: 1px solid #3370b3}
td.righttab-selected {background-image: url('img/tabs/selected/tab-right.jpg'); border-bottom: 1px solid #3370b3}

/* DESELECTED */
td.lefttab {background-image: url('img/tabs/deselected-green/tab-left.jpg'); border-bottom: 1px solid #003399;}
td.centertab {background-image: url('img/tabs/deselected-green/tab-center.jpg'); border-bottom: 1px solid #003399;}
td.righttab {background-image: url('img/tabs/deselected-green/tab-right.jpg'); border-bottom: 1px solid #003399;}

/* DESELECTED (but no active tab) */
td.lefttab-noactive {background-image: url('img/tabs/deselected-green/tab-left.jpg'); border-bottom: 1px solid #b5c9a4;}
td.centertab-noactive {background-image: url('img/tabs/deselected-green/tab-center.jpg'); border-bottom: 1px solid #b5c9a4;}
td.righttab-noactive {background-image: url('img/tabs/deselected-green/tab-right.jpg'); border-bottom: 1px solid #b5c9a4;}

/* SPACERS */
td.tabspacer {
	width: 5px;
	height: 1px;
	border-bottom: 1px solid #003399;
}
td.tabspacer-noactive {
	width: 5px;
	height: 1px;
	border-bottom: 1px solid #9bb684;
}
td.remaining {border-bottom: 1px solid #003399}
td.remaining-noactive {border-bottom: 1px solid #9bb684}
div.supernav span.spacer {
	padding: 0 .8em;
	font-size: 12px;
	font-family: arial, sans-serif;
}
div.supernav a {
	color: #333; 
	font-family: arial, sans-serif; 
	font-size: 12px;
	text-decoration: none;
}
div.supernav a:hover {
	text-decoration: underline;
}

/* SUBTAB AREA */
td.subtab {
	color: white;
	background-color: #3370b3;
	font-weight: normal;
	padding: .2em 1em;
	min-height: 1px;
	font-size: 10px;
	font-family: arial, sans-serif;
	font-size: 8pt; 
	border-bottom: 1px solid #003399; 
	border-left: 1px solid #003399; 
	border-right: 1px solid #003399;
}
td.deselected {
	background-color: #b5c9a4;
	border-bottom: 1px solid #9bb684; 
	border-left: 1px solid #9bb684; 
	border-right: 1px solid #9bb684;
}
td.subtab a {
	color: white;
	text-decoration: none;
}
td.subtab a:hover {
	text-decoration: underline;
}
td.subtab span.spacer {
	margin-left: 5px;
	margin-right: 5px;
}

/* TAB FONTS */
td.centertab,
td.centertab-selected,
td.centertab-noactive {
	font-size: 12px;
	font-family: arial, sans-serif;
}

/* HEADLINES */
h1, h2, h3 {
	color: #003399; 
	font-family: georgia;
}

h1 {font-size: 22px; font-weight: normal; margin: 0 0 5px 0;}
h2 {font-size: 16px; margin: 1em 0;}
h3 {font-size: 12px; font-style: italic}

div.featureArt {
	float: right;
	margin: 0 0 .5em 1em;
}