body {
	background-color: #D2C6B5;
	margin-left:auto;
	margin-right: auto;
	width:703px;
	max-width: 703px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.page{
	background-color:#D0C3B9;
	width:703px;
	max-width: 703px;
}
.whiteBorder{
		border: 5px solid #ffffff;
}
.links{
		margin-top:5px;
	padding: 5px;
	width: 683px;
	max-width: 683px;
	background-image: url("../layout/links.jpg");
		border: 5px solid #ffffff;
	color: #fff9cc;
	text-align: center;
}
.links a{
	color: #fff9cc;
	font-weight: bold;
	text-decoration: none;
}

.links a:hover{
	text-decoration: underline;
}
.content{
	margin-top:5px;
	margin-bottom:5px;
	padding: 8px;
	width: 677px;
	max-width: 677px;
	min-height: 300px;
	background-color: #ffffff;
}

.hmPgBox1{
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	width: 230px;
	max-width: 230px;
	height: 182px;
	max-height: 182px;
	min-height: 182px;
	background-image: url("../layout/links.jpg");
	background-color:#C68631;
	background-repeat:no-repeat;
}
.hmPgBox2{
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	width: 216px;
	max-width: 216px;
	height: 182px;
	max-height: 182px;
	min-height: 182px;
	background-image: url("../layout/back_2.jpg");
	background-repeat:no-repeat;
	background-color:#949A5A;
}
.hmPgBox3{
	margin-top:5px;
	margin-bottom:5px;
	width: 217px;
	max-width: 217px;
	height: 182px;
	max-height: 182px;
	min-height: 182px;
	background-image: url("../layout/back_3.jpg");
	background-repeat:no-repeat;
	background-color:#A51C21;
}

.floatLeft{
	float:left;
}
.clear{
	clear:both;
}
.bottomBoxContainer{
	background-color:#EFE6DF;
	width: 693px;
	overflow:auto;
/*	min-height: 208px;
*/
}
.bottomBox1{
	border-right: 1px solid #D2C6BB;
	width: 340px;
	float:left;
	background-color:#EFE6DF;
}
.bottomBox2{
	width: 335px;
	float:left;
	background-color:#EFE6DF;
}
hr{
	color:#D2C6BB;
}
.footer {
	color: #8A7C68;
	font-size: small;
	font-family: tahoma;
	text-align:center;
	border-top: 2px solid #63714A;
	clear:both;
}

ul{
	list-style-image: url("../layout/bullet.gif");
}

ul.bullet2{
	list-style-image: url("../layout/bullet2.gif");
	color: #fff9cc;
	margin-top: 3px;
}

ul.bullet2 a{
	color: #fff9cc;
	font-weight: bold;
	text-decoration: none;
}

ul.bullet2 a:hover{
	text-decoration: underline;
}

a{
	color:#AD5531;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}