*
{
	margin: 0;
	border: none;
	font-family: helvetica, Arial;
	font-size: 13px;
}

html
{
	padding: 0;
}

body
{
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
}

form, input
{
	padding: 0;
}

div.clear
{
	clear: both;
}

h1
{
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #009900;
	clear: both;
}

a, a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #009900;
}

a:hover
{
	text-decoration: underline;
	color: #66cc33;
}

#div_outer
{
	margin: 0 auto;
	width: 948px;
	border: 1px #009900 solid;
	border-top: none;
}

#top
{
	height: 170px;
	background: url(/img/DDEx_Head.gif) no-repeat center top;
}

#top_logo
{
	float: left; margin: 110px 0 0 12px; 
}
/*
#top_right
{
	width: 265px;
	height: 47px;
	float: right;
	text-align: right;
	padding: 37px 10px 0 0;
}
*/
#menu
{
	height: 23px;
	padding: 0 15px;
	clear: both;
	border-top: 1px #009900 solid;
	border-bottom: 1px #009900 solid;
}

#menu a, #menu a:link, #menu a:active, #menu a:visited
{
	height: 23px;
	display: block;
	padding: 0 20px;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	color: #009900;
	background-color: #ffffff;
}

#menu a:hover
{
	text-decoration: underline;
	color: #66cc33;
}

#menu a.active, #menu a.active:link, #menu a.active:active, #menu a.active:visited
{
	height: 23px;
	display: block;
	padding: 0 20px;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	color: #ffffff;
	background-color: #009900;
}

#menu a.active:hover
{
	text-decoration: underline;
}

#menu span.blank
{
	width: 100px;
	height: 23px;
	display: block;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	color: #009900;
	background-color: #ffffff;
	/***********************
	border-top: 1px #009900 solid;
	border-bottom: 1px #009900 solid;
	*****************************/
}
/*
#menu_left, #menu_right, #menu_left_active, #menu_right_active
{
	width: 9px;
	height: 35px;
	display: block;
	float: left;
}

#menu_left
{
	background: url(/img/bg_menu_left.gif) no-repeat left top;
}

#menu_left_active
{
	background: url(/img/bg_menu_left_active.gif) no-repeat left top;
}

#menu_right
{
	background: url(/img/bg_menu_right.gif) no-repeat left top;
}

#menu_right_active
{
	background: url(/img/bg_menu_right_active.gif) no-repeat left top;
}
*/

#page_content { padding: 20px; text-align: left; font-size: 13px; line-height: 22px; position: relative; }
#page_content #left_column { float: left; width: 590px; }
#page_content #right_column {
	float: right;
	width: 289px;
	text-align: center;
}
#page_content #border_column { width: 1px; height: 100%; background-color: #009900; position: absolute; top: 0; left: 630px; }



#left_column .content
{
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	float: left;
	display: inline; /* fixes IE double-margin bug */
}


#right_column .content
{
	margin: 15px 0 0 15px;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	float: left;
	display: inline; /* fixes IE double-margin bug */
}

#copyright
{
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
