@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bgpage_brightred.jpg);
	background-repeat:repeat;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333366;
	font-weight:normal;
	text-align:justify;
	position: relative;
}

.header {
	margin:0 auto 0 auto;
	background-color:#333366;
	background-image:url(images/headshot.png);
	background-repeat:no-repeat;
	background-position:right;
	height:50px;
	width:750px;
	padding:90px 0 10px 5px;
	
}

.headerindex{
	margin:0 auto 0 auto;
	background-color:#333366;
	background-image:url(images/headerbook.png);
	background-repeat:no-repeat;
	background-position:right;
	height:50px;
	width:750px;
	padding:90px 0 10px 5px;	
	
}

.logo {
	background-image:url(images/greenlogo.png);
	background-repeat:no-repeat;
	background-position:left;
	height:40px;
	width:500px;
	font-size:24px;
	padding:16px 0 0 60px;
	color:#fff;
	
}

#wrapper {
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	width:770px;
	margin:0 auto 20px auto;
}

#maincontent {
	float:left;
	width:720px;
	padding:5px 25px 5px 25px;
	min-height:490px;
	position: relative;
}

#menu {
	background-image:url(images/bgmenu.png);
	background-repeat:repeat-x;
	width:750px;
	margin:0 auto 0 auto;
	height:63px;
	padding:2px 0;


	

}

/*navigation*/

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	font-size:12px;

	
}
#menu li {

	display:inline;
	line-height:22px;



}
#menu li a {
	text-decoration:none;
	padding: 0px 30px;
	color:#333366;
	background-image:url(images/bgtransmenu.png);
	background-repeat:repeat;
	border: solid 1px #000;

	

}
#menu li a:hover {
	background-image:none;
	padding: 0px 30px;
	color:#fff;
	background-color:#333366;
}

/*typography */

p{
	padding-top:15px;
	margin:0;
}

h1 {
	
	padding:0;
	margin:0;
	border-bottom:dotted #333366 1px;
}
h2 {
	padding:0;
	margin:0;
	text-indent:20px;
}
h3 {
	margin-bottom:0;
	text-align:right;
	color:#333;
}

.green {
	color:#99cc66;
}
.blue {
	color:#6666aa;
}


.highlight {
	font-weight:bold;
}




/* Page Styling*/

li {
	margin-top:9px;

}

.clearflt {
	clear:both;
}
.fltrt {
	float:right;
}
.fltleft {
	float:left;
}
.imgspace {
	padding:10px;
}
.spacer {
	border-bottom:dashed black 1px;
	width:200px;
	margin:20px auto 10px auto;
}
.textcenter {
	text-align:center;
}

img {
	border:solid black 1px
}

.photocredit{
	font-size:12px;
	padding:4px;
}

