/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8A2010;
}
.header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFCC33;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}
.footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.footer p a:link {
	font-weight: bold;
	color: #FFFFFF;
}
.globalNav p{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-color: #CFCFBA;
	border-top: thin solid #666666;
	border-right: thin none #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #666666;

}
#makeframe {
	border: thin solid #F8E3C2;
	padding: 2px;
}
