/* http://www.pdpaine.us/pdp.css */

body  {
	background-image: url('images/image001.jpg');
	background-attachment: fixed;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	}
	
/* start formatting */

blockquote { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12pt; 
	color: Black; 
	font-weight: normal;
	}
p {
	font-family:Verdana, Arial, sans-serif; 
	font-size: 12pt; 
	color: Black; 
	font-weight: normal;
	}

h1 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 24pt; 
	color: black; 
	font-style: normal; 
	font-weight: bold; 
	background-color: transparent;
	}

h2 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 18pt; 
	color: black; 
	font-style: normal; 
	font-weight: bold; 
	background-color:  transparent;
	}

h3 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14pt; 
	color: black; 
	font-style: normal; 
	font-weight: bold; 
	background-color: transparent;
	}

h4 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12pt; 
	color: black; 
	font-style: normal; 
	font-weight: bold; 
	background-color:  transparent;
	}

h5 {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt; 
	color: black; 
	font-style: normal; 
	font-weight: bold; 
	background-color:  transparent;
	}

h6 {	
	font-family: Verdana, Arial, sans-serif; 
	font-size: 8pt; 
	color: black; 
	font-style: normal; 
	font-weight: bold; 
	background-color:  transparent;
	}

.pageheading {
	color: #cc0066;
	font-family: Verdana, Arial, sans-serif; 
	font-size: smaller;
	font-weight: bold;
	text-transform: capitalize;
	}
	
/* end formatting */
	
	
/* start header */
	
.header {
	border-left:1px solid #454545; 
	border-right:1px solid #454545; 
	border-top:1px solid #454545; 
	border-bottom:1px solid #454545; 
	background-repeat: no-repeat;
	height: 100px;
	margin-right: 20px
	}
	
/* end header */ 

/* start content */
	
.content {
	color: black;
	border: 1px solid #454545;
	border-bottom-width: 0px;
	border-top-width: 0px;
	margin-left: 140px;
	margin-right: 20px;
	padding: 5px;
	width: auto;
	}

.contentlink a:link {
	color: blue;
	text-decoration: none;
	}

.contentlink a:visited {
	text-decoration: none;
	}

.contentlink a:hover {
	color: red;
	text-decoration: none;
	}

.contentlink a:active {
	color: red;
	text-decoration: none;
	}

/* end content */

/* start navigation */
	
.navigation {

	height: auto;
	left: 5px;
	line-height: 110%;
	position: absolute;
	top: 120px;
	}

.navlink a:link {
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	}

.navlink a:visited {
	background: transparent;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	}

.navlink a:hover {
	background: transparent;
	color: silver;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	}

.navlink a:active {
	background: transparent;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	}
	
.navbutton {
	background-color: #7bacc6;
	border: 2px outset #FFFFFF;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin: 2px;
	padding: 1px;
	text-align: center;
	width: 120px;
	}
	
/* end navigation */
	
/* start footer */

.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #454545;
	border-left-width: 1px;
	margin-left: 1px;
	margin-right: 20px;
	padding-left: 160px;
	text-align: center;
	}

.footerlink a:link {
	color: blue;
	font-weight: 500;
	padding: 5px;
	text-decoration: none;
	}

.footerlink a:visited {
	padding: 5px;
	font-weight: 500;
	text-decoration: none;
	}

.footerlink a:hover {
	color: red;
	font-weight: 500;
	padding: 5px;
	text-decoration: none;
	}

.footerlink a:active {
	padding: 5px;
	font-weight: 500;
	text-decoration: none;
	}
	
/* end footer */
	
/* start copyright */

.copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: black;
	font-style: normal;
	font-weight: 500;
	background-color: transparent;
	}
	
/* end copyright */
	
/* start miscellaneous */

.sitelink a:link {
	font-size:10pt; 
	font-family: Verdana, Arial, sans-serif; 
	color: blue; 
	text-decoration: none; 
	background-color: transparent;
	}
 
.sitelink a:hover {
	color: red;
	}

a:link {
	color: blue;
	}

a:hover {
	color: red;
	}

a:visited {
	color: blue;
	}
	
/* end miscellaneous */

/* start linklinks */
.mylinks {
	position: absolute;
	height: auto;
	left: 10px;
	line-height: 14px;
	width: 120px;
	top: 350px;
	}

.linklinks a:link {
	background: transparent;
	color: blue;
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
	}

.linklinks a:visited {
	background: transparent;
	color: blue;
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
	}

.linklinks a:hover {
	background: transparent;
	color: red;
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
	}

.linklinks a:active {
	background: transparent;
	color: blue;
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
	}
	
.linkhead {
	background: transparent;
	color: blue;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	}

	
	
/* end linklinks */


.archivelinks a:link {
	background: transparent;
	color: blue;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	}

.archivelinks a:visited {
	background: transparent;
	color: blue;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	}

.archivelinks a:hover {
	background: transparent;
	color: red;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	}

.archivelinks a:active {
	background: ;
	color: blue;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	}

	
	
	