/* Begin softwhite.css */

/* elements */
	a:link 
		{
		color: #444444;
		text-decoration: none;
		font-weight: bold;
		}

	a:visited 
		{
		color: #999999;
		text-decoration: none;
		font-weight: bold;
		}

	a:active 
		{
		color: #222222;
		text-decoration: none;
		font-weight: bold;
		}

	a:hover 
		{
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
		}
		
	body
		{
		font: 12px "Tahoma","Trebuchet MS";
/*		background-image: url("images/globe.gif");
		background-image: url("images/citxlbg.jpg"); */
		background-color: lightgray;
		}
	p
		{
		font: 10px "Geneva","Helvetica";
		}
/* mfd footer */
	footer
		{
		text-align: center;
		float: left;
		clear: both;
		width: 98%;
		background-color: lightgray;
		margin-left: auto;
		margin-right: auto;
		}

/* IDs */

	#all
		{
		width: 800px;
		margin-top: 1.5em;
		padding-top: 0.5em;
		min-height: 600px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid gray;
		}
	#header
		{
		width: 98%;
		clear: both;
		background-color: #ddddff;
		text-align: center;
		padding-top: 0.5em;
		border-bottom: 5px double black;
		margin-left: auto;
		margin-right: auto;
		}
	#leftmargin
		{
		float: left;
		width: 18%;
		text-align: center;
		}
	#leftnav
		{
		float: left;
		width: 49%;
		margin-left: 0.55em;
		text-align: center;
		background-color: #99ddff;
		border-right: 1px solid black;
		}
	#rightnav
		{
		float: left;
		width: 49%;
		background-color: #99ddff;
		text-align: center;
		}
	#rightmargin
		{
		float: left;
		width: 18%;
		text-align: center;
		}
	#footer
		{
		width: 98%;
		clear: both;
		text-align: center;
		border-top: 5px double black;
		background-color: #ddddff;
		margin-left: auto;
		margin-right: auto;
		}
/* logo images placement */
	#headerlogo
		{
		width: 100%;
		clear: both;
		height: 175px;
		background-color: #ddddff;
		text-align: center;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		}
	#leftlogo
		{
		float: left;
		width: 33%;
		text-align: center;
		}
	#centerlogo
		{
		float: left;
		width: 32%;
		text-align: center;
		margin-left: 2px;
		margin-right: 2px;
		}
	#rightlogo
		{
		float: left;
		width: 33%;
		text-align: center;
		}

/* classes */

.classic8 {
font-family: Tahoma;
font-size:  8px;
font-weight: bold;
}

.classic10 {
font-family: Tahoma;
font-size:  10px;
font-weight: bold;
}

/* end stylesheet */

