html, body {
	margin: 0 auto;
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
	text-align: center;
	}

body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	color: white;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e6feff;
	height: 100%;
	min-height: 100%;
	}

h1 {
	font-family: "Trebuchet Ms";
	font-size: 18px;
	font-weight: bold;
	color: white;
}

h2 {
	font-family: "Trebuchet Ms";
	font-size: 18px;
	font-weight: bold;
	color: #ff661f;	
}
h3 {
	font-family: "Trebuchet Ms";
	font-size: 14px;
	font-weight: bold;
	color: white;	
	padding: 0px;
	margin: 0px;
}
h4 {
	font-family: "Trebuchet Ms";
	font-size: 10px;
	font-weight: normal;
	color: white;	
}
a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: white; text-decoration: underline; }
a.nav:active {color: white; text-decoration: none; }

a.content:link {color: white; text-decoration: none; }
a.content:visited {color: white; text-decoration: none; }
a.content:hover {color: #ff6600; text-decoration: underline; }
a.content:active {color: white; text-decoration: none; }

#container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 766px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#right_col {
	position: absolute;
	margin: 0px 2px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	width: 469px;
	top: 315px;
 	right:0;
	background-image: url(images/spacer.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #56626a;
}

#right_col_text {
	text-align: left;
	padding: 0px 0px 0px 4px;
	width: 469px;
}

#header {
	text-align: right;
	height: 43px;
	background-image: url(images/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	color: #1c1005;
	font-family: "Trebuchet Ms";
	font-size: 16px;
	font-weight: bold;
	}

#lower_header {
	text-align: right;
	height: 217px;
	background-image: url(images/header2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

#content_main {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	background-image: url(images/1_main_dkd_261.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #56626a;
	}

#content {
	width: 270px !important;
	width: 260px;
 	margin: 4px;
	text-align: left;
}

#links_main {
	background-color: #47545d;
	width: 766px;
}
#links {
	text-align: center;
	width: 708px;
	}

#footer {
	top: 0;
	padding: 0px;
	margin: 0;
	color: white;
	width: 766px;
	height: 60px;
	background-color: #3b434a;
	}
#footer_text {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	text-align: center;
	color: white;
	text-align: right;
	padding: 10px;
	}