body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background-color:#660000;
  background-image:url(images/background_flags.gif);
  background-position:center top;
  background-repeat:no-repeat;
  margin:0;
  padding:0;
  font-size:1em;
}

td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color:#990000;
}

a:hover {
	text-decoration:none;
	color:#FF6600;
}

#overlord {
	width:800px;
	padding:0px;
	margin:2px 0px;
}

#main_content {
	color:#000000;
	background-color:#FFFFFF;
	border:2px solid #000;
	padding:15px 15px;
	margin-top:4px;
	text-align:justify;
}

.main_content_text {
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:16px;
	line-height:18px;
	border-left:1px solid #000;
	padding-left:10px;
}

.sidebar {
	width:150px;
	padding-right:20px;
	text-align:center;
}

.sidebar_wrapper {
	margin-bottom:15px;
}

.footer {
	text-align:center;
	font-size:12px;
}

.headline {
	font-weight:bold;
	font-size:18px;
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.subhead {
	font-weight:bold;
	font-style:italic;
	color:#990000;
}

.paypal {
	border:4px solid #03f;
	font-size:14px;
	text-align:center;
	padding-bottom:4px;
	margin-bottom:15px;
}

.paypal_header {
	font-weight:bold;
	font-size:16px;
	background-color:#000099;
	color:#FFFFFF;
	padding:2px 0px;
	margin:0;
	display:block;
}
/*=================*/
/*menu CSS*/
#menu {
	text-align:center;
	margin-top:4px;
	width:100%;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

/*next two sections set look for top (always visible) menu items*/
#sddm li
{	margin: 0px 28px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px;
}

#sddm li a
{	display: block;
	margin: 0px;
	padding-top: 6px;
	width: 142px;
	height:25px;
	background-image:url(images/menu_bg.gif);
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}

/*below sets look for top (always visible) menu items when mouse hovers on them*/
#sddm li a:hover {
	color:#FFFF00;
}


#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width:inherit;
	/*below sets color for the pulldown menus*/
	background:none;
}

/*below sets behavior and look for individual links within a pulldown*/
	#sddm div a
	{	position: relative;
		display: block;
		padding-left: 8px;
		text-align: left;
		text-decoration: none;
		margin-top:4px;
		background:#990000;
		color: #FFF;
		font: 13px arial;
		font-weight:bold;
		border: 4px solid #FFE062;
		width:125px;
}

/*below sets color for individual links within a pulldown while mouse is over them*/
	#sddm div a:hover
	{	background:#FFCC00;
		color:#600}
/*end menu CSS*/
/*=================*/
