/* Red Scheme */

/* Green Scheme */






	body {
		background-color: #FFFFFF;
	}

	.whole_page {
		border: 3px solid #E5ECE5;
	}

	.page_header {
		background-color: #000000;
/*
		background: url(/pics/stripe.png) repeat-y;
		background-attachment: fixed;
*/
		border-bottom: 1px solid #CCCCCC;
	}

	.page_subtitle {
		color: #336633;
		background-color: #FFFFFF;
		position: relative;
		left: 2%;
		padding: 5px;

/*                margin-left: 5px;
		text-align: left;
		width=100%;*/

/*		font: Verdana, Arial, sans-serif;*/
/*		font: bold .9em Verdana, Arial, sans-serif; */
		font-size: 75%;

	}

	.content {
		border-style: dashed;
		border-width: 1px;
		border-color: #009D00;
		background-color: #FFFFFF;
		font-family: sans-serif;
		font-size: 100%;
		text-align: left;
		color: #000000;
		position: relative;
		left: 2%;
		padding: 5px;
	}

	.content a {
		color: #0000FF;
	}

	.content a:hover {
		color: #00B490;
	}

	.content h1 {
		margin-bottom: 4px;
		margin-top: 0px;
		font-family: sans-serif;
		text-align: center;
		font-weight: bold;
		font-size: 110%;
		color: #000000;
	}

	.misc {
		background-color: #F5FCF5;
	}

	.menu {
		background-color: #D8D9F5;
		border-style: ridge;
		border-width: 3px;
		border-color: #000676;
		text-align: left;
		position: relative;

/* The drop shadow is determined by setting top to - the desired size
   and left to - the desired size */

		top: -4px;
		left: -4px;
		z-index: 2;
	}

	.drop_shadow {
/*		background-color: #99aabb;*/
		background-color: #aaaaaa;
		position: relative;
		margin-left: 10px;
		margin-bottom: 10px;

/* The drop shadow is determined by setting top to 12 + the desired size
   and left to the desired size */

		top: 16px;
		left: 4px;
		z-index: 1;
	}

	.menu .sub {
		font-size: 75%;
	}

	.menu div {
		margin: 0px; 
		padding: 3px 0px 3px 0px;
	}

	.menu a {
		color: #000676;
		display: block;
		font: bold .9em Verdana, Arial, sans-serif;
		margin: 0px; 
		padding: 3px 0px 3px 8px;
		text-decoration: none;
		vertical-align: middle;
	}

	.menu a:hover {
		background-color: #F4F5FC;
	}

	.menu_header { 
		color: #F4F5FC;
		background-color: #000676;
		text-align: center;
		font: bold .9em Verdana, Arial, sans-serif;
		font-size: 105%;
	}

	.logomenu {
		text-align: center;
		top: 10px;
		position: relative;
		margin-top: 10px;
		margin-left: 10px;
	}

	.logomenu a {
		padding: 9px 0px 9px 0px;
	}

	.quote {
		color: #336633;
/*		background-color: #FFFFFF;*/
		position: relative;
		margin-left: 10px;
		text-align: center;
		padding: 5px;
		font-size: 75%;
	}

	a:hover IMG {
		background-color: white;
		}
			
	.logoBox {
        color: #221199;
		padding: 5px;
		background-color: #B0C4DE;
		border-style: ridge;
		border-width: 2px;
		border-color: #6495ED;
	}
	.counter {
		font-size: 85%;
		font-weight: bold;
	}
	.counterNumber {
		color: #990000;
		font-family: monospace;
	}
	.picsBack {
		border-style: inset;
		border-width: 1px;
		border-color: silver;
		padding: 10px;
		background-color: #000000;
		color: #FFFFFF;
	}
	.picsBack TABLE {
		color: white;
		text-align: center;
	}

	.formText {
		border-style: ridge;
		border-width: 2px;
		border-color: #DDDDDD;
		background-color: #E6E5E1;
		width: 550px;
		padding: 10px;
		text-align: center;		
	}
	.disclaimer {
		border-style: dashed;
		border-width: 1px;
		border-color: black;
		text-align: center;
		color: silver;
		font-size: 75%;
		font-family: sans-serif;
		padding: 5px;
		margin-left: 20px;
		margin-top: 5px;
		margin-bottom: 3px;
		}

	.copyright {
		color: #DDDDDD;
		font-family: sans-serif;
		font-size: 70%;
		text-align: center;
		background-color: #222288;
		margin-top: 8px;
		margin-left: 15px;
		border: 1px;
		border-style: outset;
		border-color: #000080;
		}
	.copyright a {
		color: #B0C4DE;
		}
	.copyright a:hover {
		color: green;
		}
	.mainText {
		border-style: ridge;
		border-width: 3px;
		border-color: #6495ED;
		background-color: #83AFFC;
		font-family: sans-serif;
		font-size: 100%;
		text-align: left;
		color: black;
		position: relative;
		left: 2%;
		padding: 5px;
		}
	.mainHeading {
		border-bottom: 5px double #4682B4;
		margin-bottom: 5px;
		font-family: sans-serif;
		text-align: center;
		font-weight: bold;
		font-size: 110%;
		color: black;
		}
	.classHeading {
		border-bottom: 3px double #4682B4;
		margin-bottom: 3px;
		font-family: sans-serif;
		text-align: center;
		font-weight: bold;
		font-size: 105%;
		color: black;
		width: 95%;
	}

	.lightHeadingText {
		font-weight: bold;
		font-size: 125%;
		color: white;
		}


