/* General ---------------------------------------- */
	html, body {
		padding: 0px 0px 10px 0px;
		border: 0;
		margin: 0;
		}
	body {
		background: #B9B5A5;
		text-align: center;	/* Win IE 5 Hack */
		font-family:Tahoma, "Trebuchet MS", "Times New Roman";
		font-size:11px;
		color: #333;
		line-height: 19px;
		margin: 0;
		}
	#page {
		width: 749px;
		margin: 0 auto;
	
		}
	#container2 { /*   */
		clear: both;
		float: left;
		width: 749px;
		text-align: left; 
		padding: 0 0;
		margin: 0 0;
		background: url(../images/2ColBodyBG.gif) 0 0 repeat-y;
		}
	#pad {  
		padding: 0px 20px 0px 20px;
		}
	#main {
		float: left;
		width: 749px;
		}
	a {
		font-family:Tahoma, "Trebuchet MS", "Times New Roman";
		font-size:11px;
		text-decoration: underline;
		color: #46546C;
		font-weight: bold;
		}
	a:hover {
		text-decoration: underline;
		color: #D14700;
		}
	h1, h2, h3, h4, h5, h6 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		}
	h2 {
		font-size:16px;
		font-weight: bold;
		margin: 0 0 11px 0;
		}
/* Images ---------------------------------------- */
	.border_2px {
		border: 1px solid #999999;
		padding: 2px;
		background: #fff;
	}
		.border_3px {
		border: 1px solid #999999;
		padding: 2px;
		background: #000000;
	}
	.border_5px {
		border: 1px solid #D8D8D8;
		padding: 5px;
		background: #fff;
		margin: 0 0 4px 0;
	}
	img {
		padding: 0;
		margin: 0;
		border: 0;
		}

/* Lists ---------------------------------------- */

	#content ul, #content2 ul, #content3 ul, #rightbar ul {
		font-family:Tahoma, "Trebuchet MS", "Times New Roman";
		font-size:11px;
		padding: 4px 13px 0 28px;
		margin: 0;
		clear: left;
		}

	#content ul li, #content2 ul li, #content3 ul li, #rightbar ul li {
		padding: 2px 0px 5px 0px;
		margin: 0;
		line-height: 15px;
		list-style-type: none;
		list-style-image: url(../images/bullet.gif);
		}

	#content ol li, #content2 ol li, #content3 ol li, #rightbar ol li {
		padding: 2px 0px 5px 0px;
		margin: 0;
		line-height: 15px;
		}

/* Forms ---------------------------------------- */
		
	form {
		padding: 0;
		margin: 0;
		}
	.input {
		width: 85px;
		font-size: 9px;
		}
	.submit {
		font-size: 9px;
		}

/* Header ---------------------------------------- */

	#header {
		float: left;
		width: 749px;
		height: 128px;
		padding-top:2px;
		background: url(../images/headerBG.gif) 0 0 repeat-x;
		}

	#header2Col {
		float: left;
		width: 749px;
		height: 128px;
		padding-top:2px;
		background: url(../images/headerBG2Col.gif) 0 0 repeat-x;
		}

	#header1Col {
		float: left;
		width: 749px;
		height: 128px;
		padding-top:2px;
		background: url(../images/headerBG1Col.gif) 0 0 repeat-x;
		}
		
	#header h2, #header1Col h2, #header2Col h2 {
		font-size: 22px;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-weight:normal;
		color: #fff;
		padding: 10px 0 0 33px;
		margin: 0;
		}
		
	#header h4, #header2Col h4, #header1Col h4 {
		font-size:11px;
		letter-spacing: 1px;
		color: #F7C49E;
		line-height: 15px;
		padding: 0 0 0 33px;
		margin: 0;
		}



/* leftBar ---------------------------------------- */
	#leftbar {
		float: left;
		padding: 0px 0px 0px 4px;
		width: 178px; /* for IE5-Win */
		width: 174px;
		}
	#leftbar h2 {
		color: #D14700;
		}
	#leftBarPad {
		margin:0px 5px 0px 11px;
		}
	#sidenav {
		margin: 10px 0;
		background: #F9F8F1;
		border-bottom: 1px solid #fff;
		}
	#sidenav ul {
		margin: 0; 
		padding: 0; 
		border: 0;
		}
	#sidenav ul li {
		list-style: none; 
		list-style-image: none !important;
		background: #F9F8F1 url(../images/navBG.gif) top repeat-x;
		border-top: 1px solid #fff;
		}
	#sidenav ul li a {
		width: 145px !important; 
		width: 145px; 
		text-decoration: none; 
		padding: 6px 15px 6px 14px; 
		color: #333; 
		display: block;  
		font-size: 11px !important; 
		font-weight: lighter !important;
		}
	#sidenav ul li a:hover {
		background: url(../images/navBGHover.gif) left no-repeat;
		}
/* Content ---------------------------------------- */
	
	#content2 { /* for 2 column version  */
		float: left;
		width: 540px;
		padding: 15px 12px;
		}
	#content h1, #content2 h1, #content3 h1 {
		font-size:18px;
		margin:0px;
		}
/* RightBar ---------------------------------------- */
	#rightbar {
		float: left;
		width: 158px;
		padding: 12px 5px 0px 12px;
		}
	#rightBarPad {
		margin:0px 5px 0px 11px;
		}
	#rightbar h2 {
		color: #D14700;
		}
	#rightbar ul#language {
		margin: 0;
		padding: 7px 14px;
		list-style: none;
		}
	#rightbar ul#language li {
		list-style-image: none;
		padding: 1px 2px 3px 2px;
		margin: 0;
		line-height: 0;
		}
	#rightbar ul#language a {
		text-decoration: none;
		}
/* Footer ---------------------------------------- */
	#footer {
		clear: both;
		padding: 10px 0px 10px 0px;
		width:749px;
		background: transparent url(../images/footerBG.gif) top repeat-y;
		border-top:1px solid #A8A391;
		color: #C3BDA4;
		}
	#footer p {
		padding:0px 25px;
		}
	#footer a {
		color: #C3BDA4;
		text-decoration: underline;
		font-weight: normal;
		}
	#footer a:hover {
		color: #AFA390;
		text-decoration: underline;
		}
	#footerContainer {
		width:749px;
		padding-bottom: 11px;
		background: url(../images/footerBase.gif) bottom no-repeat;
		}
