﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	background-color: #dddddd;
}
h1, h2, h3, h4, h5, h6, strong, a
{
    color: #8A2858;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.9em;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.clear
{
	clear: both;
}
.hidden 
{
	visibility: hidden;
    display: none;
}
.column {
	float: left;
	position: relative;
}
#container 
{
	width: 770px;
	margin: 0px auto;
	background-color: white;
}
#header {
	margin: 0px;
	padding: 10px 5px;
	z-index:50;
}
#header h1 {
	padding: 0px;
	margin: 0px;
}
.topMenu {
	height: 36px;
	background-image: url('../images/menu-background.gif');
	background-repeat: repeat-x;
	text-align: right;
	padding: 10px 5px 0px 0px;
	margin:0px;
	z-index:100;
}
.topMenu a {
	color: white;
	text-decoration: none;
	padding: 0px 5px;
	font-weight: bold;
}
.topMenu a:hover {
	text-decoration: underline;
}
.motto {
	background-image: url('../images/motto-background.jpg');
	background-repeat: no-repeat;
	height: 26px;
	border-top: 1px solid white;
	border-bottom: 10px solid black;
	text-align: right;
	padding: 185px 5px 0px 0px;
	font-weight: bold;
	font-size: 1.3em;
	color: white;
	z-index:50;
}
.container {
	
	float: left;
	width: 100%;
}
#contentLeft {
	width: 200px;
}
.leftMenu {
	padding: 0px 0px 20px 0px;
	z-index:100;
	color:black;
	
}
.leftMenu ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.leftMenu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	
}
.leftMenu a:hover {
	text-decoration: underline;
}
.leftMenu ul li {
	display: block;
	padding: 3px 10px;
	font-size: 1.1em;
}
.leftMenu li li {
	font-size: 0.9em;
}
#contentRight {
	width: 550px;
	padding: 10px;
	z-index:50;
}
#copyright {
	background-image: url('../images/copyright-background.gif');
	background-repeat: repeat-x;
	height: 24px;
	padding: 10px 0px 0px 10px;
	color: white;
	font-weight: bold;
}
#footer {
	color: #8A2858;
	font-size: 0.9em;
	font-weight: bold;
	clear: both;
	z-index:50;
}
#footerLeft {
	width: 260px;	
}
#footerRight {
	width: 490px;
	text-align: right;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .column {
	padding: 5px;
}
.narrowTextBox
{
    width: 50px;
}
.wideTextBox
{
    width: 525px;
}
.mediumTextBox 
{
    width: 350px;
}
.newsItemImage {
	float: left;
	padding: 0px 10px 10px 0px;
}

.topMenu .actions 
{
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
}

.topMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:100;
}

.topMenu .actions:hover ul {
	display: block;
}

.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 5px;
}


.topMenu .actions a {
	color: black;
}



.leftMenu .actions 
{
	position: relative;
	color: black;
	font-weight: bold;
}
.leftMenu .actions a
{
	color:black;
}

.leftMenu .actions ul {
	left: 40px;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	z-index:100;
}

.leftMenu .actions:hover ul {
	display: block;
}

.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
	font-size:1.2em;
}
