/************************************************************************************
 * ivhimss Chex Quest Website                          www.cadetswdm.org/ivhimss/chex
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 * Copyright information unknown.  This html file is a copy of the original Chex
 * Quest FAQ as posted on the website: http://www.chexquest.com/src/faq.htm#Section51
 *
 * It is not the intention of the ivhimss Chex Quest Website to claim any authorship
 * not responsibility for the content of this information.  Every effort was made
 * to retain the original look and feel of the web page.
 *
 * It's purpse here is purely for historical record and the enjoyment of the
 * Chex Quest Community.
 *
 * ==================================================================================
 *
 * This style sheet defines the look and feel of the original Chex Quest FAQ.
 ************************************************************************************/


/*********************************************************************************
 * General style identifiers.
 *********************************************************************************/

body {
	color: #000000;
	background-color: #ffffff;

}

#container {
	width: 835px;
}


	#container .sidebar {
		float: left;
		margin: 0px;
		padding: 5px;
		color: #000000;
		background-color: #FFFFFF;
		width: 100px;
		font-size:80%;
	}

		#container .sidebar p {
			text-align: center;
			font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
		}

		#container .sidebar a {
			font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			border: 1px solid #000000;
			padding-right: 5px;
			padding-left: 5px;
			color: #003366;
			background-color: rgb(213, 219, 225);
			background: url(../images/button_bg.gif) repeat-x;
		}

		#container .sidebar a:hover {
			background: url(../images/button_bg2.gif) repeat-x;
		}

		#container .sidebar a:visited {
			color: #003366;
			background-color: rgb(213, 219, 225);
		}

	#container .content1 {
		font-family: courier new;
		font-size: 12pt;
	}

		#container .content1 img {
			border: none;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

	#container .content2 {
		font-family: new york;
		font-size: 12pt;
	}

	#container .content2 a {
		color: black;
	}

		#container .content2 .monospace {
			font-family: courier new;
		}


#subnotice {
	font-size: 7pt;
	font-family: verdana;
	color: red;
}
