/* Entire page */
body {
	background-color : #ffffff;
	font-family : arial;
	margin : 0px;
	padding: 0px;
	font-size : 12px;
	color : #000000;
	text-align: center;
}

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

#screen
{
    background-color: #ffffff;
    background-image: url('/_structure/images/topbg.gif');
    background-repeat: no-repeat;
    width: 1000px;
    margin: auto;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    border:0px solid black;
}


/* Zone divs */
#zone0
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
	width:965px;
	border: 0px solid black;
	margin: 0px;
	padding: 13px 0px 0px 30px;
}

#zone1
{
	top: 0px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 146px;
	border: 0px solid red;
	float: left;
}

#zoneMain
{
    background-image: url('/_structure/images/mainbg.gif');
    background-repeat: repeat-y;
    margin-top: 15px;
}

#watermark
{
    background-image: url('/_structure/images/white.gif');
    background-repeat: no-repeat;
    background-position: right -20px;
}


#zone2
{
	width: 590px;
	margin: 0px 0px 0px 150px;
	_width: 587px;   /* ie6 hack */
	padding: 0px 0px 0px 20px;
	border: 0px dashed black;
    background-repeat: no-repeat;
    background-position: right bottom;
}


#zone3
{
	width: 140px;
	margin: 0px 0px 0px 0px;
	padding: 15px 85px 0px 8px;
	_width: 135px;
	float:right;
	border: 0px solid red;
}

#zone4
{
    background-image: url('/_structure/images/footerbg.gif');
    background-repeat: repeat-y;
    position: relative;
	background-color : #ffffff;
	color: #000000;
	width: 880px;
	height:19px;
	padding: 7px 90px 0px 30px;
	border-top: 1px solid #006276;
}

#search 
{
    top: 50px;
	width: 140px;
	float:right;
	margin: 0px 00px 0px 0px;
	border: 0px solid black;
}

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

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

/* Breadcrumbs */
div.breadcrumb
{
    position: absolute;
    top: 100px;
    margin: 0px 0px 0px 140px;
    font-size: 11px;
    font-family: Arial;
    color: #999999;
	border: 0px solid #000000;
	width: 530px;
}
