/* default.css, a stylesheet for 'Breakfast With Santa' */
/* Copyright 2003 Laughing Collie Productions. All rights reserved. */
/* http://www.laughingcollie.com/ */


/* DEFAULTS */
body {
	background-image: url("/img/bg.gif");
	background-repeat: repeat-y;
	margin: 0; padding: 0;
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	color: #006400; /* darkgreen */
	text-align: center;
	}
td {
	vertical-align: top;
	color: #006400; /* darkgreen */
	}

/* SITE NAVIGATION */
.navigation {
	padding-right: 20px;
	float: left;
	font-weight: bold;
	color: #000000; /* black */
	}

	/* .navigation ul { margin: 0px; list-style-image: url(/img/note.gif); list-style-type: none; } */
	.navigation ul { margin: 0px; list-style-type: none; }
	.navigation ul li { margin-left: 15px; }
	.navigation ul ul { margin-left: 15px; }

a:link		{ color: #800080; /* purple */ }
a:active	{ color: #808080; /* gray */ }
a:visited	{ color: #191970; /* midnightblue */ }
a:hover		{ color: #CC0000; /* radish */ }

/* BODY */
.standard {
	margin-left: 5%;
	margin-right: 5%;
	font-family: "Times New Roman", serif;
	font-size: 110%;
	color: #006400; /* darkgreen */
	}

dt { margin-top: 8pt; }

.emphasis {
	margin-left: 5%;
	margin-right: 15%;
	font-family: "Times New Roman", serif;
	font-size: 110%;
	color: #006400; /* darkgreen */
	font-weight: bold;
	text-align: center;
}


/* NOTICES */
.footer {
	color: #006400; /* darkgreen */
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

.copyright {
	background-color: #FFFFFF; /* white */
	color: #006400; /* darkgreen */
	font-size: 90%;
	font-style: italic;
	text-align: left;
	}

.siteadmin {
	float: right;
	background-color: #FFFFFF; /* white */
	color: #006400; /* darkgreen */
	font-size: 90%;
	font-style: italic;
	text-align: right;
	}

.standards {
	text-align: left;
	}

