* {
	margin : 0;
	padding : 0;
}

a {
	color : #3FA47E;
	text-decoration : none;
}

a:visited {
	color : #3FA47E;
	text-decoration : none;
}

a:hover {
	color : #99CC99;
}

h2 {
	color : #343434;
	font : italic 150% Comic Sans MS;
	text-align : left;
	margin-left : 100px;

}

hr {
	color : #343434;
	font : italic 150% Comic Sans MS;
	margin-left: 100px;
	width : 625px;
	height: 1px;
	text-align : left;

}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}

blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}

p {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:100px;
	padding-left:100px;
	text-align : left;

}

img {
	float : left;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;

}

ul,
ol {
	padding : 1em 1em 0 3em;
}

#main {
	background-color: #FFFFFF;
	margin : auto;
	max-width : 55em;
	width : auto !important;
	width : 65em;
	border : solid 1px #000000;

}

#header {
	background : #FFFFFF url('../IMAGES/header.gif') repeat-x bottom left;

	
}

#header h1 {
	color : #000000;
	font : italic 100% Comic Sans MS;
	text-align : right;
	padding-top : 75px;
	padding-bottom : 25px;
	padding-right : 25px;
}

#menu {
	background : #84B6B4;
	font : 100% Comic Sans MS;
	text-align : Left;
}

#menu ul {
	padding : 0.25em 1em;
}

#menu li {
	display : inline;
}

#menu li a {
	color : #333333;
	padding : 0.75em 1.50em;
}
#menu li a:hover {
	background : #99CC99;

}
#menu li.selected a {
	background : #3FA47E;
	color : #333333; 

}

#menu li.selected a:hover {
	background : #99CC99;
	color : #333333;

}

#content {
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 2em 0 0 0;
}

#content div {
	padding : 10em 10em 2em 4em;
}

#panel {
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 5em 2em 5em;
}

#panel div {
	padding : 2em 0 0 0;


}

div.standard {
	color : #666666;
	font-family : Comic Sans MS;
    	font-size: 14px;
	text-align : left;
	padding : 100px;
}

div.standardsmall {
	color : #333333;
	font-family : Comic Sans MS;
    	font-size: 10px;
	text-align : left;
	padding : 100px;
}

#footer {
	background : #84B6B4 url('../IMAGES/footer.gif') repeat-x top left;
	border-top : 25px solid #84B6B4;
	color : #333333;
	font-family : Comic Sans MS;
	font-size : 12px;
	margin : auto;
	padding : 1em 0 1em 0;
	text-align : center;
	width : 100%;
}
