@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #364C0B;
	background-color: #eee0a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: eee0a1;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/top.jpg);
	height: 184px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #clear {
	clear: both;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 262px;
	background-color: #EEE0A1;
	height: 581px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: eee0a1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 262px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	top: -20px;
} 
.twoColFixLtHdr #mainContent #col1 {
	top: 10px;
	right: 20px;
	float: left;
	width: 240px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(images/footer.gif);
	height: 85px;
} 
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 30px;
}
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #CCCCCC;
}

.twoColFixLtHdr #sidebar_practice {
	float: left; /* since this element is floated, a width must be given */
	width: 262px;
	background-color: #EBEBEB;
	background-image: url(images/menu_practice.jpg);
	height: 581px;
	padding-top: 0px;
}
.twoColFixLtHdr #sidebar_facilities {
	float: left; /* since this element is floated, a width must be given */
	width: 262px;
	background-color: #EBEBEB;
	background-image: url(images/menu_facilities.jpg);
	height: 581px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent #col2 {
	top: 10px;
	right: 0px;
	float: right;
	width: 220px;
}
.twoColFixLtHdr #mainContent #col1a {
	top: 10px;
	right: 10px;
	float: left;
	width: 240px;
}
.twoColFixLtHdr #mainContent #col2b {
	top: 10px;
	right: 0px;
	float: right;
	width: 200px;
}
.a {text-decoration:none}
.a:hover {text-decoration:underline}