*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	margin:10px;
	color:#333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 70%;
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}
#footer {
	width:900px;
	margin:0 auto;
	color:#ccc;
}

#footer a {
	color:#e6e6e7;
	text-decoration:none;
	font-weight:bold;
}

#footer .validate {
	float:right;
}

.header:hover{
	background-color:#666;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#000;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	padding:4px;
	background-color: #e6e6e7;
}

.accordion_child a {
	color:#996600;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(../images/link.gif) left no-repeat;
}

input {
	width:180px;
	background:url(../images/input.jpg) top no-repeat;
	color:#333;
	border:0;
	margin:5px;
	color:#000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 100%;
	height: 11px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
textarea {
	width:350px;
	height:80px;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 100%;
	background-image: url(../images/textarea.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

input[type=submit] {
	cursor:pointer;
	background:#ff9900;
	font-weight:normal;
	width:100px;
	height:23px;
	padding:7px 10px;
	background:url(../images/submit.png) top no-repeat;
	color: #FFFFFF;
}

blockquote {
	  font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(../images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

table {
	width:860px;
	padding:0px;
	background-position: center;
}

td {
	padding:4px;
	text-align:center;
}

h2 {
clear:both;
}

.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#B02700;
	border-bottom:1px solid #eee;
	background:url(../images/item_bg_hover.png) bottom left no-repeat;
}

#header h1 {
text-align:center;
font:350% Georgia;
font-style:italic;
color:#232323;
margin-top:50px;
letter-spacing:-1px;
}

#header h2 {
	text-align:center;
	font:100% Verdana;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000000;
	margin:10px 0 40px;
}




#accordian{
	padding:5px;
	width:900px;
	z-index:2;
	margin:0 auto;
}

.accordion_headings{
	padding:7px 10px;
	color:#666666;
	margin-top:2px;
	cursor:pointer;
	letter-spacing:1px;
	clear:both;
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-image: url(../images/item_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}

.accordion_headings:hover{
	background-image: url(../images/item_bg_hover.png);
	background-repeat: no-repeat;
	background-position: top;
}

.accordion_child{
	padding:20px 30px;
	border:5px solid #e6e6e7;
	background-color: #FFFFFF;
}
.img {
	float:right;
	padding:5px;
	border:1px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
.img_left {
	float:left;
	padding:5px;
	border:1px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
p {
	margin:15px 0;
	line-height:19px;
}

.header_highlight{
	background:url(../images/item_bg_hover.png) top no-repeat;
}

