/* CSS Document
Designed by David Philpott
© Copyright 2006.All rights reserved. */

/*Layout Divs: */
#Wrapper { 
	width:70%;
	height: 100%;
	border: 2px solid #999;
	padding: 10px;
	margin: 30px 0px 0px 100px;
	background-color:#FFFFFF;
}

#Header { 
	width: 100%;
	height: 52px;
	color:#000;
	background-color:#FFF;
	background-image:url(images/dpc_logo.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	padding: 5px;
	margin: 0px;
}

#Navbar { 
	width:inherit;
	height: 20px;
	color:#666;
	background-color:#FFF;
	padding: 0px 10px 2px 0px;
	/*border: 1px solid #FC9;*/
	margin: 0px 0px 16px 0px;
}

#Body { 
	width:100%;
	margin: 0 5px 0 0px;
	height: 90%;
	/*clear:left;*/
	}

#Footer { 
	clear: both;
	width: 100%;
	padding: 5px 5px;
	border-top: 1px solid #CCC;
	}
	
#bodyHeading {
	width:inherit;
	}
	
#leftColumn {
	width:250px;
	padding: 2px 7px 15px 0px;
	margin: 0px;
	float:left;
	/*height: 100%;*/
	}
	
#rightColumn {
	width: 50%;
	padding: 2px 5px 15px 10px;
	margin: 0px;
	float: left;
	/*height:100%;*/
	/*position:relative;*/
	}
	
/* Layout Classes: */

.bodylink {
	color:#666;
	background-color:#FFF;
	text-decoration:none;
	}
	
.bodybold {
	font-weight:bolder;
	}
	
.bodyoblique {
	font-style:oblique;
	}
	
.bodycaption {
	font-style:inherit;
	font-weight:300;
	font-size: 90%;
	/*text-indent: 12px;*/
	}
	
p.footerText {
	font-size: 85%;
	color: #CCC;
	background-color:#FFF;
	}


	
/* Tag Layout classes: */

body {
	background-color:#FFF;
	color:#666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 5px;
	min-width: 550px;
	}

h1 {
	font-size: 13px;
	font-weight: 400;
	color:#000;
	background-color:#FFF;
	margin: 0px;
	}
	
h2 {
	font-size: 11px;
	color: #066;
	font-weight:300;
	margin: 0px;
	padding: 0px 0px 3px;
	}
	
a {
	font-size: 10px;
	}

a:visited  {
	color:#666;
	}
	
a:hover {
	color:#e8985e;
	}
	
	
#Navbar a { 
	color:#41445e;
	background-color:#FFF;
	margin: 0px;
	padding: 0px 8px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align:center;
	font-weight:400;
	font-size: 14px;
	float:left;
	border-right: 1px solid #CCC;
	display:block;
	}
	
#Navbar a.last {
	border-right: none;
	}
	
	

#Navbar a:hover {
	color:#376790;
	background-color:#FFF;
	}
	
ul	{
	list-style: none;
	text-align:left;
	margin: 0px;
	padding: 0px;
	}



