/* PAGE LEVEL */

#pagecontainer {
	margin: 0px auto;
	width: 750px;
}
body {
	font-family: Papyrus, Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000;
}
#body {
	border-left:1px solid #333; border-right:1px solid #333; border-top:0px solid #333; border-bottom:1px solid #333; clear: both;
	background: #E1CFC1 url('../../images/back.jpg') no-repeat bottom;
	min-height: 300px; padding-left:340px; padding-right:20px; padding-top:20px; padding-bottom:220px
}

/* NAVIGATION LEVEL */

#uppernav {
	padding-top: 20px;	
	background: url('../../images/logo.gif') no-repeat bottom right;
}
#lowernav {
	border: solid #333;
	border-width: 3px 1px 0px 1px;
	clear: both;
	background: #E1CFC1;
	padding: 4px 3px 0 3px;
}
#uppernav .navitem {
	margin: 0px;
	border: solid #333;
	border-width: 1px 1px 0px 1px;
	background: #666;
	color: #CCC;
}
#lowernav .navitem {
	margin: 0px;
	border: solid #333;
	border-width: 1px 1px 1px 1px;
	background: #C9A68B;
	color: #2D1F15;
}
.navitem a, .navitem a:visited, .navitem a:hover {
	color: #DDD;
	text-decoration: none;
}
#lowernav .navitem a, #lowernav .navitem a:visited, #lowernav .navitem a:hover {
	color: #2D1F15;
	text-decoration: none;
}
/*
.navitem a:visited {
	color: #BBB;
}
*/
.navitem a:hover, #lowernav .navitem a:hover {
	color: #FFF;
}
#lowernav #navcurrent a, #navcurrent a  {
	color: #FFF;
}

/* FORMS */

.TextBox, .FileBox, .Button, .TextBoxSmall {
	font-family: Arial, Sans-Serif;
	border: 1px solid #999999;
	}
.Button {
	cursor: pointer;
	}
.TextBox {
	width: 230px;
	}
.TextBoxSmall {
	width: 100px;
	}
.txt {
	width: 230px;
	font-family: Arial, Sans-Serif;
	border: 1px solid #999;
	}
.txttiny {
	width: 20px;
	font-family: Arial, Sans-Serif;
	border: 1px solid #999;
	}
.denotes {
	font-size: 85%;
	}	
	
.error, .denotes {
	color: #C00;
	}

/* PARAGRAPH LEVEL */

h1 {
	font-size: 140%;
	margin-top: 0px;
}
h2 {
	font-size: 130%;
	margin-top: 0px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 0px;
}
p, li {
	line-height: 150%;
	}
#footer {
	color: #333;
	margin: 5px 0px;
	font-size: 90%;
	line-height: 170%;
	}
img {
	border: 1px black solid;
	}
.noborder {
	border: 0px;
	}
.leftimg {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	}
.rightimg {
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
	}
.spacer {
	clear: both;
	}
	
@media print { 

#body { 
	padding: 0px;
	margin: 0px;
	border: none;
	background: #FFF;
	}
#lowernav, .#uppernav {
	display: none
	}
#pagecontainer {
	width: 100%;
	}
#footer {
	border: 1px solid #000;
	background: #EEE;
	padding: 10px;
	}
	
}
	



