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

