body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99CCFF;
}
/*- do not change the single body style below- you can chage font size, color and font-family above*/
body {
	background-color: #000066;
	background-image: url(images/backgroundtile.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*- page links-- feel free to change the colors */
a:link {
	color: #99CCCC;
}
a:visited {
	color: #CC99CC;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #CCCCCC;
}
/*- Dreamfinder logo image - do not change*/
.tdbckgrdlogo {
	background-image: url(images/dfr_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	height: 320px;
}
/*- two kittens for logo- do not change */
#apDiv1 {
	position:absolute;
	left:5px;
	top:0px;
	width:366px;
	height:337px;
	z-index:1;
}
/*- darkblue strip that holds the top menu - you can change the color */
.tdmenu {
	background-color: #000033;
	padding: 2px;
	border-top: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
}
/*- Content area padding so it doesn't go all the way to the side edges-- */
.tdcontent {
	padding-top: 1px;
	padding-right: 55px;
	padding-bottom: 9px;
	padding-left: 55px;
}
/*- Top Menu - you can change color if desired-- do not change padding or size- */
a.menu:link, a.menu:visited, a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
/*- Top Menu - hover or mouse over- you can change color if desired-- do not change padding or size- */
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
/*- Bottom copyright area- */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
}

