/* CSS Document */

body {
	margin:0px;
	background:url(images/BG.gif) top center repeat #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

	a:link {
		color:#836638;
	}
	a:visited {
		color:#836638;
	}
	a:hover {
		color:#7E6337;
	}
	a:active {
		color:#836638;
	}

.placment-holder {
	width:937px;
	margin:0 auto;
	padding-top:10px;
}

.table-middle {
	width:901px;
	margin:0px 0px 0px 13px;
	background:url(images/BodyMiddle.png) repeat-y;
}

.banner {
	width:937px;
	height:248px;
	background:url(images/Banner.png) no-repeat;
}

.flag-holder {
	width:300px;
	height:45px;
	float:right;
	margin:20px 55px 0px 0px;
}

	.navigation-holder a:link {
		margin-right:20px;
		text-decoration:none;
		padding:5px 5px 22px 5px;
	}

.navigation-holder {
	width:500px;
	float:right;
	margin:-50px -15px 0px 0px;
}

	.navigation-holder a:link {
		color:#FFFFFF;
		font-weight:bolder;
		margin-right:20px;
		text-decoration:none;
		padding:5px 5px 22px 5px;
	}
	.navigation-holder a:visited {
		color:#FFFFFF;
		font-weight:bolder;
		margin-right:20px;
		text-decoration:none;
		padding:5px 5px 22px 5px;
	}
	.navigation-holder a:hover {
		color:#ceaa3f;
		background:url(images/Nav.gif) repeat;
	}
	.navigation-holder a:active {
		color:#ceaa3f;
		background:url(images/Nav.gif) repeat;
	}

.footer {
	width:901px;
	height:22px;
	margin:0px 0px 0px 13px;
	background:url(images/BodyBottom.png) no-repeat;
}

	.cited {
		width:500px;
		height:22px;
		font-size:9px;
		color:#836638;
		padding-bottom:20px;
		margin:-5px 5px 0px 45px;
	}

	.cited a:link {
		color:#836638;
	}
	
	.cited a:hover {
		color:#ceaa3f;
	}
	
.content-left {
	width:555px;
	float:left;
	color:#8f856f;
	text-align:justify;
	margin:0px 10px 0px 30px;
}

.title-holder {
	width:613px;
	height:53px;
	margin:0px -10px 0px -13px;
	background:url(images/TitleBar.png) no-repeat;
}

	.title-holder h1 {
		width:540px;
		color:#836638;
		margin:15px 0px 0px 28px;
		float:left;
		text-transform:capitalize;
	}

.content-right {
	width:250px;
	float:right;
	text-align:center;
	margin:10px 10px 0px 30px;
}

#guide-container table { width: 280px; border-left: solid 1px #000; border-right: solid 1px #000; border-collapse: collapse; }
/*#guide-container table th{ background-color: #262626; }*/
/*#guide-container table th {font-size: 1.2em; padding:7px 15px; background:url(images/TitleBarSmall.png) no-repeat; color:#836638; margin:0px 5px 0px 0px;}*/

#guide-container h3 {font-weight: bold; font-size: 1.2em; padding:7px 15px; background:url(images/TitleBarSmall.png) no-repeat; color:#836638; margin:0px 5px 0px 0px;}
#guide-container table th td { text-align:center; }
#guide-container table th { font-weight: bold; border:0px; border-bottom: solid 1px #000; border-top: solid 1px #000;}
#guide-container table td.label { font-weight: bold; border:0px; border-bottom: solid 1px #000; border-top: solid 1px #000;}
#guide-container table td.value { font-weight: normal; border:0px; border-bottom: solid 1px #000; border-top: solid 1px #000;}
#guide-container table tr.details td.label  { font-weight: bold; border:0px; border-bottom: solid 1px #000; border-top: solid 1px #000; vertical-align: top;}
#guide-container table tr.details td.value { font-weight: normal; border:0px; border-bottom: solid 1px #000; border-top: solid 1px #000; vertical-align: middle;}
#guide-container table tr.details th { border-bottom: solid 1px #000; border-top: solid 1px #000;}
#guide-container .left { float: left; width: 280px; text-align: left }
#guide-container .right { float: right; width: 275px; }

#guide-menu li a { color:#836638; }
#guide-menu li.title { font-weight: bold; font-size: 1em; text-transform: uppercase; padding:7px 15px; background:url(images/TitleBarVerySmall.png) no-repeat; color:#836638; margin:0px 5px 0px 0px; color: #7E6337; }
#guide-menu li.active a { color:#8f856f; }

