/* Stylesheet for home page */
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #000000;
}
.boldPurple {
	font-weight: bold;
	color: #c89cd2;
}
#container {
	width: 770px;
	margin: auto;
}
#footer {
	height: 39px;
	background-image: url('images/Home-Footer.gif	');
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 85%;
}
#maincontent {
	width: 100%;
	background-image: url('images/Home-BG2.jpg');
	background-repeat: no-repeat;
	border-bottom: 2px solid #C3B3D7;
}
#maincontent td {
	padding: 10px;
}
#maincontent .left {
	border-left: 2px solid #C3B3D7;
	width: 50%;
}
#maincontent .right {
	border-right: 2px solid #C3B3D7;
}
#welcome {
	height: 328px;
	width: 770px;
	background-image: url('images/intropg_model.jpg');
	background-repeat: no-repeat;
}
#site_entry {
	padding: 4px 4px 0 0;
	color: white;
	font-style: italic;
	text-align: center;
	float: right;
}
#site_entry a {
	text-decoration: none;
}
