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

body  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background: #ecf9ec;
	margin:0 auto; /* 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: #000;}	
	
.note {
	font-style: italic;
	color: #600;
	margin-right: 30px;
	margin-left: 30px;
}
.FellEnglish { font-family: 'IM Fell English', arial, serif;
font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;}
  .Josefin { font-family: 'Josefin Sans Std Light', arial, serif;
font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;}
  
	
p{
	margin-bottom:0.3 em;
	margin-top:0.3 em;
}
li {
 list-style-type:none; 

margin-left: 0;
margin-right: 10%;
margin-top: .5em;
margin-bottom: 1em;
}
a{
	color: #276e92;
	font-size: 11px;
	line-height: 14px;
	font-weight: 600;
	text-decoration: none;
	
}
	
a:visited { color:#996633;
}
a:active { color: #fff;
 }
a:hover { color: #f37d2f;
border-bottom: 1px #f37d2f dotted;}
a img {
display:block;
border: none;

}

h2{
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #753d19;
}

h3{
	line-height:15px;
	border-bottom:-5px;
}
.gray {
	background-color:#999;
	padding: 10px;
}
#center{text-align: center;
}
.center{text-align: center;
}
.quote{
	
	font-style: italic;
	padding-right: 40px;
	padding-left: 40px;
}

#wrapper{
	width:880px;
	background: #ecf9ec;
	background-image:url(../50px/container_bg.jpg);
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../common%20images/bgright.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0 px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 5px 20px;
	text-align: right;
	line-height: 80%;
	
}

#center {p align:center;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	clear:both;
	width: 200px; /* 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 */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	text-align: right;
	line-height: 80%;
}

#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#CourseName {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	font-weight: 600;
	color: #0CC;
} 
#footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#d0e3e1;
 	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
} 
#footer p {
	text-align: center;
	margin: 0, auto; /* 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 */
	
}
.rolloverPosition a {
display:block;
width: 90px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;;
color:#333;
background: url("rollover-image.gif") 0 0 no-repeat;
text-decoration: none;
}
.rolloverPosition a:hover { 
background-position: 0 -35px;
color: #049;
}
.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;
}
.inset{
	margin-left:20px;
	margin-right:60px;
	margin-bottom:0.4 em;
	margin-top:0.4 em;
	

	
}
.attention
{
	font-size: 14px;
	font-weight: 700;
}
.code {
	margin-left:40px;
	margin-right:60px;
	margin-bottom:0.4 em;
	margin-top:0.4 em;
	color: #039;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

