/******** Color/Font Theme *********/

a {
	color: #521300;
}

body {
	background-color: #F1C680;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #521300;
}

#header {
	height:100px;
	background: #000 url(/images/header2.jpg) no-repeat center;
}

h1 {
	color: #521300;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
}

h2 {
	color: #521300;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	padding: 15px 0 0 0;
	margin: 0;
}

h3 {
	color: #521300;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
	
p {
	font-family: "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	padding: 0;
	color: #333333;
}

dd, dt {
	font-family: "Trebuchet MS", Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 80%;
}

hr {
	border-style: dotted;
	border-width: 1px;
	color: #EBAC47;
}

input, select {
	font-size: 11px;
}

input.button {
	background-color: #CDD1D8;
	color: #000000;
}

strong {
	color: #DA9018;
}

.important {
	color: #EB47D8;
	font-weight: bold;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	
}

#nav li a {
	color: #521300;
	border-left: 9px double #EBAC47;
	padding: 0 0 0 3px;
	list-style: none;
	list-style-position:outside;
}

#nav li a:hover {
	color: #521300;
	border-left: 9px double #FFD03A;
	padding: 0 0 0 3px;
}

#nav ul ul a {
	color: #521300;

}

#nav ul ul a:hover {
	color: #521300;

}

#nav li li {
	list-style: square;
	margin: 0px 0px 0px 25px;
	font-size:.8em;
}

div.float {
  width: 180px;
  padding: 10px;
  float: left;
  }

div.spacer {
  clear: both;
  }

div.float img {
  margin-left: 0px;
  }

div.float p {
  font-size: 9px;
  text-align: center;
  }
.picframe {
	background: url(/images/frames/fall.gif) no-repeat;
}

.picframe a img {
	border: 1px solid #DA9018;
}

.picframe a:hover img {
	border: 1px solid #FF9B5F;
}

.caption {
	font-weight: normal;
	font-size: x-small;
	padding: 2px 0 2px 0;
	text-align:center;
	margin: auto;
	height:50px;
}
.tablecell {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
}

.tableheader {
	background-color: #AAB0BC;
	border: 1px solid #98A6A9;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px;
}

pre {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000000;
}
