body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #333333;
	text-align: left;
	vertical-align: text-top;
}

.style2 {
	font-family: "Century Schoolbook";
	font-size: 36px;
	color: #FFCC00;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.style3 {
	font-size: 24px;
	color: #990000;
	font-weight: bold;
}
#Layer1 {
	position:absolute;
	width:100px;
	height:54px;
	z-index:1;
	left: 83px;
	top: 138px;
}
#Layer2 {
	position:absolute;
	width:130px;
	height:39px;
	z-index:1;
	left: 84px;
	top: 138px;
}
.style4 {
	font-size: 18px;
	font-family: "Chalkboard Bold";
	color: #AC3026;
}
.style5 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFCC;
}
.strikethrough {
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


h1 {
	font-family: "Century Schoolbook";
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-family: "Century Schoolbook";
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

/*.style headline {
	color: #fdc20a;
	font-size: 36px;
}*/
h3 {
	font-family: "Century Schoolbook";
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
h4 {
	font-family: "Century Schoolbook";
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
h5 {
	font-family: "Century Schoolbook";
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
h6 {
	font-family: "Century Schoolbook";
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

/*ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-color: #AC3026;
	font-size: 18px;
}
ul#minitabs li{display: inline;margin: 0 3px}
ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #FFF;
	color: #AC3026;
	border-bottom-color: #FFCC00;
}
ul#minitabs a#current{border-color: #F60;color:#06F}
ul#minitabs a:hover{border-color: #FEC10A;color: #FEC10A}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FEC10A;
}

li {
	list-style-image: url(../images/navigation/bullit.gif);
}
*/
a:hover {
	color: #FF9900;
	background-color: #FFFFCC;
}

a {
	color: #CC3300;
	border-right-color: #000000;
}

.courier{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}

.headline {
	font-family: "Century Schoolbook";
	font-size: 36px;
	font-weight: bold;
	color: #FEC10A;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}

/*#div {
	width:760px;
	text-align: center;

}*/
/* Page header style */
#header{
	/*height: 60px;*/
     width: 760px;
	/*background-image:url("images/bkg/drops.jpg");*/
    /* background-repeat:repeat;*/
    background-color: #FFFFCC;
	text-align: center;    
	/* border-bottom: thin solid #ff1493;*/
	margin: auto;	 
	/*border-bottom: thick double #191970; */
	
}

#navbar{
	/*height: 60px;*/
     width: 760px;
	/*background-image:url("images/bkg/drops.jpg");*/
    /* background-repeat:repeat;*/
    background-color: #FFFFCC;
	/*text-align: center;*/
	/*border-bottom: thin solid #ff1493;*/
	margin:px auto;
	clear: both;	
	/*border-bottom: thick double #191970; */
	
}
#main {
	width:760px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	/*border:4px inset #666666;*/
	background-color:#FFFFCC;
	}
/* Style for tables of thumbnail images */
table.thumbs{
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	margin: auto;
	width: 100%;
}

/* Style for table cells that contain thumbnails */
td.thumbs{
	padding: 10px;
	border: 0px;
}


/* Style for thumbnail images */
img.thumbs{
   width:350px;
   height: 233px;
   border-width: 0px;
}
