﻿body
{
	vertical-align: top;
	margin:0px;
	
	font-family: Calibri, Arial;
	font-size: 14px;
	line-height: 16px;
	background: url('siteBackground.jpg') repeat top left;
}

form, body
{
	height:100%;
}

#site
{
	width: 800px;
	height: 100%;
	background: #fff url('siteLines.gif') repeat-y left;
	padding-left: 0px;
	vertical-align: top;
	
	text-align: left;
}

#column1
{
	position:relative;
	float: left;
	width: 120px;
	height:100%;
	padding-top: 50px;
	padding-left: 0px;
}
#column2
{
	float: left;
	width: 120px;
	height:100%;
	padding-top: 70px;
}

#contentContainer
{
	width: 560px;
	min-height:800px;
	height: 100%;
	padding-left: 240px;
	text-align:left;
}
#content
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

h1
{
	text-align:right;
	color: #ddd;
	margin-bottom: 10px;
}
h2
{
	color: #000;
	font-size: 1.6em;
	margin-bottom: 10px;
}
h3
{
	color: #000;
	font-size: 1.4em;
	margin-bottom: 4px;
}
h4
{
	color: #000;
	font-size: 1.2em;
	margin-bottom: 0px;
}


#footer
{
	text-align: center;	
	padding-bottom: 20px;
}

#uil
{
	position:relative;
	top:0px;
}

#header
{
	
	width: 100%;
	height: 67px;
	padding-left: 3px;
	background: url('SelectedMenuItemLine.gif') repeat-x bottom;
}

.menuItem, .menuItemSelected
{
	position:relative;
	width: 100px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom:8px
}

.menuItem a, .menuItemSelected a
{
	text-decoration:none;
	color: #000;
}

.menuItemSelected
{
	background: url('SelectedMenuItemLine.gif') repeat-x bottom;
}
