/* Generic Styling */

body {
	background: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px; /* Sets default font size to 10px */
	font-weight: bold;
	color:#FFFFFF;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
}

p {	
	margin: 5px 0px 5px 0px;
	font-size: 11px;
}

table {
	font-size: 11px;
	font-weight: bold;
}

td {
	padding: 4px;
}

th {
	padding: 4px;
	background: #005577;
	color: #FFFFFF;
}

hr {
	height: 1px;
	border: 1px dotted #005577;
	margin-bottom: 15px;
}

ul {
	font-size: 11px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Links*/

a:link,a:visited {
	text-decoration:none;
	color:#F71F2E;
	}
a:hover,a:active {
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
	color:#FFFFFF;
}

a.on-bg:link, a.on-bg:visited {
	text-decoration:none;
	color:#F71F2E;
	}
a.on-bg:hover, a.on-bg:active {
	text-decoration:none;
	border-bottom: 1px dotted #000000;
	color: #000000;
}


/* Structure */

#wrapper {
	margin:0 auto;
	width:925px;
	background:#FFFFFF;
	font-size:1.20em;
}

#left-column{
	float: left;
	width: 684px;
	background: #FFFFFF;
}

#content-top {
	height: 190px;
	background: url(images/content-top.gif) left bottom no-repeat; 
}

#speech-top {
	float: left;
	width: 600px;
	padding-top: 55px;
	padding-left: 170px;
}

#content-middle {
	background: #333333;
	width: 577px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 77px;
	overflow: auto;
	min-height: 250px;
}

#title {
	float: right; margin: 70px 20px 0 0; 
}

#home-column-1 {
	float: left;
	margin-left: 0px;
	width: 280px;
	background: #333333;
}

#home-column-2 {
	float: left;
	margin-left: 20px;
	width: 270px;
	background: #333333;
}

#right-column{
	width: 240px;
	float: right;
	background: #FFFFFF;
	overflow: hidden;
}

#logo-strip {
	height: 88px;
	background: url(images/DM-logo.gif) right 5px no-repeat; 
}

#menu-wrapper {
	margin-top: 36px;
	float: right;
	width: 220px;
	text-align: left;
	background: #6FAF51;
}

#menu-top {
	width: 220px;
	height: 23px;
	background: url('images/menu-top.gif') top left no-repeat;
}

#menu-bottom {
	width: 220px;
	height: 23px;
	background: url('images/menu-bottom.gif') top left no-repeat;
}

#footer {
	clear: both;
	height:185px;
	background: url(images/content-bottom.gif) top left no-repeat;
	color: #FFFFFF;
}

#speech-bottom {
	float: left;
	width: 600px;
	padding-top: 95px;
	padding-left: 230px;
}

#notice {
	clear:both;
	margin-left: 80px; 
	margin-right: 300px;
	padding-top: 20px
}
#copyright {
	float:  left;
	color: #000000;
}
#mdd {
	float: right;
	color: #808080;
}


/*
#page-wrapper {
	clear: both;
}

#page {
	padding: 15px 25px 15px 25px;
}


.page-column {
	clear: both;
	margin-left: 0px;
	text-align: justify;
}
.page-two-column {
	float: left;
	margin-left: 0px;
	width: 286px;
}

#page-menu {
	float: left;
	margin-left: 0px;
	width: 200px;
}

#page-intro {
	float: left;
	width: 380px;
}

*/




/* Menu */
#menu {
	line-height:33px;
	margin: 0px;
}

#menu ul {
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu li {
	border-bottom: 0px solid #FFFFFF;
}
#menu li a {
	display: block;
	padding:0 10px;
	color:#ffffff;
	margin-right:1px;
	font-size:16px;
	font-weight: bold;
	border: 0;
}
#menu li a:hover, #menu li.current_page_item a:link, #menu li.current_page_item a:visited,#menu li.current_page_item a:hover, #menu li.current_page_item a:active 
{
	color:#F71F2E;
	text-decoration: none;
	border: 0;
}


/* Heading's */

h1 {
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
h2 {
	font-size:15px;
	font-weight:bold;
	color:#30709C;
}

h3 {
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

h4 {
	font-size:10px;
	font-weight:bold;
	color:#30709C;
}

h5 {
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	background: #000000;
	padding: 3px;
}
