/* Stylesheet for PCP Website */

/* Basics */


* {
	border:0;
	margin:0;
	padding:0;
}

a	{
	color:#679BA4;
	font-size:14px;
	text-decoration:none;
	}

a:hover	{
	color:#679BA4;
	font-size:14px;
	text-decoration:underline;
	}
	
.left {
	float:left;
	margin:0 5px 0 0;
}

.right {
	float:right;
	padding:10px 0 0 0;
}

.more {
	text-align: right;
	padding: 0;
	margin:0;
}

.center {
	text-align:center;
}

.contentmargin {
	margin-left:185px;
}

.copyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
 }
 
 

/* body */
body {
	
	background:#F7F7F7 url(img/bg_body.gif) repeat-x left top;
	font:16px Arial, Helvetica, sans-serif;
	color: #006600;
}

/* Header section for Flash */
#header {
	height: 316px;
	width:720px;
	margin:0 auto;
	position:relative;
}

/* Container for all of the main content of each webpage  */
#content {
	height:auto;
	margin:0 auto;
	width:720px;
	position:relative;
	background-color: #FFFFFF;
	padding-top:22px;
}

#content h2 {
	font-weight:bold;
	font-size: 16px;
	word-spacing: 2px;
	padding: 5px;
}

#content p {
	padding-bottom: 5px;
	text-align: left;
	margin-right:10px;
	margin-bottom:10px;
	line-height: 16px;
}

#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#content .title {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}

#content .whatweseeing  {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	font-family: "Comic Sans MS";
	color: #613356;
	font-style: italic;
	text-align: center;
 }
 
#content .topicline {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #364F86;
	
}

/* All formatting and location info regarding site navigation pane */
#directory {
	float:left;
	position:relative;
	width:180px;
	margin-left:10px;	
}

#directory:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#directory ul {
	list-style-type:none;
	margin:0px; 
	padding:0px 0px 0px 0px;
}
	
#directory li {
	background-image: url(img/list_0_1.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	font-weight:bold;
	margin:0px; 
	padding:2px 0px 2px 8px;
	color:#679BA4;
}
	
#directory a {
	color: #679BA4;
	font-family:Tahoma;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
	
#directory a:hover {
	font-size:12px;
	text-decoration: underline;
}

#directory .a2 {
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}

#directory .a2:hover {
	font-size:12px;
	text-decoration:underline;
}

/* Columns for home page */
#main {
	height:475px;
	margin:0 auto 0 200px;
	width:495px;
	position:relative;
	background-color: #FFFFFF;
	padding-top:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #d6d6d6;
}

#main_left {
	float:left;
	width:265px;
	position:relative;
}

#main_left:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

.list {
	padding-left: 20px;
	line-height: 18px;
}

#main_right {
	float:right;
	width:200px;
	position:relative;
	padding-right: 10px;
	text-align:center;
}

#main_right:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

/* Formatting and location information for footer that appears on every web page */
#footer {
	height:auto;
	margin:0 auto;
	width:720px;
	position:relative;
	background-color: #FFFFFF;
	padding-top:12px;
	padding-bottom: 10px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
}


#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}


#footer_left {
	float:left;
	width:237px;
	position:relative;
	text-align:center;		
}

#footer_center {
	float:left;
	width:235px;
	text-align:center;
}

#footer_right {
	float:right;
	width:235px;
	position:relative;
	padding-right: 10px;
	text-align:center;
}

#PHIStatement {
	height:auto;
	margin:0 auto;
	width:720px;
	position:relative;
	padding-top:5px;
	font-size: 10px;
	color: #666666;
	
}
