/* Entire page */
html 
{ 
    overflow-y: scroll;
}


body {
	font-family : Georgia;
	margin : 0px 1px 0px 1px;
	padding: 0px;
	font-size : 12px;
	color : #6d5c49;
	text-align: center;
}

body.admin
{
    background-color: #ffffff;
    text-align: left;
}

#screen
{
    width: 992px;
    margin: auto;
    padding: 0px 0px 0px 0px;
    text-align: left;
    border:0px dashed black;
	background: #e2f3f8 url('/_structure/images/z2bgmid.gif') repeat-y scroll center top;
}

#watermark
{
	background: transparent url('/_structure/images/screenbg.png') no-repeat scroll 2px top;
}

/* Zone divs */
#zone0
{
	height: 210px;
    width: 990px;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
	margin: 1px 0px 7px 0px;
	border: 0px solid black;
}

#zone1
{
    width: 164px;
    float: left;
	border: 0px solid black;
	padding: 0px;
	margin: 0px 0px 2px 5px;
	_margin-left: 3px;
	background: transparent url('/_structure/images/z1bgmid.gif') repeat-y scroll left top;
}

#zone1inner
{
    padding: 0px 0px 0px 20px;
    width: 130px;
}

#zone1bottom
{
    width: 164px;
    height: 17px;
	padding: 0px;
	margin: 0px;
	background: transparent url('/_structure/images/z1bgbtm.gif') no-repeat scroll -2px top;
}

#zonemain
{
	margin: 0px;
    margin-left: 170px;
    width: 820px;
    _width: 815px;
    padding:0px;
	border: 0px dashed red;
	background: transparent url('/_structure/images/z2bgbtm.gif') no-repeat scroll -3px bottom;
}

#zone2
{
    width: 610px;
	border: 0px solid red;
	padding: 10px 3px 25px 7px;
	margin-left: 15px;
}


#zone3
{
    width: 167px;
    height: 470px;
	border: 0px solid black;
	float: right;
}

.z3_panel
{
	background: transparent url('/_structure/images/z3bgmid.gif') repeat-y scroll left top;
}

.z3_panel .panelinner
{
    background: transparent url('/_structure/images/z3bgtop.gif') no-repeat scroll left top;
    padding: 10px 25px 0px 20px;
}

.z3_panel .panelbtm
{
    height: 22px;
    width: 161px;
	background: transparent url('/_structure/images/z3bgbtm.gif') no-repeat scroll 0px bottom;
}

#zone4
{
    width: 960px;
    height: 45px;
    font-size: 11px;
    text-align: left;
	border: 0px solid #000000;
	clear: both;
	margin: 0px;
	background-color: #e2f3f8;
	padding: 5px 15px;
}


#search 
{
	width: 140px;
	margin: 25px 0px 0px 30px;
	border: 0px solid black;
	color: #ffffff;
}

#helpBox
{
    display:none;
}

/* Min height hacks */
#prop2
{
    height:300px;
    float:right;
    width:1px;
}

#clear2
{
    clear:both;
    height:1px;
    overflow:hidden;
}

#zone1prop
{
    height:170px;
    float:right;
    width:1px;
}

#zone1clear
{
    clear:both;
    height:1px;
    overflow:hidden;
}
