@CHARSET "ISO-8859-1";

.MainMenu a:link    { text-decoration: none;  }
.MainMenu a:visited { text-decoration: none; }
.MainMenu a:hover   { text-decoration: none;  }
.MainMenu a:active  { text-decoration: none; }

.MainMenu h3 {
		color:#61a899;
		margin-left: 10px;
		margin-bottom: 0px;
}
.MainMenu a	{	margin-left: 15px; }

.MainMenu h3 a  {  
		margin-left: 0px;
		text-decoration: none; 
		color:#61a899;   
}
.MainMenu h3 a:link    { text-decoration: none; color:#61a899;   }
.MainMenu h3 a:visited { text-decoration: none; color:#61a899;}
.MainMenu h3 a:hover   { text-decoration: none; color:#61a899; }
.MainMenu h3 a:active  { text-decoration: none; color:#61a899;}

.MainMenu * { 
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size:14px;
}

.MainMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.MainMenu ul a {
	display: block;
	width:	161px;
	height: 20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-indent: 0px;
	background:  #94b8e9 url(http://www.loralonsberry.com/images/bullet.gif) no-repeat left middle;
	background-image: url(../images/pixy-rollover.jpg);
	background-repeat: no-repeat;
	background-position: left middle;
}

/* this will change the color of the menu **/
.MainMenu ul a:hover, .selected a {
	background-position: right bottom;
	color: black;
}
	
.MainMenu ul h3 a:hover, .selected a {
	color: #006666;
}
	

li {
	display:inlind; /* :KLUDGE:  removes large gaps in IE/Win **/
	
}


#ResearchPaper a         { font-size: x-small; color: #006666; margin-left: 2.5em; }
#ResearchPaper a:link    { text-decoration: underline; }
#ResearchPaper a:visited { text-decoration: underline; }
#ResearchPaper a:hover   { text-decoration: underline; }
#ResearchPaper a:active  { text-decoration: underline; }

body {
	 background-color:#61A899;
	 color:black;
}

body a { color:black;
}

.maincontent * { 
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
}

.maincontent li {
	margin-bottom: 1em;
}



.maincontent h1 {
	color:#006666;
	font-size: x-large;
	font-family: Georgia, "Times New Roman" , Times, serif;
	margin-left: 50px;
}
	  
.maincontent h2 {
	color:#006666;
	font-size: medium;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: lighter;
	margin-left: 50px;
}

.maincontent h3 {
	color:#006666;
}


.maincontent h5 {
	color:#2D3285;
	font-size: small;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: lighter;
	margin-left: 50px;
}

.maincontent  { 
	margin-left: 200px;
	margin-right: 25px;
}




