	/* cascading layout styles - see also layout.css */

 #container 
{
	width:95%;
	height: auto;
	min-height: 500px;
}

#contentleft
{
	width:24%;
	height: 100%; 
	text-align: left;
	padding: 0 0 0 0;
	margin-top: 10px;
}
#contentleft1
{
	width:24%;
	height: 100%; 
	text-align: left;
	padding: 0 0 0 0;
	margin-top: 10px;
}
#contentleft2
{
	width:24%;
	height: 100%; 
	text-align: left;
	padding: 0 0 0 0;
	margin-top: 10px;
}
	

#contentcenter 
{
	width:76%;
	float:left;
	height: auto;
	padding: 0;
	margin-top: 15px;
	min-height: 100px;

}
#contentcenter1 
{
	width:76%;
	float:left;
	height: auto;
	padding: 0;
	margin-top: 15px;
	min-height: 100px;

}
#contentcenter2
{
	width:76%;
	float:left;
	height: auto;
	padding: 0;
	margin-top: 15px;
	min-height: 100px;

}
#mainnav 
{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#headerrow 
{
	width:auto; 
}
/* left pane of a two column form  */

#headerrowleft
{
	width: auto;
	text-align: left;
}
/* right pane of a two column form  */
#headerrowright
{
	width: auto; 
}
	

#titlerow 
{
	width:100%;
	height: 100px;
	padding: 0 0 0 0;
	display: block;
	clear: both;
}
/* left pane of a two column form  */

#titleleft
{
	float: left;
	width: 24%;
	text-align: right;
	background-color: #ef7d29;
	height: 100px;
}
/* right pane of a two column form  */
#titleright
{
	float: left;
	width: 76%;
	text-align: left;
	padding: 0;
	background-color: #146de3;
	background-image: url(../images/titleright.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100px;
	color: #fff;
	vertical-align: bottom;
	margin: 0;
}

.titlerow 
{
  font-size: 1.3em;
}
.annexheader 
{
	vertical-align: bottom;
}


/*

ul 
{
  margin: 0 0 0 14px;
}
li
{
  font-size: .7em;
  list-style-image: url(../images/smalllist.gif);
  list-style-type: none;  
*/
