/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #d0ac61;
	font-family:"Times New Roman", Times, serif;
	background-image:url(images/bg_tile.gif);
}
a:link, a:visited, a:hover, a:active {color:white; text-decoration:none;}
a:hover {color:white; text-decoration:underline;}

/* LANG BAR */
.langcontainer {
	font-family: arial, sans;
	text-transform: uppercase;
}

.langlist {
	padding: 0;
	margin: 0 auto;
	font-size: 0.7em;
	font-weight:bold;
	border-left:1px solid black;
}

.langitem {
	position:relative;
	display: block;
	float: left;
	width: 80px; height:25px;
	margin: 0;
	padding: 0;
	background-image:url(images/lng_tab.png);
	background-repeat:no-repeat;
}

.langlist .langitem a {
	display: block;
	width: 100%;
	padding: 0.5em;
	color: #823527;
	text-decoration: none;
}

.langlist .langitem a:hover, .langlist .langitem.active a {
        color: #d0ac61;
}

.langlist .over { background-image:url(images/lng_tab_o.png); z-index:100; }
.langlist .active { background-image:url(images/lng_tab_o.png); z-index:100; }

/*NAV BAR*/
.navcontainer {
	font-family: times, serif;
	text-transform: uppercase;
	width:100%;
	text-align:justify;
}

.navlist {
	padding: 0;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight:bold;
	display:block;
	text-align:justify;
	width:100%;
}

.navtd {
	border-top:2px solid #b8633e;
	border-bottom:2px solid #b8633e;
	background-color:#8F0000;
}

.navitem {
	position:relative;
	margin: 0;
	width:190px;
	padding: 0;
	display:block;
	float:left;
	text-align:center;
}

.navlist .navitem a {
	padding: 0.5em;
	color: #d0ac61;
	text-decoration: none;
}

.navlist .navitem a:hover, .navlist .navitem.active a {
	color: white;
}

.navlist .over { color:white; background-image:none; }
.navlist .active { color:white; background-image:none; }

.page_content {
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color:#680000;
}

.mm_pic { border-top: 1px solid #b8633E; border-bottom: 1px solid #b8633E; }
.pg_pic { border: 1px solid #b8633E; }

.footer_td {
	background-color:black; 
	font-size:0.6em;
	color: #d0ac61;
	padding-right:5px;
	text-align:right;
}

.navpic a { font-family:Arial, Helvetica, sans-serif; color: #d0ac61; margin-right:15px; font-size:0.7em; font-weight:bold;}
.navpic a:link, .navpic a:active, .navpic a:hover, .navpic a:visited { color: #d0ac61; text-decoration:none; } 

.pg_text { font-weight:bold; list-style-position:inside; font-size:0.9em;}
blockquote { margin-left:20px; }
.pg_text p {margin-top:10px; margin-bottom:10px;}
.p10 { padding:10px; }
.justify { text-align:justify; }
b, strong { color:white; }
	b a:link, b a:visited, b a:hover, b a:active {color:white; text-decoration:none;}
	b a:hover {color:white; text-decoration:underline;}