body{
	background: #e0dfde ;
	margin: 0;
	padding: 0;
}

body, td, p{
	font-family: Georgia, "Times New Roman", serif;
	color: #02243e;
}

/* === form elements === */
form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}

form fieldset legend{
	background-color: #90ee90;
}

form li.reqnote {
    font-size: 80%; 
    margin: 5px 0 0 10px;
}
form span.error, form span.required {
    color: red;
}
form div.error {
    border: 1px solid red;
    padding: 5px;
}

button{
	cursor:pointer;
}

/* === layer set up === */

#header, #footer{
	background:#e0dfde;
	margin: 0;
	padding: 0;
	clear:both;
}

#part{
	position:absolute;
	top:10px; left:5px;
	padding:3px;
	border: #112028 solid 2px;
	background: #a09149;
}

#header{
	border: solid 2px #112028;
	margin: 30px 10px 30px 150px;
	padding: 5px 50px;
}

#footer{
	font-size:80%;
	padding: .5em 2em;
	background:#567eb9;
	color: white;
	position:fixed;
	bottom:0px;
	width:100%;
	text-align:center;
}

#menu{
	margin:0;
	background-color:#567eb9;
	width:100%;
	clear:both;
	text-align:center;
}

ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
}

ul.menu li{
        margin: 0;
        padding: 0;
        display: inline;
	list-style-type: none;
}

ul.menu li a:link, ul.menu li a:visited, #footer a:link, #footer a:visited {
        padding: 0px 10px;
        text-decoration: none;
        color: white;
        background: #567eb9;
}

ul.menu li a:link:hover, ul.menu li a:visited:hover, #footer a:link:hover, #footer a:visited:hover {
        background: #a09149;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }

/* === main elements === */

#main{
	margin: 0 auto;
	padding: .5em .5em 4em;
	width:800px;
}

#main a:link, #main a:visited{
	background-color:#567eb9;
	color:white;
}

#main a:link:hover, #main a:visited:hover{
	background:#a09149;
}

#main h1 a:link,#main h1 a:visited{
	color: white;
	text-decoration:none;
	background-color:#567eb9;
	display:block;
}

#leftbar, #rightbar{
	height:400em;
	width:210px;
	float:left;
	padding:5px;
	margin:5px;
}

#rightbar{
	float:right;
}

#content{
	overflow:auto;
}

dd{
	font-style:italic;
}

#thumbs{
	float:left;
	width: 570px;
}

#preview{
	border: solid 4px #567eb9;
	background:#a09149;
	z-index: 50;
	position: fixed;
	top: 20px; right: 20px;
	
	text-align: center;
	display: none;
}

#leftbar h1{
	clear:left;
	margin-right:10px;
}


/*===== misc display elements =====*/
.grayborders, .h1ish, h1{
	border: 1px solid #567eb9;
}

h1, h2, h3{
	background:#567eb9;
	color: black;
}

.h1ish a:link, .h1ish a:visited, h1 a:link, h1 a:visited{
	color:white;
	text-decoration:none;
	background-color:#a09149;
	display:block;
}

h1, .h1ish, h2{
	color: white;
	padding:5px;
	font-size:100%;
	font-weight:normal;
	margin: 0;
	overflow:auto;
}

h2{
	background: #567eb9;
}

input{
	border: 1px solid #666666;
	margin:1px;
	padding:2px;
}

th{
	font-weight:normal;
	text-align:center;
	background-color:#D4E2EF;
	border-bottom:solid 1px #666666;
}

p{
	margin-top:2em;
	text-indent:2em;
}

.warning, dt.warning{
	color:red;
}

.numeric{
	text-align:right;
}

.smaller{
	font-size: 80%;
	padding:0 4px;
}

.even{
	background-color:#D4E2EF;
}

.orderftr{
	background-color:#FFFFCC;
}

.imageHolder{
	margin:10px;
}

.closer:link, .closer:link{
	background-color:silver;
	color:black;
}

.closer:hover{
	background-color:white;
	color:black;
}

.shadow1 {
  background:url(/graphics/shadow.gif) right bottom no-repeat;
  }
.shadow2 {
  background:url(/graphics/corner_bl.gif) left bottom no-repeat;
  }
.shadow3 {
  background:url(/graphics/corner_tr.gif) right top no-repeat;
  padding:0 6px 6px 0;
  }
#pics{
  clear:right;
}
#shadow {
  margin: 10px 10px 10px 0;
  float:left;
}

#shadow div {
  float:left;
}  
    
#shadow img{
  float:left;
}

