/***********************************************/
/* MCstyle.css                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	color: #5c00b9;
	line-height: 1.20;	
	margin: 0px;
	padding: 0px;
	background-color: #8debfc;
}

a:link, a:visited{
	color: #5c00b9;
	text-decoration: none;
}

a:hover {
    color: #0033cc;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: "Monotype Corsiva", serif;
	color: #0033cc;
	margin: 0px;
	padding:0 5px 0 0;
}

h1{
 font-size: 48px;
 font-weight: normal;
}

h2{
 font-size: 32px;
 font-weight: normal;
}

h3{
 font-size: 26px;
 font-weight: normal;
}

h4{
 font-size: 22px;
 font-weight: normal;
}
h5{
 font-size: 18px;
 font-weight: normal;
}
h6{
  font-family: "Comic Sans MS", cursive;
  font-size: 15px;
  font-weight: normal;
  color: #5c00b9;
  padding:0 5px 0 0;
}
.style1{ 
	font-size: 14px;
	font-style: italic;
}
.style2{
	font-size: 14px;
}
.style3{
	font-size: 12px;
}
.style4 {
	font-family: "Monotype Corsiva", serif;
	font-size: 24px;
	color: #0033cc;
}
.style5{
	font-size: 16px;
	color: #0033cc;
}
.style6{
	font-size: 14px;
	font-style: italic;
	color: #0033cc;
}
.style7{
	font-size: 18px;
}
.style8 {
	font-size:10px;
}
.style9 {
	color: #0033cc
}
.style10 {
	font-size: 14px;
	color: #0033cc
}
.style11 {
	font-size: 16px
}

img.watermark{
	position:absolute;
	top: 186px;
	left: 172px;
	z-index: -1;
}
img.tree2{
	float:left;
	width: auto;
	margin:0px 5px 2px 0px; 
	z-index: 1;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#navBar{
	position:absolute;
	top: 186px;
	left: 0px;
	margin: 0;
	padding: 0px;
}

#content{
    position:absolute;
    top:186px;
    left:172px;
	width: 828px;
	margin: 0px;
	padding: 0px;
}

#column1 a:link{
	text-decoration: underline;
}
#column1 a:visited{
	text-decoration: underline;
}
#column1 ul{
 list-style-type: disc;
 list-style-position: inside;
 margin-left: 0px; 
 padding-left: 0px;
}
#footer{
	position:absolute;
	width: 800px;
	height: 70px;
	left: 172px;
}
#footer a:link{
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #5c00b9;
	text-decoration:none;
}
#footer a:visited{
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #5c00b9;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	position:absolute;
	top: 5px;
	left: 163px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 594px;
}
/*************** #pageName styles **************/

#pageName{
	position:absolute;
	top:62px;
	left:150px;
	margin:0px;
	padding: 0px 0px 10px 0px;
	width: 608px;
}

#subheader{
	position: absolute;
	left: 150px;
	top: 100px;
	padding: 0px 0px 10px 0px;
	width: 609px;
}
img.newtop {
	width: 1000px;
	z-index: -1;
}
img.newleft{
	width: 172px;
	z-index: -1;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-family:"Comic Sans MS", cursive;
	font-size: 14px;
	color: #0033cc;
	font-weight: normal;
	line-height: normal;
	position: absolute;
	left: 4px;
	top: 34px;
	margin:0px;
	padding:0px;
	width: 146px;
	height: 300px;
 	z-index: 1;
}
#sectionLinks a:link{
	font-family:"Comic Sans MS", cursive;
	font-size: 14px;
	color: #0033cc;
	font-weight: normal;
	padding:0px;
	text-decoration: none;
}
#sectionLinks a:visited{
	font-family:"Comic Sans MS", cursive;
	font-size: 14px;
	color: #0033cc;
	font-weight: normal;
	padding:0px;
	text-decoration: none;
}
#sectionLinks a:hover{
	font-size: 14px;
	color: #0033cc;
	background-color: #CCFFFF;
	padding: 0px 5px 0 0;
}
#sectionLinks ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#sectionLinks li{
	margin-left: 0px;
	padding-left: 0px;
}
