body{
	background: url("images/bg.jpg") top left repeat;
	padding: 0px;
	margin: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

table.mainBody{
	width: 883px;	
}

td.mainBodyLeft{
	background: url("images/paperbg_01.gif") top left no-repeat;
	width: 556px;
	height: 594px;
	padding-left: 70px;
	padding-top: 80px;
}

td.mainBodyRightTop{
	background: url("images/paperbg_02.gif") top left no-repeat;
	width: 257px;
	height: 200px;
}

td.mainBodyRightMiddle{
	background: url("images/paperbg_04.gif") top left no-repeat;
	width: 257px;
	height: 175px;
}

td.mainBodyRightBottom{
	background: url("images/paperbg_05.gif") top left no-repeat;
	width: 257px;
	height: 304px;

}

div.nav{
	width: 410px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a:link, a:active, a:visited{
	font-weight: bold;
	color: #144683;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

div.nav a{
	font-size: 14px;
	font-weight: bold;
	color: #7f1d1d;
	text-decoration: none;
}


div.nav a:hover{
	text-decoration: underline;
}

h1{
	width: 550px;
	margin-top: 35px;
	font-size: 21px;
	border-bottom: 1px solid #dfa775;	
}

h2{	
	color: #7f1d1d;
	font-size: 16px;
}

