body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image:  url("images/layout/19original.jpg");
	margin:0px;
}

#overlord {
	margin:0px;
	padding:8px 15px 0px 15px;
	width:85%;
	min-width:780px;
	max-width:830px;
	background-color:#FFFFFF;
	border-left:3px solid #666666;
	border-right:3px solid #666666;
}

#main_body {
	border-right:2px solid #CCC;
	padding:0px 10px 10px 10px;
	text-align:justify;
	font-size:14px;
	min-height:450px;
}

ul {
	list-style-position:inside;
}

.header_image {
	margin:0;
	border:0;
}

img {
	border:1px solid #000;
	margin:2px 8px;
}

#menu {
	background-color:#FFF;
	text-align:center;
	width:792px;
}

#headline {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}

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

#footer {
	width:100%;
	margin-left:10px;
	text-align:left;
}

#footer a {
	text-decoration:none;
	color:#990000;
}

#footer a:hover {
	text-decoration:underline;
}

#footer_inner {
	width:350px;
	border-top:3px solid #4278D3;
}

#footer p {
	width:350px;
	padding:2px 0px 10px 0px;
	border-top:10px solid #D6001D;
	margin:inherit;
	color:#333333;
}

/*=================*/
/*right side menus*/
.sidebar_wrapper {
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 0px;
}

#sidebars {
	border:2px solid #4278D3;
	padding:0px 0px 3px 0px;
	text-align:center;
	width:150px;
	margin-bottom:25px;
	font-size:12px;
}

#sidebars ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#sidebars li {
	padding:2px 0px;
}

#sidebars li a {
	text-decoration:none;
}

#sidebars li a:hover {
	background-color:#4278D3;
	color:#FFFFFF;
	padding:0px 4px;
}

.sidebar_header {
	width:100%;
	background-color:#D6001D;
	font-weight:bold;
	color:#FFF;
	padding:3px 0px;
	margin-bottom:2px;
	margin-top:0px;
}

/*=================*/
/*menu CSS*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin-right: 1px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;
	border-top:1px solid #4278D3;}

/*below sets look for top (always visible) menu items*/
#sddm li a
{	display: block;
	margin: 0px;
	padding: 4px 10px;
	width: 110px;
	background: #4278D3;
	color: #FFF;
	text-align: center;
	text-decoration: none;}

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


#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width:inherit;
	/*below sets color for the pulldown menus*/
	background: #C8D8F2;
	border-bottom: 1px solid #4278D3;}

/*below sets behavior and look for individual links within a pulldown*/
	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 9px;
		white-space:normal;
		text-align: left;
		text-decoration: none;
		background: #C8D8F2;
		color: #4278D3;
		font: 12px arial;
	/*border-bottom: 1px solid #C8D8F2;
	border-left: 1px solid #C8D8F2;
	border-right: 1px solid #C8D8F2;*/}

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