@charset "utf-8";
/* Main CSS File for enitre site */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(file:///C|/Users/Josh/Documents/WebSite%20Design/CEFpdx/new_page_bg.png);
	background-color: #162C42;
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}
 .pdx #content {
	 padding: 0px 0px 0px 0px;
 }
 .pdx #maincontent {
	 color: #000;
	 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 font-size: 12px;
	 text-decoration: none;
 }
 .pdx #maincontent a {
	 color: #900;
	 text-decoration: none;
 }
 .pdx #maincontent a:hover {
	 color: #CCC;
	 text-decoration: none;
 }
.pdx #kidsidebar {
	font-size: 10px;
	color:#000;
	background-image: css_img/tablebody1.jpg;
	background-repeat: repeat-y;
	width: 185px;
}
.pdx #kidsidebar a {
	font-size: 9px;
	color: #900;
	text-decoration: none;
}
.pdx #kidsidebar a:hover {
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
}
.pdx #contactbox {
	font-size: 10px;
	color: #000;
}
.pdx #contactbox a {
	font-size: 10px;
	color: #900;
	text-decoration: none;
}
.pdx #contactbox a:hover {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}
.pdx #footer {
	color: #FFF;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.pdx #footer a {
	color: #CCC;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
.pdx #footer a:hover {
	color: #000;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background-color: #CCC;
}
	