body	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	text-align: left;
}
/* Redefines the p tag */
p {
	padding: 0px;
	color: #000000;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 20px;
}

h1 {
	font-size: 16px;
	text-align: left;
	margin-left: 20px;
}

address {
	font-size: 14px;
	font-style: normal;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
/* ----------------- DIVS ----------------- */

div#map {
	padding: 0 0 0 15px;
}

div#header {
	width: 770px;
	height: 116px;
	padding: 0px;
	margin: 0px;
	background-image: url(file:///D|/!XNHP/images/header.jpg);
	background-repeat: no-repeat;
}

div#container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 770px;
	border: 1px solid #000000;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
}

div#content {
	margin: 0px;
	color: #000000;
	width: 380px;
	text-align: left;
	font: 14px/22px Verdana, Arial, sans-serif;
	padding: 0px;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
div#sidebar {
	float: left;
	width: 210px;
}

div#footer {
	clear: both;
	width: 685px;
	height: 19px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding: 9px 85px 0px 0px;
}

div#footer a:link, div#footer a:hover, div#footer a:visited, div#footer a:active {
	color: #000000;
}

div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #000000;
	font: normal 9px/12px Verdana, Arial;
	clear: both;
	margin: 5px;
}

/* ----------------- NAVIGATION ----------------- */

div#mainnav {
	width: 170px;
	margin:0px;
	padding:0px 0px 0px;
	float:left;
}

ul#nav {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

ul#nav li {
	display:block;
	padding: 0px;
	margin: 0px auto;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	line-height: 30px;
	text-align: center;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul#nav li a.current:link, ul#nav li a.current:visited {
	color:#000000;
	background-color: #E0E0E0;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

ul#nav li a:hover {
	color: #000000;
	background-color: #E0E0E0;
}

ul#list {
        font-size: 11px;
        padding: 0px;
        float: left;
        margin: 0px 30px 0px 40px;
}

ul#list li {
        list-style-position: inside;
}

ul#list2 {
        font-size: 11px;
		margin:auto;
}

ul#list2 li {
	list-style-position: outside;
}



/* ----------------- CUSTOM CLASSES ----------------- */
.left {
	float:left;
	padding: 0 10px 0 0;
}

.leftpg3 {
	float:left;
	padding: 0 10px 25px 0;
}

.right {
	float:right;
	padding: 5px 0px 0px 10px;
}

.clear {
	clear:both;
}

.ul2 {
	padding: 0 0 20px 0;
}

.contactad {
	padding: 15px;
}

.style1 {font-size: 9px}
