﻿body
{
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 10pt;
	color: Black;
	background: #cccc33;
	margin: 0px;
}

#frame
{
	width: 760px;
	margin: 5px auto;
	background: White;
	border: solid 1px black;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header
{
	padding: 10px;
}

#tagline
{
	float: right;
	font-size: 12pt;
	margin-top: 20px;
	margin-right: 100px;
}

#tagline em
{
	color: #006699;
}

#menu
{
	background: #006699;
	font-size: 10pt;
}

#menu ul
{
	list-style-type: none;
	padding: 3px 10px;
	margin: 0px;
}

#menu ul.right
{
	float: right;
}

#menu li
{
	display: inline;
	padding: 3px 5px;
}

#menu a, #menu a:visited
{
	color: White;
	text-decoration: none;
}

#menu a:hover
{
	color: Yellow;
	text-decoration: none;
}

#main
{
	padding: 10px;
	min-height: 400px;
	background: White;
}

#footer
{
	font-size: 8pt;
	text-align: center;
	padding: 10px;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
}

a, a:visited
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	text-decoration: none;
}

a img
{
	border: 0px;
}

th
{
	font-weight: bold;
	text-align: left;
}

textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

label.required
{
	padding-right: 12px;
	background-image: url(/images/required.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

ul
{
	list-style-type: square;
}

.quotebox
{
	float: right;
	width: 200px;
	font-size: 9pt;
	padding: 10px;
	margin-left: 10px;
	border: solid 1px #006699;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

table.picinfo
{

}

table.picinfo tr
{
	vertical-align: top;
}

