@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px 'Trebuchet MS', sans-serif;
	background: #000000;
	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: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5f3ed;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid;
	border-right: 1px solid;
	/*border-bottom: 1px solid #cdc6a9;*/
	border-left: 1px solid;
}


.twoColFixRtHdr #nav {
	background: #ffffff;
	height:29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdc6a9;
	padding: 0;
	margin: 0;
	font: 12px 'Trebuchet MS', sans-serif;
	
}
.twoColFixRtHdr #nav #leftNav {
	background: #ffffff;
	height:28px;
	float:left;
	width:689px;
	padding-left:4px;
	
}
.twoColFixRtHdr #nav #rightNav {
	background: #fff;
	height:28px;
	float:right;
	width:272px;
	font-family: 'Trebuchet MS', "sans serif";
	font-size: 12px;
} 
.twoColFixRtHdr #nav #rightNav #left {
	background: #bcb598;
	height:19px;
	float:left;
	width:136px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	text-align:center;
	vertical-align:middle;
	margin-top:1px;
	padding-top:4px;
} 
.twoColFixRtHdr #nav #rightNav #left a:link{
	color: #000000;
	text-decoration: none;

}
.twoColFixRtHdr #nav #rightNav #left a:visited{
	color: #000000;
	text-decoration: none;

}
.twoColFixRtHdr #nav #rightNav #left a:hover {
	color: #FFFFFF;
	text-decoration: none;
	/*display:block;*/

}
.twoColFixRtHdr #nav #rightNav #left a:active {
	color: #FFFFFF;
	text-decoration: none;
	/*display:block;*/

}
/*.twoColFixRtHdr #nav #rightNav #right {*/
.twoColFixRtHdr #nav #rightNav #right {
	background: #bcb598;
	height:19px;
	float:right;
	width:130px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	text-align:center;
	vertical-align:middle;
	margin-top:1px;
	padding-top:4px;
} 
.twoColFixRtHdr #nav #rightNav #right a{
	color: #000000;
	text-decoration: none;
	display:block;

}
.twoColFixRtHdr #nav #rightNav #right a:link{
	color: #000000;
	text-decoration: none;

}
.twoColFixRtHdr #nav #rightNav #right a:visited{
	color: #000000;
	text-decoration: none;

}

.twoColFixRtHdr #nav #rightNav #right a:hover {
	color: #FFFFFF;
	text-decoration: none;
	/*display:block;*/
}
.twoColFixRtHdr #nav #rightNav #right a:active {
	color: #FFFFFF;
	text-decoration: none;
	/*display:block;*/
}

  
.twoColFixRtHdr #header {
	background: #F5F3ED;
	height:138px;
	border-bottom:solid;
	border-bottom-width:6px;
	margin:0;
	padding:0;
	} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 272px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*height:524px;*/
	background: #e3dfce; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px;*/
	vertical-align:top;
	margin:0;
	padding:0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 300px 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: 0 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f5f3ed;
	color: #333333;
	line-height: 16px;
} 
.twoColFixRtHdr #container #mainContent h1, .twoColFixRtHdr #container #mainContent h2{
	padding:0;
	margin:0;
	font-size: 14px;
	color: #b55032;
	line-height: 16px;;
	padding-bottom:5px;
	padding-top:13px;
}

.twoColFixRtHdr #container #mainContent p {
	padding:0;
	margin:0;
	color: #333333;
	line-height: 16px;
}

.twoColFixRtHdr #container #mainContent a:link {
	font-size: 12px;
	color: #b55032;
	text-decoration: underline;	
	
}
.twoColFixRtHdr #container #mainContent a:visited {
	font-size: 12px;
	color: #b55032;
	text-decoration: underline;	
	
}
.twoColFixRtHdr #container #mainContent a:hover {
	font-size: 12px;
	color: #0e77ba;
	text-decoration: underline;	
	
}
.twoColFixRtHdr #container #mainContent a:active {
	font-size: 12px;
	color: #0e77ba;
	text-decoration: underline;	
	
}


.twoColFixRtHdr #mainContentHome { 
	margin: 0 0 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: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#f5f3ed;
} 


.twoColFixRtHdr #container #colHolder {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #colHolder h1, .twoColFixRtHdr #container #colHolder .h1Header {
	font-size: 14px;
	font-weight: bold;
	color: #7F1212;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #colHolder a:link {
	font-size: 12px;
	color: #7F1212;
	text-decoration: none;	
	
}
.twoColFixRtHdr #container #colHolder a:visited {
	font-size: 12px;
	color: #7F1212;
	text-decoration: none;	
	
}
.twoColFixRtHdr #container #colHolder a:hover {
	font-size: 12px;
	color: #0e77ba;
	text-decoration: none;	
	
}
.twoColFixRtHdr #container #colHolder a:active {
	font-size: 12px;
	color: #0e77ba;
	text-decoration: none;	
	
}





.twoColFixRtHdr #container #colHolder #mainColLeft {
	background-color: #F5F3ED;
	float: left;
	/*height: 440px;*/
	width: 235px; /*249-1-13 for border+padding-left*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top:13px;
	padding-left:13px;
	
}
.twoColFixRtHdr #container #colHolder #mainColMiddle {
	float: left;
	width: 212px; /*239-1-13-13for border*/
	/*height: 440px;*/
	background-color: #F5F3ED;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top:13px;
	padding-left:13px;
	padding-right:13px;
}
.twoColFixRtHdr #container #colHolder #mainColRight {
	float:left;
	/*height: 440px;*/ 
	width: 188px;/*214-13-13 for padding*/
	padding-top:13px;
	padding-left:13px;
	padding-right:13px;
}



