﻿@import url('nu-pc-layout.css');
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
}
/*  Height of left-content and content is 1000 - kinda big */

#container {
	width: 800px;
	margin: 2px auto;
}
#masthead {
	border: 1px solid #FFFFFF;
	text-align: center;
	width: 800px;
	height: 225px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url('images/PCLogo-IT-11-30-12-800x225.jpg');
	margin-top: 2px;
	}


#top-nav {
	table-layout:auto;
	text-align: center;
	width: 800px;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	background-color: #000099;
}

#top-nav table {
	table-layout:fixed;
	height: 35px;
	color: #FFFFFF;
	font-weight:bold;
	font-size:medium;
}
#top-nav a {
    color: #FFFFFF;
    text-decoration: none;
    }
#top-nav a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
   
  
#left-content {
	position: relative;
	align: center;
	float: left;
	width: 175px;
	height: 1000px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10x, 0px, 5px 1px;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #0000FF;
	background-color: #EDEFF1;
	position: static;
	font-size: 12px;
	overflow: auto;
}
#left-content p {
	color: #000066;
}
#left-content a {
	color: #000066;
	text-decoration: underline;
}
#left-content a:hover {
	color: #006600;
	text-decoration: underline;
}
/* - just in case we want left side nav instead of left side content w/tables */
 /*#left-navigation {
	position: relative;
	float: left;
	width: 200px;
	height: 820px;
	margin-top: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}    */

#content {
	float: left;
	width: 620px;
	height:1000px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding: 15px, 0px, 5px, 2px;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	position: static;
 	overflow:auto;
}
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	width: 800px;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	background-color: #000066;
}
/* Navigation Styles */
/*#left-navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#left-navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#left-navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#left-navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
} */
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
	margin-top: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}