﻿/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #0e465c;
	color: #4C4C4C;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#page
{
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
* html #page
{
	height: 100%;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.hidden
{
	position: absolute;
	left: -10000px;
}
img
{
	border: none;
}

/* HEADER */
#top
{
	height: 25px;
	width: 1205px;
	background-image: url('Images/bg_top.gif');
	padding: 15px 6px 9px 6px;
	border-bottom: solid 1px #197094;
}
#headerLayer
{
	height: 50px;
	width: 1205px;
	padding: 10px 6px 0px 6px;
}
/* CONTENT */

#content
{
	width: 100%;
	background-image: url('Images/bg_content.gif');
	background-repeat: repeat-x;
	padding-bottom: 85px;
	text-align: center;
}
#contentHeader
{
	width: 1205px;
	height: 5px;
	background-image: url('Images/bg_contentheader.gif');
	background-repeat: repeat-x;
	background-color: #1a7da4;
	padding: 0px 6px 0px 6px;
}
.areaSeparator
{
	width: 1205px;
	height: 1px;
	background-image: url('Images/bg_separator.gif');
	background-repeat: repeat-x;
	padding: 0px 6px 0px 6px;
}
#Comments
{
	width: 1205px;
	background-color: #e0e7ea;
	padding: 8px 6px 10px 6px;
	text-align: left;
}
p
{
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	color: #0e465c;
}
#contentTitles
{
	width: 1205px;
	background-color: #1a7da4;
	padding: 8px 6px 10px 6px;
	text-align: left;
}
.breadcrumb
{
	list-style: none;
}
.breadcrumb li
{
	display: inline;
	color: #ffffff;
}
.breadcrumb li.nolink
{
	padding: 0px 5px 2px 5px;
	border-left: 1px solid #ffffff;
}
.breadcrumb a, .breadcrumb a:visited
{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 5px 2px 5px;
	border-left: 1px solid #ffffff;
}
.breadcrumb a:hover
{
	color: #0e465c;
	text-decoration: underline;
	background-image: url('Images/bg-link.gif');
	padding: 0px 5px 2px 5px;
}
#contentMain
{
	width: 1205px;
	height: 510px;
	background-color: #c3d4da;
	padding: 6px;
	text-align: left;
}
#contentFooter
{
	width: 1205px;
	height: 5px;
	background-image: url('Images/bg_contentfooter.gif');
	background-repeat: repeat-x;
	padding: 0px 6px 0px 6px;
}
.menurow
{
	padding: 0px;
	margin: 0px;
}
.firsttile
{
	float: none;
}
.menutile
{
	float: right;
	width: 161px;
	height: 127px;
	background-color: #999999;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
h1#titleWelcome span
{
    display: none;
}
h1#titleWelcome
{
    background-image: url('Images/title_welcome.gif');
    background-repeat: no-repeat;
    height: 13px;
}
h1#titleSite span
{
    display: none;
}
h1#titleSite
{
    background-image: url('Images/title_site.gif');
    background-repeat: no-repeat;
    height: 23px;
}

/* FOOTER */

#footer
{
	width: 1215px;
	border-top: solid 1px #197094;
	padding-top: 5px;
	padding-bottom: 1.5em;
	font-size: 85%;
	color: #ffffff;
	text-align: left;
	line-height: 1.5em;
}
.bottomLinks
{
	list-style: none;
	margin-top: 0.5em;
	margin-left: 0;
}
.bottomLinks li
{
	display: inline;
	border-left: 1px solid #527597;
	padding-right: 1em;
	padding-left: 5px;
}
.bottomLinks li.first
{
	border-left: 0 none transparent;
}
.bottomLinks a, .bottomLinks a:visited
{
	color: #ffffff;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
}
.bottomLinks a:hover
{
	color: #0e465c;
	text-decoration: underline;
	background-image: url('Images/bg-link.gif');
	padding: 2px 5px 3px 5px;
}
#footer p
{
	margin-top: 1.5em;
}