/********************* START OF GENERAL FORMATTING *********************/
body
{
	font-size: 70%;
	color:#000033;
	background-color:#DAD7D0;
	margin:0px;
	height:100%;
	
}
html
{
	height:100%;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
	font-family: verdana,helvetica,arial,sans-serif;
}

a
{
	text-decoration:none;
	color:#828361;
}

a:hover
{
	color:#000000;
}

h1
{
	font-size:14px;
	font-weight:bold;
	color:#76736E;	
}

h2
{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;	
}

h3
{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.menulink
{
	color:#F3F0EB;
	text-decoration:none;
	font-size:9px;
}
.menulink:hover
{
	color:#FDBA3A;
}
.maintable
{
	height:100%;
}
.imageborder
{
	border: 3px solid #76736E;

}
.leftcolumn
{
	width:50px;
	background:url('images/leftstretch.gif');
}
.rightcolumn
{
	width:50px;
	background:url('images/rightstretch.gif');
}
.centrecolumn
{
	background-color:#fff;
	background:url('images/stretchy.gif');
}

.header
{
	background-color:#C6BFB7;
	height:65px;
	text-align: center;

}
.menu
{
	background-color:#76736E;
	height:30px;
	font-size:11px;
	padding-left:20px;
	text-align: center;

}

.genericmenu
{
	font-size:9px;
	color:#ffffff;
}
.genericmenulink
{
	color:#C6BFB7;;
}
.genericmenulink:hover
{
	color:#76736E;
}
.contentleft
{
	width:176px;
	background-color:#DAD7D0;
}
.contentmiddle
{
	width:3px;
	background-color:#76736E;
}
.contentright
{
	width:522px;
	background-color:#F3F0EB;
	font-size:11px;
	line-height:16px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.contenttext {
	background-color:#F3F0EB;
	font-size:11px;
	line-height:16px;
}
