body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	color: #006600;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#header {
	height: 112px; /* Sets the height to 75 pixels, which is the height of the background image. */
	background: #ffffff url(../images/elans_header.gif) no-repeat center top; /*Sets a background color and a background image to the header. The image is set to not repeat and to appear in the center of the div.  */
}

#wrapper {
	margin: 0 auto;
	margin-top: 10px;
	width: 800px;
	background-color: #ffffff;
	/*border: 1px solid #774f00;*/
	padding: 0;
	/*background-image: url(../images/content_bg.jpg);*/
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #006600;
	background-color: #fffffff;
	/*border: 1px solid #ffcc66;*/
	/*background-image: url(../images/content_bg.jpg);*/
}

.maincontent {
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 13px;
	color: #006600;
	margin: 2px 10px 2px 10px;
}

.pointer {
	padding: 0;
	margin: 0;
}

a:link,  a:active,  a:visited {
	color: #0033CC;
	text-decoration: none;
}
 a:hover {
	text-decoration: underline;
	color: #CC0000;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #006600;
font-weight: normal;
font-size: 18px;
/*border-bottom: 1px solid #563900;*/
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #563900;
font-weight: bold;
font-size: 17px;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #563900;
font-weight: bold;
font-size: 16px;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
color: #563900;
font-size: 100%;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 1px;
}

.indent {
margin-left: 140px;
margin-right: 30px;
}

ul {
color:#563900;
}

li {
color: #563900;
list-style:square;
}

.bold {
font-size: 15px;
font-weight: bold;
}

.orange {
font-size: 16px;
color:#FF6633;
font-weight: bold;
margin-left: 140px;
margin-right: 30px;
border: 1px dotted orange;
padding: 4px 4px 4px 10px;
}

#footer {
	height: 80px; /* Sets the height to 75 pixels, which is the height of the background image. */
	background: #ffffff url(../images/child_sumr_prm/sum_pgm_footer.jpg) no-repeat center top; /*Sets a background color and a background image to the footer. The image is set to not repeat and to appear in the center of the div.  */
}
