*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 10pt;
}

html,body
{
	width: 100%;
	height: 100%;
}

table
{
	border-collapse: collapse;
}

.Cleaner
{
	height: 0px;
	visibility: hidden;
	clear: both;
}

li
{
	margin-left: 1em;
}

ul.Menu
{
	list-style-type: none;
}

.Menu li
{
	margin-left: 0;
	padding: 0.5em;
}

.Menu a
{
	display: block;
	padding: 0.5em;
	font-size: larger;
}

.Menu li.Selected a,.Menu a:hover
{
	background-color: #F1E495;
}

#Header,#Footer,#PaneLeft
{
	font-weight: bold;
}

#Header,#Header a,#Footer,#Footer a,#PaneLeft,#PaneLeft a
{
	color: #08317B;
}

#Header a,#Footer a,#PaneLeft a
{
	text-decoration: none;
}

#Header a:hover,#Footer a:hover,#PaneLeft a:hover
{
	text-decoration: underline;
}

#Header .Menu a:hover,#Footer .Menu a:hover,#PaneLeft .Menu a:hover
{
	text-decoration: none;
}

#Header
{
	background-color: #F1E495;
}

#Header table
{
	width: 100%;
	line-height: 0;
}

#Header .Photo
{
	text-align: right;
}

#Content
{
	background-image: url("PaneLeft.png");
	background-position: top left;
	background-repeat: repeat-y;
}

#Footer
{
	margin-top: 0.5em;
	border-top: solid 1px silver;
}

#Footer table
{
	width: 100%;
}

#Footer td
{
	text-align: center;
}

#PaneLeft
{
	width: 150px;
	float: left;
	text-align: right;
}

#PaneLeft .Menu
{
	background-color: #E74200;
}

#PaneLeft .Address
{
	padding: 0.5em;
}

#PaneLeft .Address .Line1
{
	color: #E74200;
}

#PaneLeft .Address .Line2
{
	margin-bottom: 1em;
}

#PaneLeft .Address .Line3
{
	text-align: left;
}

#PaneLeft .Address .Line4
{
	text-align: left;
}

#PaneLeft .Address .Line5
{
	margin-bottom: 1em;
	text-align: left;
}

#PaneLeft .Address .Line6
{
	margin-bottom: 1em;
	text-align: center;
}

#PaneRight
{
	margin-left: 150px;
	background-color: #FFFFEF;
	background-image: url("LogoBackground.png");
	background-position: top center;
	background-repeat: repeat-y;
}

#PaneRight .Content
{
	padding: 1em;
}

#PaneRight .Action td
{
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	color: #08317B;
}

#PaneRight .Action strong
{
	font-size: 300%;
	color: #E74200;
}

#PaneRight .Title
{
	font-size: large;
	font-weight: bold;
}

#PaneRight .Section
{
	margin-bottom: 1em;
}