﻿/* DIV tags *//*-----------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #800000;
	background-color: #fff;
}

#masthead1 
{
  border-style: none;
  height:27px;
	margin: 0 auto;
	width:900px;
	border-width: 0;
	overflow: hidden;
  	text-align: center;
  	background-position: center;
    background-image:url('../imagelib/slogan_06a.jpg');
  	background-repeat: no-repeat;
/*	background-color: #FFe000; 
*/
}

#masthead2
{
	overflow: hidden;
	margin: 0 auto;
	width:900px;
	height: 131px;
	text-align: center;
	background-position: center;
	background-image:url('../imagelib/PCC_MastHead2.png');
	background-repeat: no-repeat;
	/*background-color: #FFe000;*/
}


/* Navigation */

#navigation {
	background-position: center;
	background-color: #FFE377;
	height: 30px;
	width:900px;
	overflow: hidden;
	text-align: center; 
	margin: 0 auto;
}

#navigation ul {
/*  text-align: center;
  width: 100%;
*/
	margin: 0 auto;
	width:900px;
  height: 30px;
  list-style-type: none;
  padding-top: 5px;
  padding-bottom:10px;
  padding-left:0;
  padding-right:0;
}

#navigation li {
  font-size: small;
  display: inline;
}

#navigation a {
  color: #0000cc;
  font-weight: bold;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 8px;
  background-image: url('../imagelib/Yell-Brown-MenuBar-30h.png');
}

#navigation a:hover {
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../imagelib/Blu-Wht-MenuBar-30h.png');
}

#navigation a:visited {
  text-decoration: none;
/*  color: #008000; */
}

#navigation a:active {
  font-weight: bold;
  text-decoration: none;
  color: #003;
}

/* Columns - content */

#container {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

#column_l {
	float: left;
	background-color: #ffe000;
	width: 200px;
	text-align:center;
	font-size: x-small;	
}

#column_r {
	float: right;
  	width: 200px;
	background-color: #ffe000;
	text-align:center;
	font-size: x-small;	
}

.subHdg
{
	font-weight: bold;
	font-size:x-large;
   	color: #FFFF00;
   	background-color: #000080;	
}

.col_item {
	height: 170px;
	font-size: x-small;
	font-weight:bold;
	color: #0000FF;
}

#CenterContainer {
	margin-left: 200px;
	margin-right: 200px;
}

#CenterHead {
	background-color:#ffe000;
	text-align:center;
}

#CenterContent {
	background-image:url('../imagelib/background-fade2.png');
	background-repeat:no-repeat;
	background-color: #ffe000;
}

#footer {
	width:900px;
	text-align: center;
	margin: 0 auto;
}

.designedby {
	font-family: "Times New Roman";
}

h1 {
  font-size: xx-large;
  color: #c00;
}

h2 {
  font-size: x-large;
  color: #b00;
}

h3 {
  font-size: large;
  color: #a00;
}

h4 {
  font-size: medium;
  color: #900;
}

h5 {
  font-size: x-small;
  color: #800;
}

h6 {
  font-size: xx-small;
  color: #700;
}

t1 {
  font-family: "Times New Roman";
}

t2 {
  text-align: right;
  color: #FFFFFF;
}
/* Footer */

#footer p {
  font-size: x-small;
}
/* Links */

a {
  color: #000099;
  text-decoration: underline;
}

a:hover {
  color: #900;
  text-decoration: underline;
}

.style_bold {
  font-weight: bold;
}

.style_italic {
  font-style: italic;
}
