﻿/* Standard Page Elements */

html {
}

body
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #444;
	position: relative;
	margin: 0;
	background: #6699cc url(../images/backg.png) repeat-x top;
}

h3
{
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana;
	color: #def;
	padding: 0;
	margin-top: 15px;
	text-transform: capital;
}

/* Main Page Container Styles - defines layout */

#container {
	margin: 0 auto;
	margin-top: 0px;
	width: 600px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: auto;
}

/* Header Styles */

#container #header
{
	position: relative;
	height: 120px;
	width: 600px;
	background: #fff url(../images/logo.png) no-repeat center right;
	margin: 0px;
}

#container #header span
{
	visibility: hidden;
}

/* Main Text Styles */

#container #mainText {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	width: 580px;
	height: auto;
	color: #fff;
	padding-right: 20px;
	margin-top: 5px;
}

#container #mainText a {
	color: #def;
	text-decoration: none;
	font-weight: bold;
}

#container #mainText a:hover {
	text-decoration: underline;
}

/* Page Footer Styles */

#container #footer {
	margin: 0 auto;
	position: relative;
	width: 595px;
	text-align: right;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-right: 5px;
	padding-top: 10px;
	clear: both;
}

#footer a {
	color: #def;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Navigation Menu Styles */

#container #navMenu {
	position: absolute;
	height: 30px;
	top: 90px;
	left: 0px;
	z-index: 100;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
	color: #444;
	text-decoration: none;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.menu a:hover {
	color: #444;
}

.menu a.active {
	color: #6699cc;
}