@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	height:auto;
	margin:0px;
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	font-size:small;
	color:#000000;
	background-color:#FFFFFF;
	background-position:center;
	text-align:left;	
	}

/*-- Content --*/
.content_multiple_pgs {
	clear:both;
	padding:10px 30px 30px 30px;
	width: 700px;
	}

hr { 
	border: #d2e3f2 1px solid;
}

/*-- Header --*/
.resourcehead {
	color: #ffffff;
	width: 100%;
	background: #000;
	}
	
.toptitle {
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	
.segmenttitle {
	font-size:large;
	}

/*-- Footer Breadcrumb --*/
.footbreader {
	width: 100%;
	font-size:x-small;
	border-top: #000 dotted 1px;
	border-bottom: #000 dotted 1px;
	margin: 10px 0px 10px 0px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	}

.breadnum {
	width: 75px;
	vertical-align:top;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.breadscrn {
	text-align:right;
	vertical-align:top;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
/*-- Footer --*/
.footer {
	text-align:center;
	font-size:small;
	color: #ffffff;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	background: #abd351;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	}

/* ----------- Editing COMMENT STYLES -------------- */

.editorcomment{
	background-color:#6c3;
	color:#fff;
	}

.ldtcomment{
	background-color:#F0F;
	color:#fff;	
	}	


/* ----------- CUSTOM CLASSES ------------ */
#containment-wrapper {
	padding-left: 25px;
	}


  