body {
margin : 0;
padding : 0;
font : 75%/1.4 verdana, Helvetica, sans-serif;
background : url(bluetowhitebackground.jpg);
background-color: #ffffff;
text-align : center;
}

#container {
width: 1000px;
height: 770px;
margin: 0 auto 0;
padding: 0 0;
position : relative;
background : #ffffff repeat-x;
border-left : 1px solid #000000;
border-right : 1px solid #000000;
border-bottom : 1px solid #000000;
color : #000000;
text-align : left;
z-index: 1;
}


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;
	margin: 0 auto 0;
}





#supportingText {
	margin-left: 2px;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 15px 35px 15px 15px;
	position: relative;
	height: 100%;
}

		#supportingText acronym {
			border-bottom:1px dotted #F29E00;
			color: #F29E00; 
			font-size: 85%;
			font-weight: normal;
		}

		#supportingText a, #supportingText a:link, #supportingText a:visited {
			color: #F29E00; 
			font-weight: bold;
			text-decoration: underline;
		}
		
		#supportingText a:hover, #supportingText a:active, #supportingText a:focus {
			text-decoration: none
		}
		
		#supportingText p {
			padding-left: 30px;
		
		}




#LeftSide {
	background-color: #ffffff;
	width: 214px;
	position: absolute;
	left:0;
	top:240px
}

		#LeftSide h3 {
			background:  url(ShortBar1.png) left top no-repeat;
			height: 37px;
			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 {
			height: 400px;
			padding-top: 10px;
			padding-left: 15px;
			line-height: 130%
		}
		

				
#Middle {
	background-color: #ffffff;
	width: 547px;
	margin-left: 5px;
	border-right: 1px dotted #000000;
	border-left: 1px dotted #000000;
	position:absolute;
	left:209px;
	top:240px;
}

		#Middle h3 {
			background: transparent url(LongBar2.png) left top no-repeat;
			height: 37px;
			margin: 0 0 5px 10px;
			padding: 4px 0 0 45px;
			color : #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;

		}

		#Middle .p1 {

			padding-top: 5px;
			padding-left: 11px;
			padding-right: 11px;
            padding-bottom: 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
            margin-bottom: 0px;

		}

        #Middle .bullets {
            list-style-type: circle;
            list-style-position: outside;
            margin-top: 6px;
        }


		#Middle .p2 {

			height: 75px;
			padding-left: 135px;
			padding-right: 11px;
			padding-top: 15px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

        #Middle .p3 {
          background : url(RTLogoSmall.gif) no-repeat;
          width : 235px;
          height : 235px;
          position : absolute;
          left : 180px;

        }


#RightSide {
	background-color: #ffffff;
	width: 237px;
	position:absolute;
	left:763px;
	top:240px
}

		#RightSide h3 {
			background: transparent url(ShortBar1.png) left top no-repeat;
			height: 37px;
			margin: 0 0 5px 10px;
			padding: 4px 0 0 45px;			
			color : #ffffff;			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;
		}

		#RightSide .p1 {
			background: url(MainPOW.jpg) 35px 0 no-repeat;
			padding-top: 175px;
			margin: 0 0 5px 10px;
		}
		
		#RightSide:link {
			text-decoration: none;
			color : #036;
		}
		
#Bottom {
	width: 960px;
	margin: 0 20px;
	position: absolute;
	border-top: 1px dotted #000000;
	height: 50px;
	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;
		}
		#Bottom .p2 {
			color : #000000;			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			margin: 5px 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;
	}
