html
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0 0 0px 0;
	background-color: #CAC2B8;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	z-index: 0;
	width: 100%;
	height: 100%;
}

#mainContainer
{
	margin: 0 auto 0 auto;
	width: 915px;
}


/* Header */

#header
{
	clear: both;
	position: relative;
	background:#EEEED0 url(/public/logo-header-bg.gif) top right repeat-x;
	width:780;
	height:150px;
	padding-left:408px;
}

	
	#headerMenu
	{
		position: absolute;
		top: 85px;
		right: 10px;
	}

		#headerMenu img
		{
			float: left;
		}
		
		#headerMenuPreload
		{
			display: none;
		}

	#pageTitle				/* will need to change this to work for project subpages */
	{
		position: absolute;
		left: 0;
		bottom: 5px;	
		clear: both;
		color: #CC0000;
		margin: 0 10px 0 10px;
		font-size: 160%;
		font-weight: bold;
		text-align: left;
		padding: 0 0 5px 25px;
	}

#headerPublic
{
	width: 920px;
	height: 100px;
	clear: both;
	position: relative;
}

	#pageTitlePublic				/* will need to change this to work for project subpages */
	{
		position: absolute;
		left: 0;
		bottom: 5px;	
		clear: both;
		color: White;
		margin: 0 10px 0 10px;
		font-size: 200%;
		font-weight: bold;
		text-align: left;
		padding: 0 0 5px 85px;
	}

/* Left Menu */

#actionsLeft
{
	float: left;
	margin-left: 0px;
	background-color: #CC0000;
	width: 266px;
	height: 500px;
	text-align: left;
	color: White;
	padding: 0 0 0 4px;
}

	.actionsHeader
	{
		width: 90%;
		font-weight: bold;
		font-size: 130%;
		padding: 0 0 3px 30px;
		background-color: #CC0000;
		border-bottom: 1px solid #463729;
		color: White;
	}
	
	.actionsContent
	{
		font-size: 80%;
		background-color: #CC0000;
		width: 90%;
		padding: 0 0 0 30px;
		color: White;
	}
	
		a.actionsLink:link, a.actionsLink:active, a.actionsLink:visited, a.actionsLink:hover
		{
			color: White;
			font-size: 70%;
		}

	#actionsLeftTop
	{
		height: 11px;
		background-color: #CC0000;
		line-height: 0;
		font-size: 0;
		color: White;
	}


/* Content */

#contentMain
{	
	text-align: justify;
	padding: 70px 10px 5px 5px;
	float: left;	
	background-color: White;
	position: relative;
	width:630px;
}
		a:link, a:active, a:visited, a:hover
		{
			color: #CC0000;
		}
		
/* Misc */

.minHeight
{
	width: 0;
	float: left;
}

a img /* linked images */
{
	border: none;
}

input
{
	background-color: #F1F0ED;
	border: 1px #000000;
	padding: 1px 2px 1px 2px;
}

.publicDownloadLink
{
	font-size: 11px;
}

.wordsworthTextBox
{
	background-color: #F1F0ED;
	border: solid 1px #000000;
	padding: 1px 2px 1px 2px;
	
}

.wordsworthButton
{
	background-color: #F1F0ED;
	border: solid 1px #000000;
	padding: 1px 2px 1px 2px;
	
}

#contactInfo
{
	font-size: 12px;
}

.previewLinks
{
	font-size: 12px;
	text-align: left;
}

.miscHeader
{
	width: 90%;
	font-size: 130%;
	padding: 0 0 3px 2px;
	background-color: #CC0000;
	color: White;
}

a.contactLink:link, a.contactLink:active, a.contactLink:visited, a.contactLink:hover
{
	font-size: 110%;
	background-color: #CC0000;
	width: 90%;
	padding: 0 0 0 40px;
	color: White;
}

.fileTitle
{
	text-align:left;
}

.fileFullDescription
{
	text-align:left;
}