@charset "utf-8";
body {
	font-family: "Tempus Sans ITC", Occidental, Papyrus, Verdana;
	font-size: small;
	line-height: 1.7em;
	font-weight: normal;
	background-color: #2E1C07;
	color: #FFFFFF;
	text-align: justify;
}
p {
	font-size: medium;
	line-height: 1.8em;
}
.promo {
	text-decoration: none;
	color: #FC0;
}
#copyright a {
	text-decoration: none;
	color: #fff;
	font-size: 90%;
}
.ltitle a {
	text-decoration: none;
	color: #c90;
}
#copyright {
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#copyright a:hover {
	text-decoration: underline;
}
.img_center {
	margin: 0 auto;
}
.img_right {
	float: right;
	clear: right;
	margin: 15px;
	padding: 0px;
	display: inline-block;
}
.img_right2 {
	float: right;
	clear: right;
	margin: 0 50px 0 15px;
	padding: 0px;
}
.img_left {
	float: left;
	clear: left;
	margin: 15px;
	padding: 0px;
	display: inline-block;
}
#banner {
	width: 100%;
	height: 130px;
	float: left;
	background: url(_images/textlogo.gif) top left no-repeat;
}
#nav {
	float: left;
	width: 95%;
	margin: 0;
	padding: 10px 0 0 18px;
	list-style: none;
	background: url(_images/bottomborder.gif) repeat-x bottom left;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Tempus Sans ITC", Verdana;
	font-size: 95%;
	font-weight: bold;
}
#nav a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 4px 10px;
	color: #c90;
	text-decoration: none;
	border-bottom: 0px none;
	background: #630 url(_images/tab_off.gif) repeat-x left top;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-left: 1px solid #999;
}
#nav a:hover, body#intro a {
	color: #fff;
	padding-bottom: 5px;
	border-color: #333;
	background: #630 url(_images/tab_on.gif) repeat-x left top;
}
#content {
	background: #1b1001 url(_images/dnscontentbg.jpg) repeat-x top left;
	width: 95%;
	min-height: 500px;
	padding: 10px;
	border-top: 0px solid;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	float: left;
}
#content_left {
	width: 48%;
	float: left;
	padding: 0 10px 0 0;
}
#content_right {
	width: 48%;
	float: right;
	padding: 0 0 0 10px;
}
#content_center {
	width: auto;
	margin: 10px auto;
	text-align: center;
}
#links_container {
	width: 100%;
	margin: 0 0;
	padding: 0;
}
.piclinks {
	width: 82px;
	margin: 0 2px;
	float: left;
	display: inline-block;
}
.ltitle {
	width: 82px;
	text-align: center;
	text-decoration: none;
}
.limage {
	margin: 0 1px;
}
.limage img {
	text-decoration: none;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
#textafter {
	clear: both;
}
h1 {
	font-family: Vivaldi, "Tempus Sans ITC", Verdana;
	font-style: italic;
	font-size: 3em;
	line-height: 1.5em;
}
h2 {
	font-size: 115%;
	margin-top: 38px;
}
.center {
	text-align: center;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#email a {
	font-weight: bold;
	color: #c90;
	text-decoration: none;
}
li {
	font-size: medium;
	line-height: 1.8em;
}
li.address {
	list-style-type: none;
}
li#phone {
	list-style-image: url(_images/phone.gif);
}
li#fax {
	list-style-image: url(_images/fax.gif);
}
li#email {
	list-style-image: url(_images/email.gif);
}
li.nobullet {
	list-style-type: none;
	font-weight: bold;
}
.underline {
	color: #FC0;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}
