/* Layout Stylesheet */ 

html,body{
margin:0;
padding:0;
background:#ffffff
}

div#header{
height:110px;
margin:0;
padding:0;
background: #39a6cb;
border-bottom: 1px solid #ffffff;
}

div#wrapper{
float:left;
width:100%
}

div#titlebar{
	clear:both;
	float:left;
	width:100%;
	height:160px;
	border-bottom: 1px solid #ffffff;
	background-color: #1a7290;
}

div#title{
clear:both;
height:50px;
background: #39a6cb;
margin: 0 0 0 199px;
padding:0 2em;
}

div#content{
margin: 0 309px 0 199px;
padding:1em 2em;
border-left: 1px solid #39a6cb;
border-right: 1px solid #39a6cb;
background-image: url('/images/linesbg.gif');
background-repeat: repeat-x;
background-position: top
}

div#contentextra{
margin: 0 0 0 199px;
padding: 0;
border: 0;
}

div#extra{
float:left;
width:309px;
margin-left:-309px;
background-image: url('/images/linesbg.gif');
background-repeat: repeat-x;
background-position: top
}

div#contentfull{
margin: 0 0 0 199px;
padding:1em 2em;
border-left: 1px solid #39a6cb;
border-right: 1px solid #39a6cb;
background-image: url('/images/linesbg.gif');
background-repeat: repeat-x;
background-position: top
}


div#footer{
height:20px;
background: #39a6cb;
color: #ffffff;
clear:both;
margin: 0 0 0 199px;
}

div#legal{
color:#666666;
clear:both;
margin: 8px 0 8px 199px;
}
