/* CSS Document */
	html, body{
		margin:5 0 0 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;	
		font-size:12px;
		height:100%;
	}
	a{ 
		color:#5B2E00;
		text-decoration:none;
	}
	a:hover{ 
		color:#874C00;
		text-decoration:underline;
	}
	h1{
		font-size:145%;
		font-family:"Times New Roman", Times, serif;
		color:#6F533E;
		text-decoration:underline;
		font-weight:normal;
		white-space:normal;
		margin-top:0px;
		margin-bottom:10px;
		text-transform:uppercase;
	}
	h2{
		font-size:120%;
		font-family:"Times New Roman", Times, serif;
		color:#6F533E;
		text-decoration:underline;
		font-weight:normal;
		white-space:normal;
		margin-top:0px;
		margin-bottom:5px;
		text-transform:uppercase;
		text-align:center;
	}
	h3{
		font-size:110%;
		font-family:"Times New Roman", Times, serif;
		color:#6F533E;
		text-decoration:underline;
		font-weight:normal;
		white-space:normal;
		margin-top:0px;
		margin-bottom:5px;
		text-transform:uppercase;
		text-align:center;
	}
	h4{
		font-size:100%;
		font-family:"Times New Roman", Times, serif;
		color:#6F533E;
		text-decoration:underline;
		font-weight:normal;
		white-space:normal;
		margin-top:0px;
		margin-bottom:5px;
		text-transform:uppercase;
		text-align:center;
	}
	
	td{
		vertical-align:top;
	}
	ul {
		margin-left: 0px;
		margin-top:0px;
		margin-bottom:0px;
		padding-left: 1em;
		text-indent: 0px;
	}
	li{
		white-space:normal;
		margin-left: 0px;
		margin-top: 5px;
	}
/*	table {
		height:100%;
	}*/
	table.PageContainer{
		background:url(/images/MainBackground.jpg) #000000 no-repeat;
		vertical-align:top;
		min-height:630px;
	}

	table.HeaderContainer{
		background:url(/images/TopNavBackground.gif) repeat-x;
		width:100%;		
	}
	table.HeaderContainer td{
	}
	div.TopNavText{
		text-align:right;
		position:relative;
		top:40px;
		padding-right:40px;
	}
	table.TopNavContainer{
		color:#FFFFFF;
	}
	table.TopNavContainer td a, table.TopNavContainer td{
		color:#FFFFFF;
		text-decoration:none;
	}
	table.TopNavContainer td a:hover{
		text-decoration:underline;
	}
	td.MainContent{
		background-color:#E4DFCA;
		padding:5px;
		min-height:600px;
	}
	td.MainContent div{
		border:1px solid #6F533E;
		padding:10px;
		position:relative;
		width:250;
		min-height:600px;
		display:
	}
	table.MainContent{
		display:inline-table;
		background-color:#E4DFCA;
		height:100%;
	}
	table.MainContent td{
		border: 1px solid #6F533E;
	}
	table.EmailContent td{
		border: 0px solid #6F533E;
	}
	div.imgFloat {
		float: left;
		margin-top:13px;
		width:32%;
		height:140px;
	}

