﻿  /* 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: "Calibri", "Arial Black", "Bookman Old Style";
	height: 30px;
}
ul li a {
	color: #330033;
	background-color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	width: 150px;
	display: block;
}
ul li a:hover {
	background-color: #66CCFF;
	color: #330033;
	font-style: italic;
}
ul li ul li {
	background-color: #66CCFF;
	color: #330033;
}
ul li ul li a {
	background-color: #66CCFF;
	color: #330033;
	position: absolute;
}
ul li ul li a:hover {
	background-color: #66CCFF;
	color: #330033;
	font-style: italic;
}
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: solid solid none solid;
	border-width: 10px;
	border-color: #330033;
	font-family: "Ligurino Condensed", "Calibri", "Arial";
	font-size: 56pt;
	background-color: #330033;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
}
#top_nav {
	border-style: solid;
	border-width: 5px 15px 15px 15px;
	border-color: #330033;
	font-family: "Calibri", "Arial";
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0px;
	height: auto;
}
#container {
	border: 15px solid #330033;
	min-width: 600px;
	font-family: "Calibri", "Arial";
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	font-family: "Calibri", "Arial";
	margin-left: auto;
	top: 150px;
}
#page_content {
	margin-left: 210px;
	margin-right: 40px;
	font-family: "Calibri", "Arial";
	color: #333333;
}
#footer {
	background-color: #330033;
	font-family: "Calibri", "Arial";
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
}
.clear {
	clear: both;
	font-family: "Calibri", "Arial";
	font-size: 18pt;
	color: #330033;
	text-align: right;
}
h1{
	font-family: "Calibri", "Arial";
	font-size: 20pt;
	font-weight: bolder;
	color: #330033;
	text-decoration: underline;
	text-align: center;
}
h2{
	font-family: "Calibri", "Arial";
	font-size: 14pt;
	color: #330033;
}
h3{
	font-family: "Calibri", "Arial";
	font-size: 12pt;
	font-weight: bolder;
	color: #660066;
	width: 627px;
}
title{
	font-family: "Calibri", "Arial";
	font-size: 18pt;
	font-weight: bolder;
	text-decoration: underline;
}
dt{
	font-family: "Calibri", "Arial";
	font-size: 12pt;
	color: #330033;
}
a:active {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	font-family: "Calibri", "Arial";
	color: #0066FF;
	text-align: center;
}
a:visited {
	border-style: none;
	font-family: "Calibri", "Arial";
	color: #6600CC;
	font-style: italic;
}
a:hover {
	border-style: none;
	font-family: "Calibri", "Arial";
	color: #3399FF;
}
a:active {
	border-style: none;
	font-family: "Calibri", "Arial";
	color: #3399FF;
	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 #330033;
	margin-left: auto;
	margin-right: auto;
}
.branding {
	font-family: "Ligurino Condensed", "Calibri", "Arial Black", "Bookman Old Style";
	font-size: large;
	color: #330033;
}
.digin {
	font-family: "Ligurino Condensed", "Calibri", "Arial Black", "Bookman Old Style";
	font-size: xx-large;
	color: #330033;
	text-decoration: underline;
	text-align: center;
}
.definition {
	font-family:"Bookman Old Style", "Times New Roman";
}
.quote1 {
	border-width: thin;
	border-color: #660066;
	font-family: "Calibri", "Ligurino Condensed", Arial;
	color: #000099;
	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: "Calibri", "Ligurino Condensed", Arial;
	color: #000099;
	font-size: small;
	font-style: italic;
	border-left-style: solid;
	font-weight: normal;
}
.quote2 {
	font-family: "Calibri", "Ligurino Condensed", Arial;
	color: #0033FF;
	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:"Calibri", "Arial Black", "Bookman Old Style";
font-size:medium;
color:#660066;
}


