@charset "UTF-8";
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
} 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
#container  {
	width: 1000px;
	height:800px;
	background: #FFFFFF url(../images/learn.jpg) no-repeat;
	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. */
	padding-top: 1.5em;
}
#sidebar1 {
	float: left;
	width: 38em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-left: 3em;
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#sidebar1 h1, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 h1 {
	font: bold 1em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #4F7FA6;
	padding-top: 5px;
}
#mainContent  {
	background: #FFFFFF;
	padding-bottom:0px;
	width: 31%;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 67%;
}
.AccordionPanelContent p small a {
	font-size: 101%;
	line-height: 120%;
	color: #9E1B32;
}

#mainContent p {
	font: normal 1em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px;
	padding: 9px 10px 0px 0px;
	letter-spacing: 0.02em;
}
#mainContent ul li {
	font: bold 0.8em/normal Verdana, Geneva, sans-serif;
	color: #9e1b32;
	text-decoration: none;
	display: inline;
	list-style: url(none) none outside;
	margin: 1em 0em 0em .75em;
	padding-top: 15px;
}
#mainContent ul {
	margin-top: 1em;
	padding-left: 1em;
}
#mainContent ul li a:link {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #9e1b32;
	text-decoration: none;
}
#mainContent ul li a:visited {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #336600;
	text-decoration: none;
}
#mainContent ul li a:hover {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #4F7FA6;
	text-decoration: none;
}
#mainContent ul li a:active {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #336600;
	text-decoration: none;
}

#mainContent h1 {
	color: #336600;
	font: normal 36px/32px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 10px 10px 0px 20px;
}
#mainContent h2 {
	font: bold 16px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #4F7FA6;
	margin: 0px;
	padding: 0px;
	padding: 10px 10px 0px 20px;
}
#mainContent h3 {
	font: bold 16px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #4F7FA6;
	margin: 0px;
	padding: 0px;
	padding: 10px 10px 0px 0px;
}
.subhead {
	color: #333333;
	padding-top:1em;
	letter-spacing: normal;
	font: bold .9em Verdana, Geneva, sans-serif;
	}
	
.AccordionPanelContent table {
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #333;
	width: 25em;
	height: 15em;
	padding-top: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 10px;
}

.AccordionPanelContent a {
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #4F7FA6;
	text-decoration: none;
}
.AccordionPanelContent p img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
