/*------------------------------ Body -------------------------- */

*{
	margin: 0px; 
	padding: 0px; 
	line-height: 1.2em;
}
		
body{
	margin: 0px 0px 0px;
	padding: 0px;
	color: #000;
	text-align: center;
	font: normal 12px helvetica,arial,tahoma,verdana;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #000;
	scrollbar-track-color: #FFF;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-shadow-color: #FFF;
	background-color: #121617;
}

/*------------------------------ DIV Layers -------------------------- */

#ram{
	background: url(images/bodybg.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 735px;
}

#header {
	background: #121617 url(images/header.jpg) no-repeat;
	width: 737px;
	height: 215px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #657171;
}

#header:hover {
	background: #121617 url(images/headerh.jpg) no-repeat;
	width: 737px;
	height: 215px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #657171;
}

#navi {
	width: 737px;
	height: 35px;
	background: url(images/menu.jpg) no-repeat;
}

#content {
	padding: 2px 60px;
	text-align: right;
	padding-top: 15px;
}

#footer {
	background: url(images/footer.jpg) no-repeat 0% 100%;
	height: 67px;
	padding-top: 20px;
}

/*------------------- Links ------------------------------ */

a { 	
	font:bold 11px Georgia, "Times New Roman", Times, serif;	
 	color: #bcc3bc; 
 	text-decoration:none; 
}

a:visited { color: #bcc3bc;}

a:hover, a:active  { color: #000;}

#footer a { 	
	font:bold 11px Georgia, "Times New Roman", Times, serif;	
 	color: #bcc3bc; 
 	text-decoration:none; 
}
#footer a:visited { color: #bcc3bc;}

#footer a:hover,#footer a:active  {
	color: #000;
}

/*------------------- Headers ------------------------------ */

h1{
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #bcc3bc;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h1:hover{
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #d0d8d0;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h2{
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #bcc3bc;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h2:hover{
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #d0d8d0;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h3{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #bcc3bc;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h3:hover{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #d0d8d0;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h4{
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #bcc3bc;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h4:hover{
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #d0d8d0;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h5{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #bcc3bc;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h5:hover{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #d0d8d0;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h6{
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #bcc3bc;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}

h6:hover{
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #484e4a;
	color: #d0d8d0;
	margin: 5px 0px;
	padding: 1px 5px;
	letter-spacing: 2px;
}


/*------------------------Extras--------------------- */

p,td {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #818883;
	line-height: 17px;
	margin: 10;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

p:hover{
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #939a95;
	line-height: 17px;
	margin: 10;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

ul {
	list-style-type: square;
	margin: 0px 5px;
	padding: 0 0 0 25px;
	color: #818883;
	text-align: left;
}

ul#menu {
  width: 735px;
  list-style-type: none;
  border-top: solid 1px #bcc3bc;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: georgia;
  font-size: 11px;
  color: #bcc3bc;
}

ul#menu li {
  border-bottom: solid 1px #bcc3bc;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #bcc3bc;
}

ul#menu a.active {
  color: #bcc3bc;
}

li:hover {
	color: #939a95;
}

blockquote {
	border-left: 8px solid #;
	display: block;
	margin: 0px 5px;
	width: 618px;
}

/*------------------------Form Elements--------------------- */

.button {
	width: 100px;
	color: #787e7e;
	background: #141614;
	border: 1px solid #869687;

}

.button:hover {
	width: 100px;
	color: #b1c6b3;
	background: #141614;
	border: 1px solid #b1c6b3;

}

input {
	width: 250px;
	color: #787e7e;
	background: #141614;
	border: 1px solid #869687;
}

input:hover {
	width: 250px;
	color: #787e7e;
	background: #141614;
	border: 1px solid #b1c6b3;
}

select {
	width: 252px;
	color: #787e7e;
	background: #141614;
	border: 1px solid #869687;
}

select:hover {
	width: 252px;
	color: #787e7e;
	background: #141614;
	border: 1px solid #b1c6b3;
}

textarea {
	font: normal 12px helvetica, Arial, Verdana, sans-serif;
	width: 250px;
	color: #787e7e;
	background: #141614;
	border: 1px solid #869687;
}

textarea:hover {
	font: normal 12px helvetica, Arial, Verdana, sans-serif;
	width: 250px;
	color: #787e7e;
	background: #141614;
	border: 1px solid #b1c6b3;
}


.question {
  display: block;
  color: #818880;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #818883;
	line-height: 17px;
  text-align: left;
  cursor: pointer;
  margin: 0 0 1em 0;
}

.question .title {
  font-weight: bold;
  text-decoration: underline;
}

.answer {
  font-weight: normal;
  text-decoration: none;
  display: block;
  line-height: 17px;
	margin: 10;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}