.twoColFixRtHdr #lower {
float:left; 
	height:142px;
	width:974px;
	background:#ffffff; 
} 

.twoColFixRtHdr #lower #left{ 
float:left;
	padding: 0 0 0 13px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:142px;
	background:#ffffff;
	width:236px; /*249-13 for padding*/
	background:#bcb598;
}
.twoColFixRtHdr #lower #middle{
	float:left;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:142px;
	background:#ffffff;
	width:453px;
	margin: 0px;
}
.twoColFixRtHdr #lower #right{ 
float:right;
	padding: 0;
	height:142px;
	background:#ffffff;
	width:272px; 
}

.twoColFixRtHdr #footer {
	background:#F5F3ED;
	height: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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: 10px 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;
}

.twoColFixRtHdr #container #credits {
	width:974px;
	font-family: 'Trebuchet MS', "sans serif";
	font-size: 10px;
	color: #9A978B;
	background-color: #000000;
	text-align:center;
	padding-top:6px;
}
.twoColFixRtHdr #container #credits a {
	font-family: 'Trebuchet MS', "sans serif";
	font-size: 10px;
	color: #727067;
	background-color: #000000;
	text-align:center;
	text-decoration:none;
}

.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;
}

.twoColFixRtHdr #container #colHolder #mainColLeft .pixrow {
	float:left;
	padding-top: 0px;
	width:235px;
}
.twoColFixRtHdr #container #colHolder .pixrow .teacher {
	float:left;
	height: 135px;
	width: 100px;
	padding-right:15px;
	text-align:center;
}


.twoColFixRtHdr #container #sidebar1 .roundTopWhiteBox {
	float:left;
	background-image: url(../images/sidebar-u-l-c-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	width: 271px;
	height:8px;
	margin-left:1px;
}
.twoColFixRtHdr #container #sidebar1 .roundMiddleWhiteBox {
	float:left;
	width: 251px;
	background-color: #FFFFFF;
	padding:5px 10px 0px;
	margin-left:1px;
	
}
.twoColFixRtHdr #container #sidebar1 .roundBottomWhiteBox {
	float:left;
	background-image: url(../images/sidebar-l-l-c-2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	width: 271px;
	height:8px;
	margin-bottom:2px;
	margin-left:1px;
	vertical-align:top;
}
.twoColFixRtHdr #container #sidebar1 #topHdr {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A7A59A;
	vertical-align:top;
	top: 0px;
}
.twoColFixRtHdr #container #sidebar1 .roundMiddleWhiteBox .rightHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5D;
	line-height:18px;
}
.twoColFixRtHdr #container #sidebar1 .bottomSidebar1Box {
	float:left;
	vertical-align:bottom;
	background-color: #b55032;
	width:252px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
}


.twoColFixRtHdr #container #lower #left a:link {
	font-size: 12px;
	color: #7F1212;
	text-decoration: none;	
	
}
.twoColFixRtHdr #container #lower #left a:visited {
	font-size: 12px;
	color: #7F1212;
	text-decoration: none;	
	
}
.twoColFixRtHdr #container #lower #left a:hover {
	font-size: 12px;
	color: #0e77ba;
	text-decoration: none;	
	
}
.twoColFixRtHdr #container #lower #left a:active {
	font-size: 12px;
	color: #7F1212;
	text-decoration: none;	
	
}


.twoColFixRtHdr #container #lower #right #newsletter {
	width: 251px;
	background-color: #FFFFFF;
	padding:5px 10px 0px;
	margin-left:1px;
}
.twoColFixRtHdr #container #lower #right #newsletter .fieldtitle {
	font-weight: bold;
	color: #7F1212;
	font-size: 11px;
}
.twoColFixRtHdr #container #lower #right #newsletter td input {
	font-weight: normal;
	color: #7F1212;
	font-size: 11px;
}
.twoColFixRtHdr #container #lower #right #newsletter td select {
	font-weight: normal;
	color: #5F5F5D;
	font-size: 11px;
}
.twoColFixRtHdr #container #lower #right #newsletter .rightHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5D;
	line-height:18px;
}
.twoColFixRtHdr #container #sidebar1 .bottomSidebar1Box h2 {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #container #sidebar1 .roundMiddleWhiteBox .rightHdr a:link {
	color: #b45032;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 .roundMiddleWhiteBox .rightHdr a:visited {
	color: #b45032;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 .roundMiddleWhiteBox .rightHdr a:hover {
	color: #b45032;
	text-decoration: underline;
}
.twoColFixRtHdr #container #sidebar1 .roundMiddleWhiteBox .rightHdr a:active {
	color: #b45032;
	text-decoration: underline;
}
.main a:link {
color: #b45032;
	text-decoration: underline;
}
.main a:visited {
color: #b45032;
	text-decoration: underline;
}
.main a:hover {
color: #5F5F5D;
	text-decoration: underline;
}
.main a:active {
color: #5F5F5D;
	text-decoration: underline;
}

a:link {
color: #b45032;
	text-decoration: underline;
}
a:visited {
color: #b45032;
	text-decoration: underline;
}
a:hover {
color: #5F5F5D;
	text-decoration: underline;
}
a:active {
color: #5F5F5D;
	text-decoration: underline;
}
#thanks {
background: #fff;
}
