/* GENERAL STYLES */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
.normalText
{
	font-size: 1.5em;
}
.bigText
{
	font-size: 2em;
}
.smallText
{
	font-size: 1em;
}

/* EDITOR PROPERTIES */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	background-image:url(../media/background.jpg);
}

div#toppanel {
	position:relative;
	padding: 0px;
	width: 800px;
	background-image:url(/media/138/sky.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 190px;
	z-index: 2;
}

h2 {
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #014F76;
}

div#breadcrumbs {
	font-family: Tahoma;
	font-size: 0.7em;
}

div#quotepanel {
	position:absolute;
	font-family: Tahoma;
	font-size: 1.0em;
	font-weight: bold;
	position:relative;
	height: auto;
	top: 100px;
	right: 10px;
	text-align: right;
	z-index: 1;
	color: #ffffff;
}

div#quote {
	font-family: Tahoma;
	font-size: 0.5em;
	font-weight: bold;
	color: #ffffff;
}

#hometable td {
	font-family: Tahoma;
	font-size: 0.7em;
}

div#sidepanel {
	position: absolute;
	top: 0px;
	padding: 0px;
	width: 130px;
	height: 600px;
	left: 30px;
	background-color: #ffffff;
	z-index: 3;
	background-image: url(/media/148/bluesidebar.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	border-top: 6px solid White;
}

div#mainpanel {
	position:relative;
	padding: 10px;
	width: 620px;
	height: auto;
	left: 160px;
	z-index: 1;
}

div#footerpanel {
	position:relative;
	padding: 10px;
	width: 620px;
	height: auto;
	left: 160px;
	z-index: 1;
	text-align: center;
}

div#logindetailspanel {
	position:relative;
   width: 780px;
	top: 0px;
	padding: 3px;
   text-align: right;
	font-size: 0.5em;
}

ul#nav {
	list-style: none;
	padding: 0px;
	margin: 0;
	width: auto;
	position: absolute;
	left: 160px;
	top: 150px;
}

#nav a {
	display: block;
	width: 100px;
	font-family: Tahoma;
	font-size: 0.6em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 14px 3px 14px 3px;
	text-align: center;
	text-transform: uppercase;
	background-image:url(/media/158/btn_background.jpg);
	background-position:center;
	background-repeat: no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	background-color:#0089BF;
	width: 150px;
	top: 40px;
}

#nav li li {
	width: 100%;
	width: inherit;
}

#nav li ul a {
	width: auto;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	padding: 3px 3px 3px 3px;
	background-image:url();
}

h1 {
	font-family: Tahoma;
	font-size: 1.5em;
	font-weight: bold;
	color: #014F76;
}
strong {
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight: bold;
}
p {
font-family: Tahoma;
font-size: 0.8em;
padding: 0px 5px 0px 0px;
}
.quote {
font-family: Tahoma;
font-size: 0.8em;
padding: 0px 5px 0px 0px;
}
.formlabels
{
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight: bold;
}
div#mainpanel li {
font-size: 0.8em;
}