body {
margin : 0;
padding : 0;
font : 75%/1.4 verdana, Helvetica, sans-serif;
background : url(bluetowhitebackground.jpg);
background-color: #e6d9ca;
text-align : center;
}

#container {
width: 1000px;
height: 800px;
margin : 0 auto 0;
padding: 0 0;
position : relative;
background : #ffffff;
border-left : 1px solid #000000;
border-right : 1px solid #000000;
border-bottom : 1px solid #000000;
border-top: 1px solid #000000;
color : #000000;
text-align : left;
overflow:hidden; 
}

p {
margin : 0;
padding : 0;
}

a:hover, a:hover {
color : #fc7ad5;
background-color : #ffffff;
}

#pageHeader {
	width : 1000px;
	height : 150px;
	background : url(banner3.jpg) no-repeat;
}

#supportingText {
	margin-left: 2px;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 15px 35px 15px 15px;
	position: relative;

}

		#supportingText acronym {
			border-bottom:1px dotted #F29E00;
			color: #000000; 
			font-size: 85%;
			font-weight: normal;
		}

		#supportingText a, #supportingText a:link, #supportingText a:visited {
			color: #000000; 
			font-weight: bold;

		}
		
		#supportingText a:hover, #supportingText a:active, #supportingText a:focus {
			text-decoration: none
		}
		
		#supportingText p {
			padding-left: 30px;
		}

#LeftSide {
	background-color: #ffffff;
	width: 214px;
	height: 1130px;
	padding-bottom: 50px;
	position: absolute;
	left:0;
	top:220px;
}

		#LeftSide h3 {
			margin: 0 0 5px 10px;
			padding: 4px 0 0 45px;
			width: 260px;
			color : #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;
			
		}
		
		#LeftSide .p1 {
			padding-top: 10px;
			padding-left: 35px;
			line-height: 250%
		}
		
		#LeftSide a:link {
			color: #000000;
			font-size: 100%;
			font-weight: normal;
		}
		
		#LeftSide a:hover {
			text-decoration-none;
			background-color: #FF0000;
			color: #ffffff;
			font-weight: bold;
		}
				
#Middle {
	background-color: #ffffff;
	width: 785px;
	height: 1130px;
	padding-bottom: 50px;
	position:absolute;
	border-left: 1px dotted #000000;
	top:220px;
	left:214px;
	display: inline;

}

		#Middle h3 {
			background-image: url(LongBar2.png);
			background-attachment:absolute;
			background-position:top left;
			background-repeat: no-repeat;
			text-align: left;
			padding-top: 4px;
            margin: 0 0 5px 10px;
			padding: 4px 0 0 45px;
			color : #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;
		}

		#Middle .p1 {
			font-family: arial, "lucida console", sans-serif;
			font-size: 16px;
			ul.circle {list-style-type: circle};
			line-height: 120%;
		}
		
		#Middle .p2{
			font-family: arial, "lucida console", sans-serif;
			font-size: 12px;
			ul.circle {list-style-type: circle};
			line-height: 120%;
		}
		
#Bottom {
	width: 960px;
	margin: 0 20px;
	position: absolute;
	border-top: 1px dotted #000000;
	height: 35px;
	bottom: 0;
	background-color: #ffffff;
	text-align: center;
	clear:both;
}
		#Bottom .p1 {
			color : #000000;			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin: 11px 0 0 0;
		}

		
#Tabs {
	width: 1000px;
	height: 22px;
 	text-align: center;
}		
		
	
#Home
{
	display: block;
	width: 69px;
	height: 20px;
	padding-top: 2px;	
	background: url("MainTab.gif") no-repeat 0 0;
	text-decoration: none;
	float: left;
}

	#Home:hover
	{ 
		background-position: 0 -22px;
	}

	#Home span
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
	}

#OtherTab
{
	display: block;
	width: 69px;
	height: 20px;
	padding-top: 2px;
	background: url("MainTab.gif") no-repeat 0 -22px;
	text-decoration: none;
	float: left;
}

	#OtherTab:hover
	{ 
		background-position: 0 0;
	}

	#OtherTab span
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
	}
