@charset "utf-8";

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.quote {
	font-family: "Times New Roman";
	font-size: xx-large;
	color: #72407F;
}

#nav {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}
#nav a:link {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #cf118c;
	text-decoration: none;
}
#footer {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.8em;
	color: #FFFFFF;
}

#nav a:visited {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited:hover {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #cf118c;
	text-decoration: none;
}
#footer a:link {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
#main {
	font-family: "Trebuchet MS", Arial, verdana;
	color: #000000;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 0.95em;
	background-image: url(img/tblbg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#main a:link {
	color: #FF0066;
	text-decoration: underline;
}

#main h1 {
	font-size: x-large;
	color: #72407F;
}
#container {
	height: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
