body{
	background-color: #ffffff;
	color: #004466;
	font: 10pt Georgia,Times New Roman;
}
a:link{
	text-decoration: none;
	color: #dc0000;
}
a:visited{
	text-decoration: none;
	color: #aa0000;
}
a:active{
	text-decoration: none;
	color: #dcaaaa;
}
a:hover{
	text-decoration: none;
	color: #dc7777;
}
#mainLogo{
	text-align: center;
}
#blockContainer{
	width: 515px;
	margin: auto;
	text-align: center;
}
#topBlock01{
	border: 0px solid #333333;
	height: 200px;
	width: 100px;
	margin: 1px;
	background-color: #6F5024;
	background-image: url('images/topBlock01.jpg');
	float: left;
}
#topBlock02{
	border: 0px solid #333333;
	height: 200px;
	width: 100px;
	margin: 1px;
	background-color: #DEDEDE;
	background-image: url('images/topBlock02.jpg');
	float: left;
}
#topBlock03{
	border: 0px solid #333333;
	height: 200px;
	width: 100px;
	margin: 1px;
	background-color: #62292F;
	background-image: url('images/topBlock03.jpg');
	float: left;
}
#topBlock04{
	border: 0px solid #333333;
	height: 200px;
	width: 100px;
	margin: 1px;
	background-color: #8F959B;
	background-image: url('images/topBlock04.jpg');
	float: left;
}
#topBlock05{
	border: 0px solid #333333;
	height: 200px;
	width: 100px;
	margin: 1px;
	background-color: #DDA87D;
	background-image: url('images/topBlock05.jpg');
	float: left;
}

#bottomBlock01{
	font: 12px Georgia,Times New Roman;
	border: 0px solid #333333;
	height: 25px;
	width: 100px;
	margin: 5px 1px 1px 1px;
	float: left;
}
#bottomBlock02{
	font: 12px Georgia,Times New Roman;
	border: 0px solid #333333;
	height: 25px;
	width: 100px;
	margin: 5px 1px 1px 1px;
	float: left;
}
#bottomBlock03{
	font: 12px Georgia,Times New Roman;
	border: 0px solid #333333;
	height: 25px;
	width: 100px;
	margin: 5px 1px 1px 1px;
	float: left;
}
#bottomBlock04{
	font: 12px Georgia,Times New Roman;
	border: 0px solid #333333;
	height: 25px;
	width: 100px;
	margin: 5px 1px 1px 1px;
	float: left;
}
#bottomBlock05{
	font: 12px Georgia,Times New Roman;
	border: 0px solid #333333;
	height: 25px;
	width: 100px;
	margin: 5px 1px 1px 1px;
	float: left;
}
#pageContentBox{
	text-align: left;
	width: 700px;
	margin: auto;
}
#pageContentLogo{
	float: right
}
#pageContentMenu{
	text-align: center;
	padding: 10px 0px 0px 100px
}
#pageContentTopImage{
	float: left;
}
#pageTitle{
	font-size: 24pt;
	text-align: left;
	margin-top: 20px;
	margin-left: 110px;
}
#pageContent{
	padding: 10px 10px 10px 120px;
}
#copyright{
	width: 700px;
	margin: auto;
	margin-top: 20px;
	font-size: 7pt;
	text-align: left;
}