/*
	light blue	99cccc
	Maroon		663333
*/

	#topIEbugfix { margin: 0px; padding: 0px; font-size: 0px; }
	
	#title { width: 100%; position: absolute; top: 0px; left: 0px;
		text-align: center;
		}
	#title.img {	margin: 0px auto;  }
	
	#title A:hover { background: transparent }
	
	#body	{ }

	#bordertop {	margin-top: 150px; height: 90px; 
		background: url('images/RoundE1-top.png') top center no-repeat;
		}
	
	#bordermid { background: url('images/RoundE1-mid.png') top center repeat-y;
		}
	
	#borderbottom { height: 90px; background: url('images/RoundE1-bottom.png') top center no-repeat; }

	
	#footer {	margin: 0.5em; padding: 0.5em;
			color: white; font-size: 80%; }

/* ******* */


	BODY {	text-align: center;
		background: #99cccc url('images/BG-White2Blue.png') top center repeat-x;
		font-family: Constantia, Serif;
		}

	P 	{ color: #333333; margin-left: 1em; }
	UL {	color: #333333; }
	IMG	{ border-width: 0px }

	H2 { margin: 0px; padding: 0.1em }

	span.b {	font-weight: bold
		}
		
	A		{ color: #3399CC }
	A:hover		{ color: #006699; background: #dddddd }
	A:active	{ color: white; background: #663333 }
	A:visited	{ color: #3399CC }

/* ******** */		


	
	DIV.content { width: 780px; padding-top: 2em; margin: 0px auto;
		border: solid 0px red;
		background: white; color: #663333; text-align: left;
		}


	DIV.content DIV.leftcolumn {
		float: left; width: 500px; padding: 0px 30px 0px 10px;
		}
		
	DIV.content DIV.rightcolumn { float:right; width: 198px;
			border-left: solid 2px #99cccc; padding: 1em 15px 8em 15px;
			background:  #e3e3e3; 
			font-size: 80%;
			}
	DIV.minisection {
		border: solid 0px red;
		margin-bottom: 3em;
		}










