﻿body
{
	font-size: 10pt; font-family: verdana;
}

#top #logolink
{
	float:left;
	padding:0;
	margin: 6px 0px -140px 10px;
	position:relative;
}
#top #logo
{
	border:0;
}
#top #topElement
{
	float:left;
	padding:0;
}


#container
{
	width: 702px;
	margin: 10px auto;
	text-align:left;
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

#leftnav
{
	float: left;
	width: 136px;
	margin: 0;
	padding: 0;
	background: #24a4d5 url(../img/blue_side.gif) repeat-y top left;
}

#leftnav #address
{
	float:left;
	font-size:8pt;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}

#leftnav #address a,a:visited
{
	color:#ffffff;
	text-decoration:none;
}
#leftnav #address a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#navContent
{
	float: left;
	margin: 0;
	padding-top:40px;
	padding-left:10px;
}

#content
{
	margin:0;
	float:left;
	padding: 0;
	width: 563px;
}

#content a,a:visited
{
	color:#0033ff;
	text-decoration:underline;
}
#content a:hover
{
	color:#0033ff;
	text-decoration:underline;
}

#contentText
{
	float:left;
	border-left: 2px solid black;
	border-right: 2px solid black;
	width:539px;
	padding: 10px;
	background-color: #ffff30;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #000;
	text-align:center;
	background-color: #FFF;
}

#content h2
{
	color:#0033ff;
	font-size:16pt;
	line-height:normal;
	margin: 0 0 .5em 0;
}

#content h1
{
	color:#0033ff;
	font-size:20pt;
	line-height:normal;
	margin: .5em 0 .5em 0;
}





/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin: 0px; height: 200px;  }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 8em; }
.menu li { background-color: #24a4d5; float: left; }
.menu li.sub { background-color: #24a4d5; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { border-bottom: 1px solid #ffffff; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 8em; color: #ffffff; padding-left: 1em; font-weight: bold; font-style: normal; font-variant: small-caps; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 8em; }
* html .menu a:hover { color: #ffffff; background-color: #0033ff; position: relative; font-weight: bold; font-style: normal; font-variant: small-caps; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #ffffff; background-color: #3366ff; font-weight: bold; font-style: normal; font-variant: small-caps; text-decoration: none; text-transform: none; }
.menu li:hover > a { color: #ffffff; background-color: #0033ff; font-weight: bold; font-style: normal; font-variant: small-caps; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -1.6em; left: 6em; background-color: transparent; }
.menu li ul li > a { border: 1px solid #ffffff;  }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
