@charset "UTF-8";
#slideShow {
	background: #000000 url(images/logoBGD.png) center repeat-y;
	height: 182px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	width: 830px;
	border-bottom: #000000 5px solid;
	border-top: #000000 5px solid;
}
#mainContent {
	padding: 0px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #000000;
	margin: 0px 0px 0px 10px;
	width: 790px;
}
#mainContent h1 {
	color: #000000;
	font-size: medium;
	text-align: left;
}
#mainContent p {
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 10px;
}
#mainContent blockquote {
	color: #000000;
	text-align: left;
	padding: 0px;
}
#subSlideshow {
	background: #FFFFFF;
	width: 830px;
	margin: 0px 0px 0px 10px;
	height: 100px;
	padding: 0 0 30px 0;
}
#intro {
	width: 490px;
	padding: 5px 10px;
	margin: 30px 0px 0px 0px;
	font-size: small;
	float: left;
}
#intro h1 {
	color: #000000;
	font-size: 14px;
}
#intro a, visited {
	color: #000000;
	text-decoration: none;
}
#intro a:hover {
	color: #555555;
	text-decoration: none;
}
#rightSide {
	background: #FFFFFF;
	float: right;
	width: 254px;
	margin: 15px 0px 0px 0px;
}
#rightHeader h1 {
	color: #000000;
	font-size: medium;
	text-align: center;
}
