/* CSS Document */




/* Left Navigation*/

.LeftColumnCell {
	width: 190px;
	float: left;
	margin: 0px 10px 20px 0px;
	background-color: #f3f3f4;

      }
	  
.LeftColumnCell  ul {
	margin-left: 5px;
	list-style: none;
		}
		
.LeftColumnCell  li {
	float: left;
	margin: 0 0 10px;
	padding: 3px 15px;
	height: 31px;
	width: 150px;
	background-image:   url("../images/sec_nav_bckgnd_with_arrow.jpg");
	background-repeat: no-repeat;
			}
	
.LeftColumnCell  li a {
	float: left;
	height: 31px;
	padding: 8px 15px;
	text-decoration: none;
	color: #000000;
	
	}






/* Content Area*/

.ContentCell {
	width: 660px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-image:   url("../images/content_pane_bckgnd_mid.gif");
	background-repeat: repeat-y;
	
}

.ContentInnerCell {
	
	padding: 0px 20px 0px 20px;
}


.pagetitle{
	font-size: x-large;
	font-weight:bold;
	color: #088ed5;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;

}

.pagetitle_without_underline{
	font-size: x-large;
	font-weight:bold;
	color: #088ed5;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;

}


.breadcrumb {
	margin-bottom: 10px;
	text-indent: 20px;
	font-size: smaller;
	color: #7C2B83;
}





.continental{
	float: right;
	margin-top: 30px;
	border: 1px solid #E5E5E5;
	padding: 5px;
}



