body  
{
	background: #cccc99 url(../images/bgPageTan.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container 
{ 
	width: 970px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
#header 
{ 
	background: #cccc99 url(../images/bgPageTan.jpg) top left repeat-x; 
	padding: 0;
	height: 78px; 
} 
#header h1 
{
	display: none;
}
#logo
{
	margin: 0; 
	padding: 0;
	width: 400px;
	float: left;
}
#search
{
	float: right;
	width: 300px;
	text-align: right;
	margin: 30px 0 0 0;
	
}
#topMenu
{
	background: #cccc99 url(../images/bgPageTan.jpg) 0px -78px repeat-x;
	height: 37px;
}
#subBg
{
	background: #ffffff url(../images/bgSub.png) top left repeat-y;
}
#sidebar1 
{
	float: left;
	width: 225px; 
	background: #ffffff; 
	border-right: 1px solid #dddddd;
	padding: 20px 20px 0 10px;
	margin: 0; 
}
#sidebar1 h3
{
	margin: 0;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	border-bottom: 6px solid #0d270d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0d270d;
}
#sidebar1Sub
{
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 225px; 
}
.sideBarItem
{
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px;
	border-top: 1px solid #669966;
	border-bottom: 1px solid #003300;
	background-color:#234e22;
}
.sideBarItem a:link 
{ 
	color: #ffffff;
	text-decoration: none; 
}
.sideBarItem a:visited 
{ 
	color: #ffffff; 
	text-decoration: none;	
}
.sideBarItem a:hover, a:active
{
	color: #cccc99;
	text-decoration: none;
}
#sidebar2 
{
	float: right; 
	width: 225px; 
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left: 1px solid #dddddd;
	padding: 20px 10px 0 20px;
	margin: 0; 
	font-family: Georgia, serif;
	font-size: 12px;
}
#sidebar2 h3
{
	margin: 0;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	border-bottom: 6px solid #0d270d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #0d270d;
}
#sidebar2 ul
{
	margin: 5px 0 20px -15px;
}
.rightPhoto
{
	margin-bottom: 25px;
}
#mainContent 
{ 
	margin: 0 270px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, serif;
	line-height: 1.3em;
	font-size: 13px;
	color: #333333;
} 
#mainContent h1
{
	color: #61582f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
#mainContent h2
{
	margin: 0;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	border-bottom: 6px solid #0d270d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0d270d;
}
#mainContent h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}
#mainContent p
{
	margin: 0 0 20px 0;
}
#mainContentSub 
{ 
	margin: 0 270px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, serif;
	line-height: 1.3em;
	font-size: 13px;
	color: #333333;
} 
#mainContentSub h1
{
	color: #61582f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
#mainContentSub h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
}
#mainContentSub h3
{
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	border-bottom: 6px solid #0d270d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0d270d;
}

#mainContentSub p
{
	margin: 0 0 20px 0;
}
.indent
{
	padding: 0 20px;
}
table.cleanTable {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: #cccccc;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px;
}
table.cleanTable td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #cccccc;
	background-color: white;
	-moz-border-radius: ;
}
.headerCheck
{
	background:white url(../images/check.png) no-repeat left top;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 20px;
	
}

#footer 
{ 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0d270d;
	color: #ffffff;
	text-align:center;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a
{
	color: #999933;
}
#copyright
{
	text-align:center;
	color:#666600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0 20px 0;
}

.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;
}
.imgNoBorder
{
	border: none;
}
.hrLine
{
	margin-top: 20px;
	border-top: 1px solid #cccccc;
}
.classBlock
{
	background-color: #eff1f8;
	border: 1px solid #c5cde8;
	padding: 5px;
	margin: 20px 0px;
}
.classBlock h2
{
	border-bottom: 1px solid #333333;
}
.subjectList li
{
	margin-bottom: 10px;
}
