body {
	margin-top: 0px;
}

/* HomePage Content Wrapper */
#MainContent {
	width: 600px;
	background-color: #D6D3CE;
}

/* HomePage Content Named Divs */
#MainContent #Header {
	vertical-align: top;
	float: none;
	width: 600px;
	border-bottom: groove;
	padding: 0px;
}
#MainContent #PersonalBox {
	text-align: center;
	display: block;
	float: left;
	width: 125px;
	vertical-align: middle;
 	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 2px;
}
#MainContent #PersonalBox2 {
	text-align: center;
	display: block;
	float: right;
	width: 125px;
	vertical-align: middle;
 	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 2px;
}
#MainContent #ContentText {
	vertical-align: top;
	float: none;
	/*width: 440px;*/
 	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-left: 130px;
	margin-right: 130px;
}
#MainContent #FooterNav {
	text-align: center;
	height: 30px;
	width: 600px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	border-top: groove;
}
#MainContent #SiteCredits {
	font-size: 10px;
	color: silver;
	text-align: center;
	display: block;
	height: 60px;
	width: 596px;
	background-color: #323232;
	padding: 2px;
}

/* HomePage Link Styles */
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #772031;
	text-decoration: none;
}
a:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #772031;
    text-decoration: none
}
a:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: Navy;
    text-decoration: none;
    background : #E3E3E3;
}
a:active {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: Teal;
    text-decoration: none
}


/* HomePage Designer Class Link Styles */
a.designer:link {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #CCCC99;
    text-decoration: underline;
}
a.designer:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: Navy;
    text-decoration: none;
    background : #E3E3E3;
}
a.designer:active {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: teal;
    text-decoration: none;
}
a.designer:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: gray;
    text-decoration: underline;
}


/* HomePage Text Styles */
#ContentText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	vertical-align: top;
}
.CameoText {
	color : teal;
	font-family : "Times New Roman", Times, serif;
	font-size : 12;
	font-style : italic;
}
