*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font: 95% "Georgia", serif;
	margin:10px;
	color:#222222;
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
	background: #e9e8e8 url(images/bg1.jpg) repeat-y;
}
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}
#footer {
	width:890px;
	margin:0;
	color:#ccc;
}

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

#footer .validate {
	float:left;
}

.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{
	background:#FFF;
	padding:4px;
}
.accordion_child a {
color:#990000;
	font: 70% "Verdana", sans-serif;
}

.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;
	font: 100% "Georgia", serif;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:5px;
	color:#777;
}
textarea {
	width:350px;
	height:105px;
	background:url(images/textarea.jpg) top no-repeat;
	font: 100% "Georgia", serif;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	 cursor:pointer;
	 background:#ff9900;
	 color:#fff;
	 font-weight:bold;
	 width:182px;
	 height:33px;
	 padding:7px 10px;
	 background:url(images/submit.jpg) top no-repeat;
}

blockquote {
	  font: 1.5em/1.8em Georgia, sans-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:100%;
	padding:5px;
}

td {
	background:#eee;
	padding:4px;
	text-align:center;
	background:url(images/td.jpg) top repeat-x;
}

h2 {
clear:both;
}
h3, h4{
width : 589px;
clear:both;
font-weight : normal;
color : #000;
text-align : justify;
}

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

#header h1 {
text-align:left;
font:150% Georgia;
font-style:italic;
color:#232323;
}

#header h2 {
text-align:left;
font:100% Georgia;
text-transform:uppercase;
letter-spacing:2px;
color:#bbb;
}



#rightcolumn {
position : absolute;
margin-left : 668px;
width : 210px;
margin-top : -50px;
padding-left : 8px;
}
#rightcolumn a{
color : #660000;
font : 70% "Verdana", sans-serif;
text-decoration : none;
padding-left : 8px;
}
#accordian{
	padding:5px;
	width:670px;
	z-index:2;
	margin:0 ;
}

.accordion_headings{
	padding:7px 10px;
	background:url(images/item_bg.jpg) left bottom no-repeat;
	color:#990000;
	margin-top:2px;
	cursor:pointer;
	font:120% Georgia, serif;
	clear:both;
}

.accordion_headings:hover{
	background:url(images/item_bg_hover.jpg) left bottom no-repeat;
}

.accordion_child{
	padding:20px 30px;
}

img {
	float:right;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #eee;
}

p {
	margin:15px 0;
	line-height:19px;
}

.header_highlight{
	background:url(images/item_bg_hover.jpg) left bottom no-repeat;
}

.alignleft {float:left;}
.alignright {float:right;}

.alignleft a, .alignright a {color:#aaa;text-decoration:none;font-weight:bold;}