@charset "utf-8";
@import url("dnn.css");
body,td,th, .Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #43494D;
	line-height: 18px;
}

body {
	background-color: #C06F51;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 00px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.border_side {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8C4938;
	border-left-color: #8C4938;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C4938;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8C4938;
}
.nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: right center;
	background-color: #249B23;
	color: #FFFFFF;
	font-weight: bold;
}
.nav a:link, .nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	color: #00FF00;
	font-weight: bold;
	text-decoration: none;
}

a:link,a:visited {
	text-decoration: underline;
	color: #663300;
}
a:hover {
	text-decoration: none;
}
.footer {
}

.nav a {
	padding-left: 20px;
	text-decoration: none;
}
h4 {
	text-transform: uppercase;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #C06F51;
	border-bottom-color: #C06F51;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 15px;
	color: #993300;
	margin: 0px;
}
h1 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 23px;
	margin: 0px;
	padding: 0px;
}
.footer{}
.footer a:link, .footer a:visited, .footer a:hover{
	padding-left: 20px;
	text-decoration: none;
	color: #000066;
}
.footer a:hover{
	text-decoration: underline;
}
.head_red {
	color: #993300;
	font-weight: bold;
}


.c_footer {
	padding:0px !important;
	text-align:right;
	margin: 0px !important;
}
.title{margin:0; float:left; white-space:nowrap;}

.full_width{ width:100% }
