/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	background-image: url(../graphics/black-edge.png);
	background-repeat: repeat-y;
	text-align: justify;
}

ul {
	text-align: left;
}

a:link, a:visited {
	color: #AD0000;
}

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

h1 {
	font-size: 1.4em;
	text-align: center;
	margin: 15px 10px;
}

h1.tagline {
	margin: 15px 10px 10px 10px;
}

h2 {
	font-size: 1.2em;
	margin: 30px 10px;
	text-align: center;
}

h2.tagline {
	font-size: 1em;
	font-weight: normal;
	margin: 10px 10px 30px 10px;
}

h2.small {
	font-size: 1.1em;
	text-align: left;
	margin-left: 0px;
}

p.owner {
	font-style: italic;
	margin: 10px 10px 10px 40px;
}

img.float {
	float: right;
	clear: right;
	margin: 10px 0px 10px 10px;
}

table#commands {
	margin: 10px auto 30px auto;
	border: 1px solid #000000;
	border-collapse: collapse;
}

table#commands td, table#commands th {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 5px 10px;
	text-align: center;
}

table#commands caption {
	margin: 0px auto;
	padding: 10px 5px;
}

div.box {
	margin: 10px auto;
	border-top: 2px solid #000000;
	padding: 5px 10px;
}

div#container {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #CC9966;
	width: 900px;
	margin: 0px;
	padding: 0px;
	min-height: 500px;
}

div#main {
	background-color: #CC9966;
	border-left: 20px solid #FFFFFF;
	position: absolute;
	top: 0px;
	left: 150px;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	width: 810px;
}

div#right {
	background-color: #CC9966;
	float: right;
	clear: right;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	width: 770px;
	/*play with the minimum height here to keep the footer positioned towards the very bottom of the page.*/
	min-height: 600px;
}

div#left {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	width: 150px;
	margin: 0px;
	padding: 210px 0px;
}

div#footer {
	background-color: #CC9966;
	float: right;
	clear: right;
	margin: 0px;
	padding: 10px 20px;
	width: 770px;
	text-align: center;
}

div#footer p {
	margin: 5px;
	padding: 2px;
	font-size: .8em;
}

div#footer p.copyright {
	font-size: .7em;
}

/* styles for two column design go here */

div#leftbar {
	width: 340px;
	margin: 0px 10px 0px 0px;
	float: left;
	clear: left;
}

div#rightbar {
	width: 210px;
	margin: 0px 0px 0px 10px;
	float: right;
	clear: right;
	font-size: .9em;
}

div.sidebar {
	width: 210px;
	font-size: .8em;
	line-height: 1.2em;
	border: 1px solid #AD0000;
	padding: 5px;
	margin: 15px 0px 10px 20px;
	text-align: left;
	float: right;
	clear: right;
}
 
div.sidebar h2 {
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
}


div.center {
	margin: 0px 50px;
}

/* end styles for two column design */

/* hidden content styles */

div.save {
   width: 450px;
   background-color: #CC9966;
   margin: 10px auto;
   }
   
div.save h2 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

div.faq {
   width: 550px;
   background-color: #D2A479;
   margin: 10px auto;
   }
   
div.faq h2 {
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}   

div.faq a:link, div.faq a:visited {
	color: #AD0000;
	font-weight: normal;
   }

   
div.faq a:hover, div.faq a:active {
	color: #FF0000;
	font-weight: normal;
   }
   
      
div.faq p a:link, div.faq p a:visited {
	color: #AD0000;
	text-decoration: underline;
	font-weight: normal;
   }
   
div.faq p a:hover, div.faq p a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
   }


p.center {
	text-align: center;
}   
   
   /*save2 class created for sidebars which need to be narrower than FAQ areas*/
   
div.save2 {
   width: 300px;
   background-color: #CC9966;
   border: 1px solid #AD0000;
   margin: 10px auto;
   padding: 0px;
   } 
   
div.save2 h2 {
	font-size: 1.1em;
	margin: 0px 10px;
	padding: 10px;
}   
      
a.dsphead {

   }
   
a.dsphead:active, a.dsphead:hover {

   }
   
a.dsphead span.dspchar {
   font-family: monospace;
   font-weight: normal;
   }
   
.dspcont {
   display: none;
   padding: 0px 15px 10px 15px;
   }
   
/*end hidden content styles*/
