html, body, div, p, h1, h2, h3, form, ul, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	font-family: Verdana, Tahoma;
	background-image: url("/img/bg_top.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

.maplev1 {
	padding-left: 10px;
	font-family: Verdana, Tahoma;
	font-size: 102%;
	color: #D88D13;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight: bold;
}

.maplev1 a {
	text-decoration: none;
	color: #D88D13;
}

.maplev1 a:hover {
	text-decoration: underline;
}

.maplev2 {
	padding-left: 25px;
	font-family: Verdana, Tahoma;
	font-size: 90%;
	color: #b86D03;
	text-decoration: none;
	font-weight: bold;
}

.maplev2 a {
	text-decoration: none;
	color: #B86D03;
}

.maplev2 a:hover {
	text-decoration: underline;
}

.maplev3 {
	padding-left: 40px;
	font-family: Verdana, Tahoma;
	font-size: 80%;
	color: #003300;
	text-decoration: none;
}

.maplev3 a {
	color: #003300;
	text-decoration: none;
}

.maplev3 a:hover {
	text-decoration: underline;
}

p {
	font-family: Verdana, Tahoma;
	font-size: 95%;
}

p a {
	color: #003300;
	text-decoration: underline;
}

p a:hover {
	color: #006600;
	text-decoration: underline;
}

table.chars {
	border: 1px solid silver;
	font-size: 70%;
	padding: 3px;
}

td.header {
	background: #DDDDDD;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 110%;
	font-weight: bold;
}

td.silver {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #EBEBEB;
}

div#top_center {
	font-family: Verdana, Tahoma;
	background-image: url("/img/bg_top2.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

div#top_left {
	background-image: url("/img/top_left.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 246px;
	z-index: 30;
}

div#top_right {
	background-image: url("/img/top_right.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	height: 246px;
	text-align: right;
	z-index: 30;
}
div#top_right img.ico {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 27px;
}
div#top_right img#top_text {
	margin-right: 100px;
}
div#mainMenu {
	font-family: Arial;
	font-size: 14px;
	color: #513200;
	font-weight: bold;
	padding-top: 133px;
	padding-left: 125px;
	padding-bottom: 3px;
	margin-right: 275px;
	/* border-bottom: 4px solid #D88E14; */
	text-align: left;
	white-space: nowrap;
	z-index: 2;
}

div#mainMenu .a {
	color: #513200;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 4px solid #D88E14;
	white-space: nowrap;
	z-index: 2;
}
div#mainMenu .a:hover, div#mainMenu .along:hover {
	color: #513200;
	text-decoration: none;
	border-bottom: 4px solid #513200;
	z-index: 2;
}

div#mainMenu .along {
	color: #513200;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 4px solid #D88E14;
	white-space: nowrap;
	/* background-image: url(/img/webdom.gif); */
}

.along {
	color: #513200;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 4px solid #D88E14;
	white-space: nowrap;
	/* background-image: url(/img/webdom.gif); */
}

div#mainMenu .along a {
	color: #513200;
}

div#mainMenu .along a:hover {
	color: #513200;
	text-decoration: none;
}

div#mainMenu .along2 {
	color: #513200;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 4px solid #D88E14;
	margin-left: -15px;
	white-space: nowrap;
	/* background-image: url(/img/webdom.gif); */
}

img.pic {
	border: 3px solid #e5d0ac;
	margin: 10px;
}
table.char {
	width: 100%;
	font-size: 80%;
	color: #494949;
	margin-top: 15px;
	margin-bottom: 15px;
}
table.char td.grey {
	background-color: F0F0F0;
	padding: 5px;
}
table.char td.white {
	padding: 5px;
}

table#bottom {
	width: 100%;
	border-top: 3px solid #F0C651;
	background-color: #D88D13;
}
table#bottom td#bleft {
	font-size: 60%;
	color: #FFFFFF;
	padding: 20px;
}
table#bottom td#bleft a {
	color: #FFFFFF;
	text-decoration: underline;
}
table#bottom td#bleft a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
table#bottom td#bleft img {
	margin-bottom: 10px;
}
table#bottom td#bcenter {
	padding: 20px;
}
table#bottom td#bright {
	color: #FFFFFF;
	font-size: 70%;
	padding: 20px;
}
table#bottom td#bright a {
	color: #FFFFFF;
	text-decoration: underline;
}
table#bottom td#bright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

table#MainTable {
	width: 100%;
	border: 0px solid silver;
}

table#MainTable td#right {
	width: 215px;
}

table#mainTable td#right h1 {
	font-size: 75%;
	font-weight: bold;
	color: #D88D13;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
}

table#mainTable td#right ul.leftMenu {
	list-style-type: disc;
	color: #DE0303;
	padding-left: 20px;
	margin-bottom: 25px;
	padding-right: 15px;
	line-height: auto;
}

table#mainTable td#right ul.leftMenu a {
	font-size: 11px;
	color: #095D86;
	text-decoration: underline;
}

table#mainTable td#right ul.leftMenu a:hover {
	color: #05354d;
}

table#mainTable td#left {
	width: 90%;
	padding-left: 25px;
	padding-right: 25px;
}

table#mainTable td#left h1 {
	font-size: 105%;
	font-weight: bold;
	color: #D27E04;
	padding-top: 5px;
	padding-bottom: 10px;
}
table#mainTable td#left h2 {
	font-size: 95%;
	font-weight: bold;
	color: #008C03;
	padding-top: 5px;
	padding-bottom: 10px;
}

table#mainTable td#left h3 {
	font-size: 85%;
	font-weight: bold;
	color: #004C03;
	padding-top: 8px;
	padding-bottom: 10px;
}

table#mainTable td#left p {
	font-size: 80%;
	font-weight: normal;
	color: #494949;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#mainTable td#left ul, table#mainTable td#left ol {
	list-style-type: disc;
	font-size: 82%;
	font-weight: normal;
	color: #292929;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#rightInner {
	border: 0px;
	height: 100%;
	width: 255px;
}

table#rightInner div#rightInnerTop {
	background-image: url(/img/lamp_top.jpg);
	background-repeat: no-repeat;
	height: 63px;
	z-index: 0;
}

table#rightInner td#rightInnerTop {
	background-image: url(/img/lamp_stand.jpg);
	background-repeat: repeat-y;
}

div#slogan {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	width: 390px;
	padding-left: 330px;
	padding-top: 10px;
}
