.tiny {font-size: .7em;}
.small {font-size: .8em;}
.medium {font-size: 1em;}
.large {font-size: 1.2em;}
.xlarge {font-size: 1.5em;}

body 
{ 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #F0EFFA;
	color: #284D74;
	line-height: 1.3;
}

#menuframe
{
	position: absolute;
	top: 10px;
	left: 0px;
	width:165px;
	padding:0px;
}

#contentframe
{
	position: absolute;
	top: 10px;
	left: 170px;
	padding:0px;
	width: 781px;
}
	
a:link 
{
	background-color: #F0EFFA;
	color: #52407C;
	text-decoration: none;
}

	a:link img 
	{
		border-style: none;
	}

a:visited 
{
	background-color: #F0EFFA;
	color: #366D55;
	text-decoration: none;
}

	a:visited img 
	{
		border-style: none;
	}

a:hover 
{
	background-color: #F0EFFA;
	color: #366D55;
	text-decoration: underline;
}

a:active 
{
	background-color: #F0EFFA;
	color: #366D55;
	text-decoration: none;
}

.indent
{
	text-indent: 5%;
}

.center
{
	text-align: center;
}

p 
{
	margin-left: 5%;
	margin-right: 5%;
}

	p.navbar 
	{
		color: #52407C;
		background-color: #BDBAD9;
		font-size: .9em;
		font-weight: bold;
		text-align: center;
		padding-top: 1px;
		padding-bottom: 1px;
		text-indent: 0%;
	}
		p.navbar a:link 
		{
			background-color: #BDBAD9;
			color: #52407C;
			padding-left: 15px;
			padding-right: 15px;
			text-decoration: none;
		}

		p.navbar a:visited 
		{
			background-color: #BDBAD9;
			color: #52407C;
			padding-left: 15px;
			padding-right: 15px;
			text-decoration: none;
		}

		p.navbar a:hover 
		{
			background-color: #52407C;
			color: #BDBAD9;
			padding-left: 15px;
			padding-right: 15px;
			text-decoration: underline;
		}

	p.copyright
	{
		color: #366D55;
		background-color: #F0EFFA;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #366D55;
		font-size: .7em;
		text-align: right;
		margin-top: 20px;
		text-indent: 0%;
	}
	
h1, h2, h3 
{
	font-weight: bold;
}

h1 
{
	font-size: 1.5em;
	text-align: center;
}

h2 
{
	font-size: 1.3em;
	text-align: left;
	color: #60498B;
	background-color: #F0EFFA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A4B7B1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #A4B7B1;
	margin-left: 5%;
	margin-right: 5%;
}

h3 
{
	font-size: 1em;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

li
{
	display: list-item;
	list-style-type: circle;
	margin-left: 5%;
	margin-right: 5%;
}

dl 
{
	display: block;
	margin-left: 5%;
	margin-right: 5%;
}

dt
{
	font-weight: bold;
	padding-top: 5px;
}

dd
{
	padding-bottom: 5px;
}

table
{
	background-color: #F0EFFA;
	color: #284d74;
	font-size: 1em;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 5px;
}

td
{
	font-size: 1em;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

	td.head
	{
		color: #000;
		background-color: #BDBAD9;
		font-weight: bold;
	}
.ValentinesDay {
	color: #F00;
}

