
/* CSS Properties for pcc-services */
body {
	height: 100%;
	background: #002844;
	}
.hide 
	{
	display: none;
	}
	
/* encapsulate sets the page width and centers it */
#encapsulate {
	background: #002844;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

/* body_window sets the wide rounded corners and page background */
.body_window {
	display: block;
	}
.body_window * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #ffffff;
	}
.body_window1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #6d8494;
	border-right: 1px solid #6d8494;
	background: #bfc9d0;
	}
.body_window2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #193d56;
	border-right: 1px solid #193d56;
	background: #ced6db;
	}
.body_window3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #ced6db;
	border-right: 1px solid #ced6db;
	}
.body_window4 {
	border-left: 1px solid #6d8494;
	border-right: 1px solid #6d8494;
	}
.body_window5 {
	border-left: 1px solid #bfc9d0;
	border-right: 1px solid #bfc9d0;
	}
.body_windowfg {
	background: #ffffff;
	}

/* bufferzone puts whitespace around the edges*/
#bufferzone {
	padding: 15px;
}

/* These set the Logo Background and Title/Subtitle */
#main_logo {display: none;}
#title h1 {display: none;}
#title h2 {display: none;}
	
/* The following are for the top horizontal menu */
#menu_body {display: none;}
.main_menu {display: none;}
 .main_menu li {display: none;}
.main_menu li.back {display: none;}
.main_menu li a {display: none;}
.main_menu li a:hover, .main_menu li a:active, .main_menu li a:visited {display: none;}

/* CSS Properties for the Left Menu */
/* left_menu is for the container */
#left_menu_col {display: none;}
#left_menu_col img {display: none;}
#left_menu_col h3 {display: none;}
#left_menu_content {display: none;}
.left_menu {display: none;}
.left_menu * {display: none;}
.left_menu1 {display: none;}
.left_menu2 {display: none;}
.left_menu3 {display: none;}
.left_menu4 {display: none;}
.left_menu5 {display: none;}
.left_menufg {display: none;}
.myleftmenu {display: none;}
.myleftmenu a.menuitem {display: none;}
.myleftmenu a.menuitem:visited, .myleftmenu .menuitem:active {display: none;}
.myleftmenu a.menuitem .statusicon {display: none;}
.myleftmenu a.menuitem:hover {display: none;}
.myleftmenu div.submenu {display: none;}
.myleftmenu div.submenu ul {display: none;}
.myleftmenu div.submenu ul li {display: none;}
.myleftmenu div.submenu ul li a {display: none;}
.myleftmenu div.submenu ul li a:hover {display: none;}

/* CSS Properties for the Footer */
#footer{display: none;}
#footer p {display: none;}
#footer a {display: none;}
		
#primarycontent	{
	border: 0;
	margin: 0;
	width: 90%;
	}
	
#primarycontent p	{
	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 1em;
	color: #000;
	font-family: sans-serif;
	font-size: 14px;
	}



#primarycontent h1 {
	color: #000;
	font-family: serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#primarycontent h2 {
	color: #000;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 2px #fff;
	margin-top: 1em;
	margin-bottom: 0.25em;
	clear: left;
}
	
#primarycontent h3{
	color: #000;
	font-family:sans-serif;
	font-size: 16px;
	margin-top: 0em;
	text-indent: 3em;
}

#primarycontent h4 {
	color: #000;
	font-family: sans-serif;
	font-size: 14px;
}

#primarycontent li	{
	color: #000;
	font-family: sans-serif;
	font-size: 14px;
	}

