/* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS */

/* _ something - picked up by IE 6 only - ex: _width:10px */

/* # something - picked up by IE 7 only - ex: #width:10px */

/* . something - picked up by IE 6 AND IE 7 - ex: .width:10px */
/* something expression - picked up by IE 6 AND IE 7 - ex: width:expression(10) */


/* DEFAULTS */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	xbackground-color: #DEDECA;
	xbackground-color: #BCBE96;
	Xbackground-color: #9B9E62;
	background-color: #9B9E62;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.75em;
	text-indent: 0px;
	vertical-align: top;
	xword-spacing: 2px;
	xletter-spacing: 1px;
	xoverflow: hidden;
}
html {
	xoverflow: hidden;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	xposition: absolute;
	font-size: 21px;
	color: #6A671D;
	letter-spacing: 2px;
	font-weight:bold;
	text-align: left;
	xborder: solid red 2px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	Xline-height: 2em;
	font-weight:bold;
	color: #6A671D;
	clear:both;
}
h3 {
	font-size: 1.25em;
	text-align: left;
	Xline-height: 2em;
	font-weight:bold;
	color: #FFF;
}
a, a:link {
	color: #6A671D;
	text-decoration: underline;
	font-weight: normal;
	xfont-weight: bold;
}
a:hover {
	color: #FFF;
	xfont-weight: bold;
	text-decoration: none;
}

/* BASIC LAYOUT *//* BASIC LAYOUT */
.Container {
	border: double #6A671D 4px;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 50%;
	margin-left: -470px;
	width: 940px;
	height: expression(document.body.clientHeight - 40);
	xbackground-color: #DEDECA;
	background-color: #BCBE96;
	xbackground-color: #FFF;
}

.Left {
	position: absolute;
	xborder: 1px solid red;
	width: 190px;
	left: 0px;
	top:0px;
	bottom: 0px;
	xbottom:30px;
	height: expression(document.getElementById("Container").clientHeight - 0);
	background-color: #BCBE96;
	display: block;
	xborder-right: solid #6A671D 1px;
}
.Right {
	position: absolute;
	border: 4px double #6A671D;
	background-color: #FFF;
	width: 725px;
	left: 200px;
	right:11px;
	top:10px;
	bottom:30px;
	height: expression(document.getElementById("Container").clientHeight - 45);
}
.Bottom {
	position: absolute;
	xborder: 1px solid green;
	left: 205px;
	right: 0px;
	bottom: 0px;
	height: 21px;
	width: 726px;
	xbackground-color: #000;
}

/* INSIDE SPECIFICS *//* INSIDE SPECIFICS */

/* LEFT *//* LEFT *//* LEFT */
.Logo {
	position: absolute;
	top: 8px;
	padding: 0px;
	margin-left: 12px;
	xborder-color: #666;
	xborder-width: 1px 0px 0px 1px;
	xborder-style: solid;
}
.MainMenu {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	position: absolute;
	top: 109px;
	xpadding: 5px;
	xmargin: 5px;
	xbackground-color: #BCBE96;
	xbottom: 0px;
	xheight: expression(document.getElementById("Left").clientHeight - 110);
}
.MainMenu a, .MainMenu a:link {
	font-size: 12px;
	display: block;
	border-top: solid #6A671D 1px;
	border-left: solid #6A671D 1px;
	border-bottom: solid #6A671D 1px;
	text-align: right;
	line-height: 1.75em;
	font-weight: Bold;
	letter-spacing: 1px;
	padding-right: 25px;
	width: 173px;
	_width: 174px;
	text-decoration: none;
	color: #000;
	margin-left: 2px;
	margin-bottom: 5px;
	background-color: #FFF;
}
.MainMenu a:hover {
	background-color: #6A671D;
	color: #DEDECA;
	xborder-bottom: 1px solid #BCBE96;
}
.SubMenu {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	position: absolute;
	height: 25px;
	left: 0px;
	display: block;
	top: 90px;
	width: 710px;
	background-color: #EEE;
	border-top: 1px solid #BCBE96;
	border-bottom: 1px solid #BCBE96;
}
.SubMenu a, .SubMenu a:link {
	display: inline-block;
	margin-top: -1px;
	margin-left: 5px;
	border-top: none;
	border-right: solid #BCBE96 1px;
	border-left: solid #BCBE96 1px;
	border-bottom: solid #BCBE96 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: Bold;
	background-color: #FFF;
}
.SubMenu a:hover {
	background-color: #6A671D;
	color: #DEDECA;
}

/* HEADER *//* HEADER */
.Header {
	position: absolute;
	background-color: #FFF;
	width: 725px;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 90px;
	xheight: expression(70);
	xpadding: 5px;
	text-align: left;
}
.Header h1 {
	position: relative;
	top: 10px;
	_top: 20px;
	margin-left: 15px;
	xborder: solid red 2px;
}
.Header img {
	position: absolute;
	vertical-align:top;
	right: 35px;
	top: 20px;
	xmargin-right: 10px;
}

/* RIGHT */
.LeftCol {
	position: absolute;
	xbackground-color: #000;
	left: 5px;
	xwidth: 515px;
	x_width: 515px;
	_height: expression(document.getElementById("Container").clientHeight - 135);
	#height: expression(document.getElementById("Container").clientHeight - 136);
	xright: 210px;
	top: 90px;
	bottom: 0px;
	overflow: auto;
	overflow-x: hidden;
	border-top: 1px solid #BCBE96;
}
#LeftColFull {
	right:0px;
	width: 720px;
	_width: 721px;
}
.RightCol {
	position: absolute;
	xborder: 1px solid #666;
	xbackground-color: #FFF;
	right: 5px;
	width: 200px;
	height: expression(document.getElementById("Container").clientHeight - 102);
	xpadding: 10px;
	top:5px;
	bottom:5px;
	overflow: hidden;
	font-size: 10px;
	overflow-x: hidden;
}
#RightColShort {
	width:0px;
	border: 0px solid #000;
}

/* Pictures *//* CommunitiesTable */
.Pict, .PictLeft, .PictRight {
	padding: 2px;
	margin: 5px 10px;
	xborder: 1px solid #6A671D;
	border: 1px solid #BCBE96;
}
.PictLeft {
	float: left;
	margin-left: 0px;
}
.PictRight {
	float: right;
	margin-right: 0px;
}

/* MAIN TEXT *//* MAIN TEXT *//* MAIN TEXT *//* MAIN TEXT */
.LeftCol .MainText {
	xfont-size: 12px;
	padding: 10px;
	xpadding-top: 0px;
	xpadding-top: expression(10);
	xborder: 1px solid #666;
	xmargin: 10px;
	text-indent: 0px;
	xborder: solid 1px red;
}
.LeftCol .MainText li {
	text-indent: 0px;	
}
.RightCol .MainText {
	xfont-size: 11px;
	padding: 5px;
	padding-top: 0px;
	padding-top: expression(10);
}
.MainText a, .MainText a:link {
}
.MainText a:hover {
	color: #000;
}
.MainText a img, .MainText a:link img {
	border: 1px solid #BCBE96;
	xbackground-color: #FFF;
}
.MainText a:hover img {
	border: 1px solid #000;
	xbackground-color: #6A671D;
}
.small {
	font-size: 10px;
}




/* BOTTOM *//* BOTTOM */
.Footer {
	xbackground-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 10px;
	color: #333;
	line-height: 1.5em;
	text-align: right;
	xborder-bottom: solid 1px #333;
}
