
/* Set box-sizing to border-box */
* { 
        -moz-box-sizing: border-box; 
}
body {

	font-family: trebuchet ms, trebuchet;
	font-size: 10pt;
	background-color: #402424;
	height:100%; 
	padding:0px 12px 12px 12px;
	text-align: center;
	}
	
	a {
	color: #5079a6;
	} 
	
	a:hover {
	color: #d66d41;
	} 
	a:visited {
	color: #644181;
	} 
	
	
	#pageWrapper {
	background-color: #f5f6e9;
	height: 100%;
	width: 820px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

	}
	
table.mainTable{
	width: 100%;
	height: 100%;
	border: 0px;
	border: solid 10px black;
	}
	
	td.banner {
	margin-left: 0px;
	width: 800px;

	vertical-align: top;
	}

	
	td.leftCol {
	background-color: #d4d6c2;
	background-image: url(../images/navBgd.gif);
	background-repeat: no-repeat;
	background-position: 30 90;
	width: 160px;
	vertical-align: top;
	padding-top: 6px;
	}
	
	td.rightCol {
	background-color: #f5f6e9;
	width: 640px;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	height: 100%;
	}
	
	td.footer {
	background-image: url(../images/footerBgd.gif);
	margin-left: 0px;
	width: 800px;
	height: 36px;
	vertical-align: middle;
	}
	
	#m{
	margin:0 0px;
	padding: 0 0 0 0;
	list-style:none;
	}

	#m a:link,#m a:visited {
	display:block;
	margin:0px 0;
	padding:4px 0px 4px 0px;
	background: none; 
	color: #4c3d1a;
	font-family: Arial, Trebuchet MS, helvetica;
	font-size: 11px;
	text-decoration: none;
	text-indent: 22px;
	font-weight: bold;
	width: 166px;
	letter-spacing: 2px;
	border-bottom: solid 1px #999a91;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: 10 9;
	}

	#m a:hover{
	background: #f5f6e9;
	font-weight: bold;
	color: #4c3d1a;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: 10 9;
	}
	
	li ul {
  	display:none;
  	position:absolute; 
  	top:1em;
  	left:0;
	}

	p.dateline {
	color: #748a55;
	font-size: 11px;
	padding-top: 0px;
	border-top: solid 1px #a3a3a3;
	margin-bottom: 2px;
	}
	
	H1 {
	color: #4c3d1a;
	font-size: 18pt;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Times;
	font-weight: normal;
	border-bottom: solid 1px #a3a3a3;


	}
	p.bodytext {
	color: #5b5b5b;
	font-size: 12px;
	line-height: 20px;
	margin-top: 11px;
	}
	
	p.footertext {
	color:  #f5f6e9;
	font-size: 11px;
	text-align: center;
	}
	
	p.image {
	float: left;
	margin-right: 12px;

	}	