﻿*{
	padding:0px;
	margin:0px;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:#DCDCDC;
	background-image:url('../images/body-background.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

p{
	padding:5px 0px;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:black;
}

h1
{
	font-size: 1.5em;
	padding:8px 0px 0px 0px;
	margin:0px 5px 7px 0px;
}

h2 
{
	font-size: 1.3em;
	padding:7px 0px;
	color:#00ACD7;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

.leftMenu .actions 
{
	position: relative;
	color: white;
	font-weight: bold;
	font-size:1.0em;
}

.leftMenu .actions ul a
{
	color:black;
}

.leftMenu .actions ul {
	left: 50%;
	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.1em;
	background:none;
	margin:0px;
}

.wideTextBox {
	width: 500px;
}

.mediumTextBox {
	width: 300px;
}

.narrowTextBox {
	width: 150px;
}

.list
{
	width: 500px;
	
}

.modified {
	font-size: 0.8em;
	color:white;
}


#container
{
	width:755px;
	margin:10px auto;
	border:2px #737272 outset;
	background-color:#4B4B4B;
	padding:5px 5px 0px 6px;
}

#header
{
	background-image:url('../images/header-background.gif');
	background-position:left top;
	background-repeat:no-repeat;
	height:113px;
	margin:0px 0px 5px 0px;
}

#headerLeft
{
	width:511px;	
}

#headerRight
{
	width:228px;
	color:white;
	font-size:1.8em;
	font-weight:bold;
	padding:43px 15px 0px 0px;
	text-align:right;
}

#contentArea
{
	background-image:url('../images/content-background.gif');
	background-position:left bottom;
	background-repeat:repeat-y;
}

#contentLeft
{
	background-image:url('../images/left-header.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding:6px 0px 0px 0px;
	width:211px;
	background-color:#2A2A2A;
	z-index:100;
}

#contentLeftBackground
{
	background-image:url('../images/left-background.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	z-index:50;
}

.leftMenu
{
	color:white;
}

.leftMenu ul
{
	list-style:none;
}

.leftMenu ul li
{
	background-image:url('../images/menuitem-background.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	margin:5px;
	width:196px;
	height:28px;
	padding:9px 0px 0px 5px;
	font-size:1.3em;
}

.leftMenu ul li a
{
	color:white;
	font-weight:bold;
}

#contentRight
{
	width:539px;
	margin:0px 0px 0px 5px;
	z-index:50;
}

#topImage
{
	background-image:url('../images/topimage.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:208px;
	width:536px;
	border-bottom:5px #4B4B4B solid;
	z-index:50;
}

#boxBackground
{
	background-image:url('../images/box-footer.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:white;
	width:536px;
	padding:0px 0px 7px 0px;
}

#box
{
	background-image:url('../images/box-header.gif');
	background-position:center top;
	background-repeat:no-repeat;
	padding:7px 5px 0px 5px;
}

#footer
{
	margin:5px 0px 5px 0px;
	height:54px;
	background-image:url('../images/footer-background.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:755px;
	color:white;
}

#footer a
{
	color:white;
}

#footerLeft
{
	width:405px;
	padding:17px 0px 0px 50px;
}

#footerRight
{
	width:290px;
	padding:25px 10px 0px 0px;
	text-align:right;
	font-weight:bold;
}
