/* OVERALL FORMATTING */

* {margin: 0; padding: 0; border: 0px none;}

body {
	background: #6C645F;
	font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: center;
}



/* BACKGROUND */

#container {
	width: 750px;
	background: url('../images/background.gif') repeat-y top left;
	margin-top: 25px; margin-left:auto; margin-right:auto; margin-bottom:auto
}

#header {
	background: url('../images/top-left.gif') no-repeat top left;
	height: 45px;
	width: 750px
}

#footer {
	height: 25px; 
	width: 750px;
	background: url('../images/bottom-right.gif') no-repeat bottom right;
	clear: both
}

#footer pre { white-space: pre }



/* LEFT SIDE: BACKGROUND & FORMATTING */

#left{
	width: 220px;
	float: left;
	text-align: center;
}

#leftText{
	text-align: left;
	margin: 0px 20px 20px 20px;
}

#left h1
{
	color: #6C645F;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}



/* MAIN CONTENT: BACKGROUND & FORMATTING */

#content{
	width: 530px;
	float: left;
	text-align: center;
	height: 425px;	
	min-height: 425px;
}

/* to ensure min-height of 425px, while still allowing lenght to change */
html>body #content{height:auto;} /* not ie6 */

#contentText
{
	text-align: left;
	margin: 0px 30px 30px 30px;
	color: #000000;
}

#contentText pre { white-space: pre }




/* LINK COLOURS & EFFECTS */

#content a, #left a {
	color: rgb(235,29,74);
	text-decoration: none;
}

#content a:hover, #left a:hover {
	color: rgb(235,29,74);
	text-decoration: underline;
}

#content a:link img, #content a:visited img{
	border-color: #000000;
}



/* LOGOS */

#sideLogo{
	margin: 0px 15px 0px 15px;
	width: 190px;
	height: 38px;
}

#sideLogoHolder{
	margin: 0px 15px 0px 15px;
	width: 190px;
	height: 38px;
}

#homeLogo{
	margin: 60px 0px 0px 0px;
}



/* MENU [Copied from original stylesheet] */

#menuList
{
	margin: 60px 10px 10px 60px;
	list-style: none;
}

.menuItem
{
	margin: 0px;
	background: url('../images/inactiveItem.gif') no-repeat top left;; padding-left:20px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

#menuList a
{
	color: #6C645F;
	font-size: 12px;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	display: block;
	height: 20px;
}

.activeMenuItem
{
	background: url('../images/activeItem.gif') no-repeat top left;
	font-weight: bold
}

.shortDescriptionBoxOuterAutostuff
{
	margin: 10px 0px 10px 10px;
}

.shortDescriptionBoxInnerAutostuff
{
	margin: 10px 0px;
}

.shortDescriptionBoxHeaderAutostuff a
{
	color: #ee3053;
	font-size: 11px;
	text-decoration: none;
}

.shortDescriptionBoxTextAutostuff
{
	color: #968174;
	font-size: 11px;
}

input
{
	border: 1px solid black;
}

textarea 
{
	border: 1px solid black;
}