@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6699;
}
body {
	background-image: url(/graphics/lacetile.jpg);
	margin: 30px;
	background-color: #963487;
}
.td1 {
	background-image: url(/graphics/goldtile.jpg);
	padding: 4px;
	border: 1px solid #6600CC;
}
.td2 {
	background-image: url(/graphics/highlighttile.jpg);
	padding: 25px;
	border: 1px solid #FFCCFF;
}
.td3 {
	background-image: url(/graphics/goldtile.jpg);
	padding: 5px;
	border: 1px solid #FFCCFF;
}
.td4 {
	background-image: url(/graphics/purpletile.jpg);
	border: 1px solid #6600CC;
}
.tdcontent {
	padding: 2px 25px 5px 10px;
	height: 500px;
}
a:link {
	color: #CC99CC;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #CC9999;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #F59275;
	text-decoration: none;
	font-weight: bold;
}
hr {
	color: #CC6699;
	height: 2px;
}
#apDiv1 {
	position:absolute;
	left:77px;
	top:507px;
	width:228px;
	height:540px;
	z-index:1;
	background-image: url(/graphics/menu.jpg);
}
#apDiv2 {
	position:absolute;
	left:112px;
	top:622px;
	width:166px;
	height:314px;
	z-index:2;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.sitemap {
	font-size: 12px;
}
.copyright {
	font-size: 10px;
	text-align: center;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-size: 12px;
	font-weight: bold;
	color: #F88887;
	text-decoration: none;
	display: block;
	padding: 1px 1px 1px 15px;
}
a.nav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1px 1px 1px 15px;
}
.sidetile {
	background-image: url(/graphics/sidetile.jpg);
	background-repeat: repeat-y;
}

