#contentsub {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 1078px;
	border: 1px solid #BFBFBF;
	margin-bottom: 5px;
}

/*Section Inner Pages*/
.section-page {
	float:left;
	padding: 0px;
	margin: 0px;
}
.section-page .breadcrumbs{ 
	list-style:none; 
	margin:-20px 0 0 0; 
	position:relative;
	color:#adadad;
	padding:0 0 20px 0;
}
.section-page .breadcrumbs .label{ 
	float:left;
	font-style:italic;
}
.section-page .breadcrumbs li{
	display:inline;
}
.section-page .breadcrumbs li.current{
	color:#c1c1c1;
	font-weight:bold;
	font-size:12px;
}
.section-page .breadcrumbs li a, .section-page a{
	text-decoration:underline;
	color:#013A41;
	font-weight: bold;
}
.section-page .breadcrumbs li a:hover, .section-page a:hover{
	color:#000;
}
.section-page #subsubcontent{
	width:700px;
	float:left;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #BFBFBF;
	padding-right: 20px;
	
}

.section-page #subsubcontent h3, .section-page #sidebar h3{
	color:#000;
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.paraspacing {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.section-page #subsubcontent h4{
	font-size:12px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.section-page #subsubcontent h5{
	font-size:12px;
}
.section-page #subsubcontent h6{
	font-size:12px;
}

.section-page #sidebar{
	float:right;
	width:335px;
	background:url(../images/sidebar_divider.png) repeat-y left;
	padding-left:20px;
}
.section-page #sidebar a{
	color:#013A41;
	text-decoration:underline;
	font-weight: bold;
}
.section-page #sidebar a:hover{
	color:#000;
}

.section-page ul, .section-page ol{
	padding-left:20px;
}


/*Common Classes starts here*/
img {
	border:0;
}
.clear {
	clear:both;
}
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.alignJustify {
	text-align:justify;
}
.alignCenter {
	text-align:center;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
img {
	border:0;
}
.imageLeftBorder, .imageRightBorder {
	padding:6px;
	border:1px solid #CCCCCC;
	margin-top: 17px;
}
.imageLeftBorder {
	margin-right:15px;
	margin-bottom: 10px;
}
.imageRightBorder {
	margin-left:15px;
	margin-bottom: 10px;
}
.imageLeft {
	margin-right:15px;
}
.imageRight {
	margin-left:10px;
}
#content strong {
	font-weight: normal;
}
.imgbordergrey {
	padding: 6px;
	border: 1px solid #CCCCCC;
}
#subsubcontent ul {
	list-style-type: disc;
	margin-left: 10px;
}

