/* general */
html, body {
	height:100%;
	margin:0;
	padding:0; 
	background-color:#ccd; }
a {
	font-weight:bold;
	color:#543; }
a:hover {
	color:#96160B; }

/* shadow behind main content */
table#shadowwrapper {
	position:absolute;
	left:0px;
	width:860px; }
td.shadowleft {
	width:30px;
	background-image:url(images/shadowleft_ccd.gif);
	background-repeat:repeat-y; }
td.shadowright {
	width:30px;
	background-image:url(images/shadowright_ccd.gif);
	background-repeat:repeat-y; }

/* content */
table#maintable {
	width:800px;
	height:100%;
	background-color:#f0d3b2;
	background-image:url(images/bg+fade.jpg);
	background-attachment:fixed;
	background-position:30px 0; }

/* title formatting */
a#title {
	text-decoration: none;
	color:#343; 
	font-size:40pt; 
	font-weight:normal;
	font-variant:small-caps; 
	font-family:Georgia, serif; 
	margin-left:10px; }
a#title:hover {
	color:#96160B; }
/* barbed wire spacer */
.barbedwire {
	height:40px;
	background-image:url(images/barbedwire.gif);
	background-repeat:repeat-x; }

/* nav section */
#navtable {
	padding-left:12px; }
td.navspacer {
	height:20px; }
a.navlink {
	text-decoration:none;
	font-size:16pt;
	font-family:sans-serif;
	font-weight:normal;
	color:#654;
	display:block; 
	width:180px;
	padding:3px 10px 3px 10px; }
a.navlink:hover {
	background-image:url(images/translucent.png);
	background-repeat:repeat; }
a.navlink.current {
	font-weight:bold; }
a.navlink.a {
	background-color:#C2A976; }
a.navlink.b {
	background-color:#E3CC9F; }
a.navlink.indented {
	padding-left:25px;
	width:165px; }
a.navlink.locked {
	padding-left:25px;
	width:165px; 
	background-image:url(images/lock.gif);
	background-repeat:no-repeat;
	background-position:4px 5px; }


/* body */
td#bodycol {
	vertical-align:top; }
#bodydiv {
	width:515px;
	margin-left:15px;
	margin-top:3px;
	margin-bottom:40px;
	padding:5px 20px 20px 20px; }
.semitrans {
	background-image:url(images/translucent.png);
	background-repeat:repeat; }
#bodytitle {
	text-align:right;
	font-family:'Book Antiqua', serif;
	font-weight:bolder;
	font-size:24pt;
	color:#030; 
	border-bottom:4px solid;
	border-color:#030; 
	margin-bottom:15px; }

/* footer */
.footcol {
	color:#010;
	font-size:10pt;
	font-weight:bold; }
#copyright {
	position:absolute;	}
#creator {
	text-align:right;
	padding-right:5px; }