td {
	vertical-align:top;
}

/* paragaph fixes margin height on top of p tags */
p {
	margin-top:0px;
}




/* ----- CONTAINERS ------- */


#topleftpane {
	border-bottom:1px solid #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:14px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
	background-image:url(images/image.jpg);
	background-position:bottom;
	background-position:right;
	background-repeat:no-repeat;
}


/*  when left div gets longer than right, bg image doesn't expand so add an extra div   */
#topright {
	background-image:url(images/bg_rightcolumn.gif);
}

#toprightpane {
	background-image:url(images/bg_rightcolumn.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:14px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
	background-color:transparent;
}

#bottomleftpane {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:14px;
	padding:12px;
}

#insidepane {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:14px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
	width:655px;
	background-image:url(images/bg_content.gif);
}

.content {
	padding-top:10px;
}

table {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}