@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: url(images/do_internal_v_bg.jpg) #fff4db repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

#header {
	margin: 0px;
	width: 100%;
	height: 150px;
	background: url(images/do_h_bg.jpg) repeat-x;
}
#header #top {
	margin-left: 845px;
	margin-top: -85px;
	width: 170px;
	height: 65px;
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
}
#header #nav {
	margin-left: 215px;
	margin-top: 20px;
	_margin-top: 17px;
	*margin-top: 17px;
	width: 758px;
	height: 30px;
}

#left_nav {
	margin-left: 35px;
	_margin-left: 20px;
	margin-top: 40px;
	width: 180px;
	line-height: 22px;
	height: 360px;
	float: left;
}
.left_nav_special {
	line-height: 12px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#content {
	margin-left: 250px;
	margin-top: 40px;
	width: 720px;
	text-align: justify;
}

#content_wide {
	margin-left: 215px;
	_margin-left: 210px;
	margin-top: 0px;
	width: 758px;
}

#content2 {
	margin-left: 250px;
	margin-top: 20px;
	width: 720px;
}

/* STYLES */
a:link {
	font-size: 11px;
	color: #76191a;
 	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #76191a;
 	text-decoration: none;
}
a:active {
	font-size: 11px;
	color: #e4a024;
 	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #e4a024;
 	text-decoration: none;
}

.separator {
	color: #8f8f8f;
	font-size: 12px;
}

a.left_nav {
	color: #fff4db;
 	text-decoration: none;
}
a.left_nav:visited {
	color: #fff4db;
 	text-decoration: none;
}
a.left_nav:active {
	color: #b88519;
 	text-decoration: none;
}
a.left_nav:hover {
	color: #b88519;
 	text-decoration: none;
}
a.left_nav_on {
	color: #b88519;
 	text-decoration: none;
}
a.left_nav_on:visited {
	color: #b88519;
 	text-decoration: none;
}
a.left_nav_on:active {
	color: #b88519;
 	text-decoration: none;
}
a.left_nav_on:hover {
	color: #b88519;
 	text-decoration: none;
}

td.footer {
	border-top: solid 1px #76191a;
	font-size: 11px;
	color: #76191a;
	padding-top: 10px;
}

a.top {
	color: #ffffff;
 	text-decoration: none;
	font-size: 10px;
}
a.top:visited {
	color: #ffffff;
 	text-decoration: none;
	font-size: 10px;
}
a.top:hover {
	color: #e4a024;
 	text-decoration: none;
	font-size: 10px;
}
a.top:active {
	color: #e4a024;
 	text-decoration: none;
	font-size: 10px;
}
a.home {
	color: #e4a024;
 	text-decoration: none;
}
a.home:visited {
	color: #e4a024;
 	text-decoration: none;
}
a.home:active {
	color: #fff4db;
 	text-decoration: none;
}
a.home:hover {
	color: #fff4db;
 	text-decoration: none;
}

.title_gl {
	font-size: 24px;
	color: #e4a024;
}
.title_md {
	font-size: 18px;
	color: #a72c32;
	line-height: 26px;
}
.title_sm {
	font-size: 11px;
	color: #a72c32;
	font-weight: bold;
}

.sm {
	font-size: 10px;
	line-height: 12px;
}

p.news {
	line-height: 18px;
}

a.news {
	color: #000000;
 	text-decoration: none;
}
a.news:visited {
	color: #000000;
 	text-decoration: none;
}
a.news:active {
	color: #e4a024;
 	text-decoration: none;
}
a.news:hover {
	color: #e4a024;
 	text-decoration: none;
}

a.news_on {
	color: #a72c32;
 	text-decoration: none;
	font-weight: bold;
}
a.news_on:visited {
	color: #a72c32;
 	text-decoration: none;
	font-weight: bold;
}
a.news_on:active {
	color: #e4a024;
 	text-decoration: none;
	font-weight: bold;
}
a.news_on:hover {
	color: #e4a024;
 	text-decoration: none;
	font-weight: bold;
}

td.grey {
	border-left: solid 1px #8f8f8f;
}

td.left_align {
	text-align: left;
}

td.form {
	padding-bottom: 10px;
}

td.red {
	color: #a72c32;
}
td.black {
	font-size: 10px;
}
/* FORM ELEMENTS */

input.text {
	border: 1px solid #f2d297;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
textarea.textarea {
	border: 1px solid #f2d297;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input.button {
	background: #76191a;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff4db;
	font-size: 11px;
	font-weight: bold;
	border: none;
}
