/* Layout Stylesheet */ 

body {
background-color: black;
 text-align:center;
 padding:0;
 padding-top: 6px;
 margin: 0px;
 }

div#outer {
position: relative;
 width:780px;
 background-color: #000000;
 margin:auto;
  }

div#top {/*top*/
	background: url(images/DC-Banner.jpg) no-repeat;
 	height:168px;
	width:780px;
	padding-top: 10px;
 	}

div#mainmenu {/*mainmenu  */
	background-color: #000000;
 	position: absolute;
	height: 20;
	top:174px;
	left: 0px;
	width: 780px;
	color: white;
	font-size: 8px;
	font-weight: normal;
	font-family: Arial;
	text-align: left;
	vertical-align: middle;
	z-index: 9;
 }
#main {/*main*/
 	position:relative;
 	background: #000000;
 	width:780px;
	top: 20px;
 	padding:0;
	text-align: left;
 }

#cont {
position: relative;
top: 0px;
 left: 0px;
 width: 780px;
 background: #ffffff;
 text-align:left;
 margin-left: 0px;
 text-align: left;
 z-index: 5;
 }

div#bottom {
	background-color: Black;	
	position: absolute;
	text-align: center;
	color: #9E9B8D;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	width: 780px;
	height: 45px;
	left: 0px;
	padding-top: 3px;
	z-index: 7;
}

#bottom a {
	color: #9E9B8D;
	font-weight: bold;
	font-family: Arial;
   text-decoration: none;
	font-size: 10px;
}
#bottom a:hover {
	text-decoration: underline;
}
#mainmenu a {
	color: #9E9B8D;
	font-weight: bold;
	font-family: Arial;
   text-decoration: none;
	font-size: 10px;
}
#mainmenu a:hover {
	text-decoration: underline;
}
a  {
	font-family: Arial;
	font-size: 12px;
	color: #00019F;
}
a.visited  {
	font-family: Arial;
	}
a.link  {
	font-size: 12px;
	font-family: Arial;
	}
a.classes {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	}
a.bottom {
	padding-top: 3px;
	font-family: Arial;
	color: 787666;
	font-size: 10px;
	font-weight : bold;
	line-height: 20px;
	text-decoration: none;
}
p {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: black;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	}
p.info {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: black;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	}

Blockquote {
	color: black;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
strong {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}
strong.blue {
	color: navy;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
strong.red {
	color: red;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
strong.maroon {
	color: #850d23;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	margin-right: 0px;
}
h1 {
	font-family: Trade Gothic LT Std;
	font-weight: bold;
	font-size: 24px;
	color: #850d23;
	border-bottom: solid #850d23;
	border-bottom-width: medium;
	text-transform: capitalize;
}
h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: Maroon;
	text-transform: capitalize;
	font-style: italic;
	margin-left: 16px;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #525252;
	text-transform: uppercase;
	margin-left: 16px;
	margin-top: 5px!important;
}
h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #1D3A8B;
	text-transform: uppercase;
	margin-left: 16px;
	margin-bottom: 10px;
}
h5 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: Maroon;
	text-transform: uppercase;
	margin-left: 16px;
	margin-bottom: 10px;
}
ul {
	color: black;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	margin-right: 25px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
ol {
	color: black;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
td{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: black;
	}

th{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: black;
	text-align: center;
	}

br.menu {
	line-height: 5px;
}