﻿  /* CSS layout */

/* DROP MENU */

ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	display: inline;
	float: left;
	width: 150px;
	text-align: center;
	list-style-type: none;
	font-family: "Comic Sans MS", "Arial Black", "Bookman Old Style";
	height: 30px;
}
ul li a {
	color: #660033;
	background-color: #F6CF8C;
	text-decoration: none;
	line-height: 30px;
	width: 150px;
	display: block;
}
ul li a:hover {
	background-color: #660033;
	color: #F6CF8C;
}
ul li ul li {
	background-color: #F6CF8C;
	color: #660033;
	
}
ul li ul li a {
	background-color: #660033;
	color: #F6CF8C;
	position: absolute;
}
ul li ul li a:hover {
	background-color: #660033;
	color: #F6CF8C;
}
ul li ul {
	visibility: hidden;
}
ul li:hover ul {
	visibility: visible;
}

/* END DROP MENU */


body {
	margin: 0;
	padding: 0;
	text-align: left;
}
#masthead {
	border-style: groove groove none groove;
	border-width: medium;
	border-color: #660033;
	font-family: "Freestyle Script", "Comic Sans MS", "Arial";
	font-size: 56pt;
	background-color: #660033;
	margin-right: auto;
	margin-left: auto;
	color: #660033;
	text-align: center;
	font-weight: bolder;
}
#top_nav {
	border-style: groove groove groove groove;
	border-width: medium;
	border-color: #660033;
	font-family: "Comic Sans MS", "Arial";
	background-color: #f6cf8c;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0px;
	height: auto;
}
#container {
	border: medium ridge #FFFFFF;
	min-width: 600px;
	font-family: "Comic Sans MS", "Arial";
	background-color: #f6cf8c;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	width: 200px;
	float: left;
	background-color: #f6cf8c;
	font-family: "Comic Sans MS", "Freestyle Script", "Arial";
	margin-left: auto;
	top: 150px;
}
#page_content {
	
	margin-left: 210px;
	margin-right: 40px;
	font-family: "Comic Sans MS", "Arial";
	color: #333333;
}
#footer {
	background-color: #660033;
	font-family: "Comic Sans MS", "Arial";
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #C0C0C0;
}
.clear {
	clear: both;
	font-family: "Freestyle Script", "Comic Sans MS", "Arial";
	font-size: 18pt;
	color: #660033;
	text-align: right;
}
h1{
	font-family: "Comic Sans MS", "Arial";
	font-size: 20pt;
	font-weight: bolder;
	color:#660033;
	text-decoration: underline;
	text-align: center;
}
h2{
	font-family: "Comic Sans MS", "Arial";
	font-size: 14pt;
	color:#660033;
}
h3{
	font-family: "Comic Sans MS", "Arial";
	font-size: 12pt;
	font-weight: bolder;
	color:#993366;
	width: 627px;
}
title{
	font-family: "Comic Sans MS", "Arial";
	font-size: 18pt;
	font-weight: bolder;
	text-decoration: underline;
}
dt{
	font-family: "Comic Sans MS", "Arial";
	font-size: 12pt;
	color:#660033;
}
a:link {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	font-family: "Comic Sans MS", "Arial";
		color: #990099;
		text-align: center;
}
a:visited {
	border-style: none;
	font-family: "Comic Sans MS", "Arial";
	color: #990066;
	font-style: italic;
}
a:hover {
	border-style: none;
	font-family: "Comic Sans MS", "Arial";
	color: #990099;
}
a:active {
	border-style: none;
	font-family: "Comic Sans MS", "Arial";
	color: #990066;
	font-style: italic;
}
.floatright {
	float:right;
	height: 125px;
	width: 125px;
	vertical-align: text-bottom;
}
.floatleft {
	float:left;
	height: 125px;
	width: 125px;
	vertical-align: text-bottom;
}
.floatrightmargin {
	float:right;
	height: 125px;
	width: 125px;
	margin-right: 75px;
	vertical-align: middle;
}
table.center {
border: 1px solid #660033;
	margin-left:auto; 
	margin-right:auto;
}
.branding {
font-family:"Freestyle Script", "Comic Sans MS", "Arial Black", "Bookman Old Style";
font-size:x-large;
color:#660033;
}
.digin {
	font-family:"Freestyle Script", "Comic Sans MS", "Arial Black", "Bookman Old Style";
font-size:xx-large;
color:#660033;
text-decoration:underline;
text-align:center;
}
.definition {
	font-family:"Bookman Old Style", "Times New Roman";
}
.quote1 {
	border-width: thin;
	border-color: #660066;
	font-family: "Comic Sans MS", "Freestyle Script", Arial;
	color: #990099;
	font-size: small;
	font-style: italic;
	border-top-style: solid;
	border-left-style: solid;
	font-weight: normal;
}

.quote1a {
	border-width: thin;
	border-color: #660066;
	font-family: "Comic Sans MS", "Freestyle Script", Arial;
	color: #990099;
	font-size: small;
	font-style: italic;
	border-left-style: solid;
	font-weight: normal;
}

.quote2 {
	font-family: "Comic Sans MS", "Freestyle Script", Arial;
	color: #993399;
	font-size: small;
	font-style: normal;
	text-align: right;
	font-weight: lighter;
}
.disclaimer {
font-family:"Times New Roman";
color:#FFFFFF;
text-decoration:underline;
}
.tip {
	font-family:"Comic Sans MS", "Arial Black", "Bookman Old Style";
font-size:medium;
color:#660066;
}

