@charset "utf-8";
#Wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #003366;
	height: 750px;
	width: 800px;
	border: thin double #FFCC00;
	margin-right: auto;
	margin-left: auto;
}
#Wrapper #header {
	height: 52px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	font-weight: bolder;
	text-transform: none;
	color: #FFCC00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper #DocuBody {
	height: 620px;
	width: 700px;
	border: 6px solid #993300;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	background-color: #FFCC00;
}
#Wrapper #DocuBody #IndexPhoto {
	height: 360px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #000000;
	margin-top: 8px;
}
#Wrapper #DocuBody #bodyHeader {
	font-size: 35px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	color: #993300;
}
#Wrapper #DocuBody #TextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFCC00;
}
#Wrapper #DocuBody #TextBox a {
	color: #990000;
	text-decoration: none;
}

