﻿@import "Header.css";

body
{
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
	font: 0.8em Arial;
	background-color: #e5ddcd;
}

a, img
{
	border: none;
}

div, span, p, img, ul, li
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4
{
	padding: 0;
	color: #333333;
	font-size: 0.9em;
	font-weight: 500;
	margin: 5px 0 5px 0;
}

h1
{
	font-size: 1.1em;
	margin: 0 0 15px 0;
}

h2
{
	font-size: 1.0em;
	margin: 10px 0 0px 0;
	text-transform: uppercase;
}

h3
{
	font-size: 0.9em;
	margin: 5px 0 5px 0;
}

h4
{
	font-size: 0.9em;
	font-style: italic;
	margin: 5px 0 5px 0;
}

ul, li
{
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: disc;
}

a:link, a:active, a:visited
{
	color: #0066cc;
	text-decoration: underline;
}

a:hover
{
	color: #999999;
	text-decoration: underline;
}

/********************************/
#container
{
	width: 852px; /*1250px;*/
	text-align: left;
	margin: 40px auto;
}

#adminContainer
{
	width: 1050px;
	text-align: left;
	margin: 40px auto;
}

#header
{
	height: 65px;
	color: #333333;
	background: url('../Images/Logo.jpg') no-repeat left bottom;
}

#content
{
	height: 367px;
	text-align: center;
	margin: 2px 0 7px 0;
}

#footer
{
	text-align: center;
	color: #999999;
	font-size: 0.8em;
}

#homepageImage
{
	width: 850px;
	height: 365px;
	border: solid 1px #999999;
}
/********************************/

/* ****************** */
/* List manipulations */
/* ****************** */
#topMenu
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#topMenu li
{
	padding: 0;
	color: #333333;
	display: inline;
	list-style: none;
	margin: 0 0 0 10px;
}

#topMenu li.selected, #topMenu li.selected a
{
	color: #336666;
}

/* ****************** */
/* Footer defenitions */
/* ****************** */
#footer .copyright
{
	float: left;
	width: 400px;
	text-align: left;
}

#footer .credits
{
	float: right;
	width: 400px;
	text-align: right;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color: #999999;
	text-decoration: underline;
}

#footer a:hover
{
	color: #336666;
	text-decoration: underline;
}

/* ******************************* */
/* Miscellaneous classes for reuse */
/* ******************************* */
.fltrt
{
	/* this class can be used to float an element right in your page. 
	The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final 
	element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
