@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
   	background-color: #292928;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
        line-height:20px;

}
.content {
	background-color: #FFF;
}
.navbarlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
a:link {
	color: #445566;
}
a:visited {
	color: #445566;
}
  
a:hover {
	color: #af3131;	
}
a:active {
	color: #af3131;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
#about {
	text-align: center;
	text-indent: 0;
	display: none;
	width: 400px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #900;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.aboutdavid {
	background-color: #03C;
	text-align: right;
	border: medium dotted #960;
	position: absolute;
	width: 400px;
}

#border_here {
  border: red solid 5px;
  padding: 1em;
  width: 400px;
  }.whitetext {
	color: #FFF;
	font-weight: bold;
}
.pagetitle {
	font-weight: bold;
	font-size: 14px;
}
.SIDEBARNAV {
	font-weight: bold;
       
}

.SIDEBARNAV ul, li {
    list-style-type: none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
        border:0;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
        border:0;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
        border:0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
