/* CSS Document */
body {
	background-color:#999999;
}
caption {
	font-size:16px;
	font-weight:bold;
	color:#CC0066;
}
#master {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#FECCCB;
}
#header {
	padding-top:25px;
	text-align:center;
	width:800px;
	height:150px;
	font-weight:bold;
}
.title {
	font-style:italic;
	font-family:"Times New Roman";
	font-size:22px;
	color:#CC0066;
}
.subtitle {
	font-family:"Arial, Helvetica, sans-serif";
	font-size:16px;
	color:#333333;
}
.logo {
	float:left;
	vertical-align:middle;
}
#content {
	width:800px;
}
.Acol {
	float:left;
	width:210px;
	padding-left:10px;
}
.Bcol {
	float:right;
	width:560px;
	text-align:justify;
	padding:10px;
}
#footer {
	text-align:center;
}	
.credits {
	font-size:12px;
}
a:link {
	color:"#0000FF";
}
a:visited {
	color:"#0000FF";
}
a:hover {
	color:"#CC0099";
}
