@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d6ceaf url(images/navigation/background.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/navigation/body_extender.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD url(images/navigation/masthead.png); 
	padding: 0 10px 0 20px;
	height: 139px;
} 
.twoColFixRtHdr #header h1 {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding: 35px 10px 20px 20px;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 20px 0 75px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent1Col { /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 20px 0 75px;
	margin: 0 50px 0 0;
}

.twoColFixRtHdr #Background {
	background: url(images/navigation/body_content.png) no-repeat 0 top;
} 

.twoColFixRtHdr #InsideBackground {
	background: url(images/navigation/body_content1col.png) no-repeat 0 top;
} 

.twoColFixRtHdr #footer { /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/navigation/body_footer.png) repeat-x 0 bottom;
	height: 75px;
	width: 639px;
	padding: 0 0 5px 40px;
	margin-left: 35px;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.MainPhoto {
	margin: 0;
	float: left;
	padding: 50px 0 25px 55px;
}

/* Menu */

.Menu {
	height: 48px;
	padding: 0 0 0 145px;
}

.Menu a{
	text-decoration: none;
	position: relative;
	font: bold 11px Arial;
	color: white;
	height: 42px;
	display: block;
	float: left;
	background: url(images/navigation/tab.png) no-repeat right top;
	padding-top: 10px;
	width: 108px;
	text-align: center;
	padding-right: 5px;
}

.Menu a:hover{
	color: black;
	background: url(images/navigation/tab_on.png) no-repeat right top;
}
/* End Menu */

a{
	text-decoration: none;
	color: #44592e;
	font-weight: normal;
	font-style: normal;
} 

a:hover {
	text-decoration: underline;
	color: #94c266;
} 


p {
	color: #6e3a29;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
} 

h1 {
	color: #6e3a29;
	font: italic bold 18px/18px Georgia, "Times New Roman", Times, serif;
} 

h2 {
	color: #6e3a29;
	font: italic bold 14px/18px Georgia, "Times New Roman", Times, serif;
} 

h3 {
	color: #6e3a29;
	font: italic bold 13px/18px Georgia, "Times New Roman", Times, serif;
} 

#list {
	color:#6e3a29;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	margin:1;
	padding:1;
}

#list li {
	list-style-type:disc;
	font:bold;
}

#practice {
	color:#6e3a29;
	font: italic bold 14px/18px Georgia, "Times New Roman", Times, serif;
}


