body
{	font-family: Rockwell, Georgia, sans-serif;
	color: #776644;
	padding:0px;
	height:100%;
	margin:0px;
}
html {
height:100%;
}
#content
{	height:100%;
	padding:0px;
	margin:auto;
	font-family: Rockwell, Georgia, sans-serif;
	padding:0px;
	overflow:visible;
}
table#layoutTable  tr:first-child  td:first-child
{	vertical-align: top; 
}
ul.hyphenlist div.hyphen{
position:absolute; left:-10px;
}
ul.hyphenlist li { list-style-type: none;
	list-style-position: inside;
	position:relative;
 }
 ul.hyphenlist,  ul.hyphenlist ul{
 	padding-left:20px;
 }
 
#matrixNavigationCell {
 Text-Align: left;
}

#matrixNavigationCell a:link {
	text-decoration: none;
	color: #554422;
}
#matrixNavigationCell a:visited {
	text-decoration: none;
	color: #554422;
}
#matrixNavigationCell a:hover {
	color: #FF1155;
	text-decoration: none;
}
#matrixNavigationCell a:active {
	color: #FF1155;
	text-decoration: none;
}	
#matrixLayoutMainTable
{	border: 1px solid #FFFFFF; margin:auto; overflow:visible; margin:20px;
}
#MatrixLayoutTopPadderCell
{	height:20px;
}
#MatrixLayoutBottomPadderCell
{	height:20px;
}
#matrixContentCell .dontUnderlineLinks a{
	text-decoration: none !important;
}

/*
#matrixLayoutMainTable td
{
	border:1px solid #666666;
}
*/
/* SMALL PAGE */
.smallPage #MatrixLayoutLeftPadderCell
{	width:20px;
}
.smallPage #MatrixLayoutRightPadderCell
{	width:20px;
}
.smallPage #matrixLayoutMainTable
{	width:820px; height:580px;
}
.smallPage #matrixSiteNameTextCell
{	height:102px;
	width:93px;
	font-size:10px;
	text-align: left;
}
.smallPage #matrixHeaderTextCell
{	width:200px;
	font-size:10px;
	text-align: left;
}
.smallPage #matrixNavigationCell
{	height:150px;
	font-size:10px;
	text-align: left;
}
.smallPage #matrixSiteMapLinkCell
{	font-size:10px;
	text-align: left;
}
.smallPage #matrixBrochureLinkCell
{	height:220px;
	font-size:10px;
}
.smallPage #matrixContentCell
{	width:200px;
	font-size:10px;
	text-align: left;
}
.smallPage #matrixContentImageCell
{	
}
.smallPage #matrixContentImageCell div
{	height:395px; width:395px;
}
.smallPage #matrixCopyrightCell
{	font-size:10px;
	text-align: left;
}

/* BIG PAGE */
.bigPage #MatrixLayoutLeftPadderCell
{	width:37px;
}
.bigPage #MatrixLayoutRightPadderCell
{	width:37px;
}
.bigPage #matrixLayoutMainTable
{	width:1200px; height:820px;
}
.bigPage #matrixSiteNameTextCell
{	height:150px;
	width:137px;
	font-size:12px;
	text-align: left;
}
.bigPage #matrixHeaderTextCell
{	width:200px;
	font-size:12px;
	text-align: left;
}
.bigPage #matrixNavigationCell
{	height:170px;
	font-size:12px;
	text-align: left;
}
.bigPage #matrixSiteMapLinkCell
{	font-size:12px;
	text-align: left;
}
.bigPage #matrixBrochureLinkCell
{	height:380px;
	font-size:12px;
}
.bigPage #matrixContentCell
{	width:280px;
	font-size:12px;
	text-align: left;
}
.bigPage #matrixContentImageCell
{	
}
.bigPage #matrixContentImageCell div
{	height:580px; width:580px;
}
.bigPage #matrixCopyrightCell
{	font-size:10px;
	text-align: left;
}

/* EASY SHOW HIDE CLASSES*/



.bigPage .matrixSmallLayoutItem
{	display:none;
}
.bigPage .matrixBigLayoutItem
{	display:;
}
.smallPage .matrixBigLayoutItem
{	display:none;
}
.smallPage .matrixSmallLayoutItem
{	display:;
}
