/* Hides from IE5-mac \*/
* html #container.column {height: 1%;}
/* End hide from IE5-mac */

		/*** Layout Code ***/


		body {
			min-width: 550px;         /* 2 x LC width + RC width */
		}

		#container {
			padding-left: 200px;      /* LC width */
			padding-right: 200px;     /* RC width */
		}
		
		#container .column {
			position: relative;
			float: left;
		}

		
		#center {
			width: 100%;
		}
		
		#left {
		  width: 200px;             /* LC width */
		  margin-left: -100%;
		  left: 200px;              /* RC width for IE6 */
		}		
		#right {
			width: 200px;             /* RC width */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
		}
		

		*** Equalize the column heights ***
		#container {
		  overflow: hidden;
		}
		#container .column {
		  padding-bottom: 20010px;  /* X + padding-bottom */
		  margin-bottom: -20000px;  /* X */
		}
		#footer {
		  position: relative;
		}

		* html body {
		  overflow: hidden;
		}
		* html #footer-wrapper {
		  float: left;
		  position: relative;
		  width: 100%;
		  padding-bottom: 10010px;
		  margin-bottom: -10000px;
		  background: #fff;         /* Same as body 
									   background */
		}

		/*** Appearance ***/
	    body {
			margin: 0;
			padding: 0;
			background: #FFF;
		}


		#left {
			background-image:url(graphics/NavBG.gif);
			border-right-style:dotted;
			border-right-width:thin;
			border-right-color:#EEEEEE;
		}

		#center {
			background-image:url(graphics/ProgressionBand.jpg);
			background-repeat:no-repeat;
		}

		#right {
			background:#151C54;
			color:#FFFFFF;
		}

		#container .column {
			padding-top: 1em;
			text-align: justify;
		}

/*** Globals ***/

html,body {
	margin:0;
	padding:0;
}

body {
	font: 76% tahoma,arial,sans-serif;
}

p, p.big, h1 {
	margin:0 10px 10px;
}

li {
	margin-bottom: 10px;
	margin-right: 20px;
}

div#center h1, div#center h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

div#center h1 {
	padding-top: 80px;
	font-size: 24px;
}

div#center h2 {
	font-size: 18px;
}

p.big {
	font-size: 14pt;
}

a	{
	text-decoration: none;
	color: #0000A0;
}

a:hover	{
	text-decoration: underline;
}

/*** Header bar ***/

div#headerbar {
	background:#151C54;
	text-align:center;
	color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#headerbar a, div#headerbar a:hover {
	padding: 2px;
}

div#headerbar a {
	color:#FFFF00;
	font-size: 14px;
	font-weight: bold;
}

div#headerbar a:hover {
	background-color:#0000CC;
	text-decoration: none;
}

/*** Footer bar ***/

div#footer{
	clear:left;
	width:100%;
	text-align:center;
}
div#footer {
	background:#151C54;
	color: #FFF;
}
div#footer p{
	margin:0;
	padding:5px 10px
}

div#footer a{color:#FFFF00;}

/*** Content styles ***/
div#center p{line-height:1.4}


p.testimonials, p.testimonialsby {
	padding: 5px;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.testimonialsby {
	margin-top: -10px;
	text-align : right;
}

p.results {
	padding: 5px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ded;
	clear: both
	}

div.LeftBlock {
	background-color: #151C54;
	color:#FFFFFF;
}

/*** Nav styles ***/
h1.nav {
	margin:8px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 5px;
}

h2.nav {
	margin:5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 15px;
	padding-right: 5px;
}

div.navblockhead{
	background-color: #8080B0;
	color: #FFFFFF;
	padding: 4px;
}

div.navblock{
	xbackground-color: #8080A0;
	color: #303080;
	padding: 4px;
}

img.AreaPhoto {
	float: right;
	padding: 1px;
	border-width:medium;
	margin-left: 10px;
	margin-right: 10px;
}

img.AttyPhoto {
	float: right;
	padding: 1px;
	border-width:medium;
	border-style:groove;
	margin: 10px;
}

img.ListAccent {
	float: right;
}

div#AreaBG {
	background-image:url(graphics/BgChairs.jpg);
	background-repeat: no-repeat;
}