*
{
	margin: 0em;
	padding: 0em;
}

body {
background-image: url(/images/Midnight-background.gif);
background-repeat: repeat-x;
background-color: #086197; 
font-size: 14px;
font-family: Verdana, Lucida, Arial, SunSans-Regular, Sans-Serif;
padding: 0;
margin: 0;
border: 0;
text-align: center;
}

a, a:visited {color: black; font-weight: bold; text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { }

p{
 padding: 10px; 
 text-indent: none;
}

li {
 margin-left: 30px;
 list-style-position: inside;
}

h1 {
font-size:20px;
font-weight: normal;
font-style: italic;
padding: 10px 10px;
color: #ffffff;

}

h2, h2 a, h2 a:visited {
font-size: 16px;
font-weight: bold;
padding: 5px 0px 5px;
color: #8D2900;
}

h3 {
font-size: 15px;
padding: 5px 0px 5px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */

#container {
width: 1024px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
border-top: solid 1px #086197; 
text-align: left;
background-image: url(/images/outer-background.gif);
background-repeat: repeat-x;
background-color: #78BCBC;
}


/* ----------banner for logo-------------- */
#banner {
position: relative;
background-image: url('/images/Midnight-Debke.jpg');
background-repeat: no-repeat;
border-bottom: solid 1px #004D7A;
height: 170px;
text-align: right;
width: 1024px;
}

#banner img {padding:0px;} 

#outer {
	padding-bottom: 20px;

  }
  
#menu, #footer
{
	background-color: #8D2900;
	background-image: url(/images/menu-background.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	border-bottom: solid 1px #086197; 
}

#footer 
{
	border-top: solid 1px #086197; 
}

#menu a, #footer a
{
	color: #ffffff;
	text-decoration: none;
}

#menu ul, #footer ul
{
	list-style: none;
	padding: 0;
}

#menu li, #footer li
{
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#menu li a, #footer li a
{
	padding: 5px;
	margin: 0px;
}

#menu li a:hover, #footer li a:hover
{
	background-color: #8D2900;
	background-image: url(/images/menu-background2.gif);
	background-repeat: repeat-x;
}

#copyright
{
	display:block;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;	
	font-size: 10px;
	margin-bottom: 20px;
}
/* -----------------content--------------------- */

#content{ 
float: left;
display: inline;
position: relative; 
min-height: 600px; 
width: 744px;
margin: 20px 0 20px 20px;

}


#content img {
padding: 0px;
margin: 15px;
display:block;
border: 1px solid #086197; 

}

#content frame {
position: relative;
padding: 0px;
margin-left: auto;
margin-right: auto;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

.boxed {
	margin: 20px 20px 20px 10px;
}

.boxed .title {
	width: 220px;
	background-color: #8D2900;
	background-image: url(/images/menu-background.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	border-top: solid 1px #086197; 
	border-bottom: solid 1px #086197;
	font-size: 12px;
	}

.boxed .message {
	padding: 10px;
	margin: 0px;
	border: 1px solid #086197; 
	border-top: none;
	display: block;
}

.boxed h2 {
	margin: 0px;
	padding: 0px;
}

.boxed h3 {
	color: #8D2900;
	list-style: none;
	display:block;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.boxed ul {
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
	font-weight: normal;
	display: block;
}

.boxed p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	display: block;
}

.message ul li a {
	padding: 0 0 10px 0;
	margin: 0;
	}
	
.message ul li,{
	display: block;
	padding: 0;
	margin: 0;
	}

.centered {
text-align: center;
}

.articletitle, .articletitle a, .articletitle a:visited {
font-size: 16px;
font-weight: bold;
padding: 5px 10px 3px 10px;
color: #8D2900;
text-align: left;
display:block;
}

.subtitle, .subtitle a, .subtitle a:visited {
font-size: 12px;
font-weight: bold;
padding: 3px 10px 3px 10px;
display:block;
}

.byline {
font-style: italic;
padding: 3px 10px;
}

.show {
margin-left: 320px;
}

.quotes {
	font-weight: bold;
	font-style: italic;
}

div.image-center div.one-image img{
margin-left: auto;
margin-right: auto;
}

div.float-right div.one-image img {
float: right;
margin: 0 20px 0 0;
padding: 0;
}

div.float-left div.one-image img {
float: left;
margin: 0 0 0 20px;
padding: 0;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
