@charset "utf-8";
/* CSS Document by www.dkinweb.com */
/* CSS build elements */
body {
	font-size: 72%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
}
#wrap {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}
#header {
	height: 150px;
	width: 880px;
	background-repeat: no-repeat;
	background-image: url(../img/header.jpg);
}
#nav {
	height: 300px;
	width: 250px;
	padding-top: 4px;
	margin-bottom: 10px;
}
#leftcol {
	float: left;
	height: auto;
	width: 570px;
	background-image: url(/orig-img/white-page-bg.png);
	background-repeat: repeat;
	border: 2px solid #CCC;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-bottom: 10px;
}
#leftcolwide {
	padding: 10px;
	float: left;
	height: auto;
	width: 780px;
	margin-left: 0px;
	margin-top: 20px;
	background-image: url(/orig-im/white-page-bg.png);
	background-repeat: repeat;
	border: 2px solid #FFF;
}
#rightcol {
	padding: 10px;
	float: right;
	height: auto;
	width: 245px;
	border: 2px solid #CCC;
	margin-bottom: 10px;
	background-color: #FFF;
}
#pagestop {
	clear: both;
	height: 230px;
	width: 100%;
	text-align: center;
	background-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#pagestopwrap {
	clear: both;
	height: 220px;
	width: 880px;
}
#footer {
	clear: both;
	height: 200px;
	width: 100%;
	text-align: left;
	background-color: #990100;
	background-image: url(../orig-img/pc-footer.png);
	background-repeat: repeat-x;
	padding-top: 20px;
}
.stopbox{
	float: left;
	width: 270px;
	margin: 5px;
	padding: 4px;
	height: 200px;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	text-align: left;
}

.footbox{
	float: left;
	width: 300px;
	text-align: left;
	height: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	margin-top: 10px;
	list-style-type: none;
}
.textbox{
	background-color: #E6E6E6;
	margin: 3px;
	padding: 4px;
	float: right;
	height: auto;
	width: 220px;
	border: 1px dotted #999;
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
/* CSS font elements */
h1 {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.stopbox h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
p {
	font-size: 1.2em;
}
ul.text{
	list-style-type: none;
	font-size: 1.2em;
}
/* CSS link elements */
a {
	font-weight: bold;
	color: #900;
}
.footbox a {
	font-weight: bold;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-type: none;
}
.stopbox a {
	font-weight: bold;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-type: none;
}
a.navlink:link, a.navlink:visited {
	font-weight: bold;
	color: #900;
	font-size: 1.2em;
	text-decoration: none;
	margin: 3px;
	display: list-item;
	height: 30px;
	width: 100%;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
a.navlink:hover {
	font-weight: bold;
	color: #4F0000;
	font-size: 1.2em;
	padding-left: 3px;
	list-style-type: none;
	margin: 3px;
	display: list-item;
	height: 30px;
	width: 100%;
	list-style-type: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F90;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
/* CSS image elements */
img.leftlong{
	background-color: #E5E5E5;
	margin: 5px;
	padding: 3px;
	float: left;
	height: 100px;
	width: 150px;
	border: 1px solid #000;
}
