






/*
Color Scheme
Green: 	#647d03
Red: 	#800000
Blue: 	#dbeaf0
*/

html {
	background: #dbeaf0;
	}

body {
	font-family: Verdana,Arial,sans;
	color: #000000;
	}

a {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}

dt {
	color: #647d03;
	font-size: larger;
	font-weight: bold;
	}
	
dd {
	margin-left: 10px;
	}

.photo-album-title {
	color: #647d03;
	}

div.photo-album-description {
	font-style: italic;
	color: #000000;
	margin-bottom: 25px;
	}

div#photo-nav {
	margin: 10px 0px;
	}

div#photo-nav span{
	padding: 3px;
	background: #800000;
	border: 1px solid #647d03;
	margin: 5px 10px;
	font-weight: bold;
	color: #000000;
	}

div#photo-nav a{
	color: #ffffff;
	}

div#photo-nav a:hover{
	color: #647d03;
	text-decoration: none;
	}

#page-title {
	margin: 10px;
	color: #800000;
	font-size: 15px;
	border-bottom: 1px dotted #000000;
	}

#page-title span {
	font-size: 12px;
	font-weight: normal;
	}

div#footer {
	width: 50%;
	margin-left: 187px;
	background: #ffffff;
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding: 5px 0px;
	}

div#footer p {
	margin: 0px;
	padding: 0px;
	}

div.section {
	background: #dbeaf0 none repeat scroll 0%;
	margin: 10px 30px;
	border: 2px dotted #647d03;
	padding: 20px 10px 5px;
	}

.section h4 {
	font-size: 15px;
	font-weight: bold;
	}
	
.small {
	font-size: 10px;
	color: #333333;
	}

body#stories div.section p{
	font-style: italic;
	}	
	
body#stories div.section p.small{
	font-style: normal;
	}

.section h3.section-title {
	background: #800000 none repeat scroll 0%;
	margin: -20px -10px 10px -10px;
	color: #ffffff;
	font-size: 20px;
	padding: 5px;
	}

div.canvas {
	background: url(images/bg_top.jpg) #ffffff top left no-repeat;
	}

div.canvas-top {
	height: 138px;
	}

div.canvas-top h1{
	display: none;
	}

div.canvas-main {
	min-height: 351px;
	background: url(images/bg_main.jpg) transparent left 30px repeat-y;
	}

div.canvas-nav {
	background: transparent;
	}

div.canvas-nav ul {
	margin: 0px;
	min-height: 313px;
	padding-top: 60px;
	width: 100%;
	background: url(images/bg_nav.jpg) transparent top left no-repeat;
	}

div.canvas-nav ul li{
	margin: 0px 0px 10px 3px;
	}

div.canvas-nav ul li a {
	color: #ffffff;
	font-size: larger;
	}

div.canvas-nav ul li a:hover {
	color: #000000;
	}

div.canvas-nav ul li{
	background: #647d03 none repeat scroll 0%;
	border: 1px solid #000000;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 4px 0px 4px 5px;
	}

div.canvas-bottom {
	height: 65px;
	overflow: hidden;
	padding-top: 35px;
	text-align: center;
	background: url(images/bg_bottom.jpg) #ffffff bottom left no-repeat;	
	}

* {
	margin:0pt;
	padding:0pt;
	}
