/* CSS Document */

body
{
	background-color: #86592D;
	padding:0px;
	margin:0px;
	
	background-image:url(../images/elements/page-BKG.jpg);
	background-repeat:repeat-x;
}

.sideBar
{
	background-image:url(../images/backgrounds/menu-BKG.jpg);
	background-repeat:repeat-y;
}

.contentTable
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

.headerNoImg
{
	text-align:center;	
	font-weight:bold;
	font-size:18px;	
	color:#000000;
	vertical-align:top;
	height:25px;

	
}

.headerPlain
{
	text-align:center;	
	font-weight:bold;
	font-size:16px;	
	color:#000000;
}

.headerPlainLarge
{
	text-align:center;	
	font-weight:boldest;
	font-size:20px;	
	color:#000000;
}

.subheader
{
	text-align:center;	
	font-weight:bold;
	font-size:14px;	
	color:#000000;
	vertical-align:top;
	height:20px;
	
}

.header
{
	text-align:center;
	font-weight:bold;
	color:#000000;
	vertical-align:top;
	height:33px;
	background-image:url(../images/backgrounds/header-BKG.jpg);
	background-repeat:repeat-x;
	font-size: 15px;
}

td
{
	font-family:"Trebuchet MS", Arial, "Times New Roman";
	font-size:13px;
}

.footer
{
	color:#FFFFFF;
	font-size:10px;
	
	text-align:center;
}

.footerText
{
	color:#666666;
	font-size:10px;
	
	text-align:center;
}

.altRow
{
	background-color:#D9C09C;
}

.altRow input
{
	background-color:#E9DDCC;
}


li
{
	padding-top:3px;
	padding-bottom:3px;
}

.headerLinks
{
	font-size:13px;
}
