@charset "utf-8";
.titles {
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #330000;
}
.subtext {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #330000;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 500px;
	background-color: #000000;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #330000;
	text-align: left;
	background-color: #330000;
}
#header  {
	height: 132px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#cse-search-box  {
	float: left;
	margin-top: 10px;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 31px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 150px;
}
#ContentHolder   {
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-y;
}
#mainContent      {
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	min-height: 500px;
}
#container  #sidebar  {
	float: left;
	position: relative;
	font-size: large;
	width: 176px;
	background-color: #330000;
}
#footer  {
	padding: 0 10px;
	background-color: #330000;
	height: 90px;
	background-image: url(images/bgfooter.jpg);
	background-repeat: repeat-x;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E4E4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E2E3DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #330000;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #060C28;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #060C28;
	margin-top: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F0205;
}
#mainContent   li      {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.imageleft {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 8px;
}
hr {
	color: #060C28;
}
a:visited {
	color: #8F7075;
}
#contenttext {
	margin-left: 40px;
	margin-right: 5px;
}
a {
	color: #2F0205;
}
#DonateButton {
	margin: 15px;
	width: 200px;
}
#AdSpace {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
.imageleftcaption {
	font-size: 10px;
	text-align: center;
	float: left;
	width: 120px;
	margin-right: 8px;
	margin-bottom: 3px;
}
