﻿body
{
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
	font: 0.8em Arial;
}

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: bold;
	margin: 5px 0 5px 0;
}

h1
{
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

h2
{
	font-size: 1.0em;
	margin: 5px 0 5px 0;
}

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;
}

a:link, a:active, a:visited
{
	color: #0066cc;
	text-decoration: underline;
}

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}
/********************************/
#container
{
	width: 830px;
	text-align: left;
	margin: 40px auto;
}

#header
{
	height: 65px;
	color: #333333;
}

#content
{
	height: 365px;
	text-align: center;
	margin: 7px 0 7px 0;
}

#footer
{
	color: #999999;
	font-size: 0.8em;
}
/********************************/

#logo
{
	float:left;
}

#menu
{
	float: right;
	margin-top: 45px;
}

#mainContent
{
	float: right;
	width: 516px;
	height: 333px;
	text-align: left;
	margin-left: 2px;
	padding: 15px 15px 15px 15px;
	border: solid 1px #999999;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	/*
	scrollbar-face-color: ThreeDFace !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
	scrollbar-highlight-color: ThreeDHighlight !important;
	scrollbar-3dlight-color: ThreeDLightShadow !important;
	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
	scrollbar-track-color: Scrollbar !important;
	scrollbar-arrow-color: ButtonText !important;
	*/
}

#mainImage
{
	float: left;
	width: 280px;
	height: 365px;
}

#footer .copyright
{
	float: left;
	width: 400px;
	text-align: left;
}

#footer .credits
{
	float: right;
	width: 400px;
	text-align: right;
}

/* ********************* */
/* Main Content Elements */
/* ********************* */
#mainContent p
{
	margin-bottom: 10px;
}

#mainContent a:link, #mainContent a:active, #mainContent a:visited
{
	color: #993333;
	text-decoration: none;
}

#mainContent a:hover
{
	color: #333333;
	text-decoration: underline;
}

/* ****************** */
/* List manipulations */
/* ****************** */
#menuList
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menuList li
{
	padding: 0;
	color: #333333;
	display: inline;
	list-style: none;
	margin: 0 0 0 10px;
}

#menuList li.selected
{
	color: #993333;
}

/* ***** */
/* Links */
/* ***** */
#menuList a:link, #menuList a:active, #menuList a:visited
{
	color: #333333;
	text-decoration: none;
}

#menuList .selected a:link, #menuList .selected a:active, #menuList .selected a:visited
{
	color: #993333;
}

#menuList a:hover
{
	color: #993333;
	text-decoration: none;
}

#footer a:link, #footer a:active, #footer a:visited
{
	color: #999999;
	text-decoration: underline;
}

#footer a:hover
{
	color: #993333;
	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;
}