body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
}
#bestViewed{
	border: 1px solid gray;
	font-size: 10px;
	text-align: center;
}
.captions{
	font-size: 12px;
	font-style: italic;
}
h3{
	text-align: center;
	font-size: 18px;
	color: #003300;
	background-color: #CCFF99;
	border: 2px solid #99CC00;
	width: 50%;
	margin-left: 25%;
}
h4{
	text-align: center;
	font-size: 16px;
	color: #003300;
}
.boldItalic{
	font-style: italic;
	font-weight: bold;
}

.homepageMain{
	border-left: 5px solid #006633;
	font-size: 12px;
	padding: 5;
}
#homepageFooter {
	color: gray;
	font-size: 12px;
	font-weight: normal;
	text-alignment: center;
	padding: 5;
	margin-top: 75px;
}
#homepageFooter a{
	color: gray;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
#homepageFooter a:hover{
	color: red;
}
.learnMore{
	border: 1px solid black;
	background-color: #FFFFCC;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
}
.learnMore td{
	vertical-align: top;
	padding: 3px;
}
.learnMore img{
	align: left;
}
.logoText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.logoText a{
	text-decoration: none;
	font-size: 10px;
	color: blue;
}
.menu td{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 3px;
	text-align: center;
	border-left: 5px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #CCFF99;
	height: 30px;
	width: 90px;
}
.menu a{
	display: block;
	color: #003300;
	text-decoration: none;
	height: 30px;
	width: 90px;
	/*padding-top: 5px;*/
}
.menu a:hover{
	background-color: #FFFF99;
	background-repeat: no-repeat;
	height: 30px;
	width: 90px;
}
.nextButton{
	background-image: url(../images/NextButton.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	width: 100px;
}
.nextButton a{
	display: block;
	height: 22px;
	width: 100px;
}	
.nextButton a:hover{
	background-image: url(../images/NextButton_f2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	width: 100px;
}
.previousButton{
	background-image: url(../images/PreviousButton.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	width: 100px;
}
.previousButton a{
	display: block;
	height: 22px;
	width: 100px;
}	
.previousButton a:hover{
	background-image: url(../images/PreviousButton_f2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	width: 100px;
}
.fancyTable{
	background-color: #FFFFCC;
	border: 2px solid #99CC00;
	font-size: 14px;
}
.fancyTable th{
	padding: 3px;
	background-color: #CCFFCC;
	border: 1px solid #99CC00;
	text-align: center;
}
.fancyTable td{
	padding: 3px;
	vertical-align: top;
}
/* double definiton of cursor is due to IE/Netscape incompatibility.  IE uses "hand"
while Netscape follows the CSS standard and uses "pointer".  This approach assumes IE
will ignore the first line and use the second line instead.
*/
.pointer{
	cursor: pointer;
	cursor: hand;
}
.topButton{
	background-image: url(../images/TopButton.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	width: 100px;
}
.topButton a{
	display: block;
	height: 22px;
	width: 100px;
}	
.topButton a:hover{
	background-image: url(../images/TopButton_f2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 22px;
	width: 100px;
}	