   /* Margins for main content */
.contentMargins {
        display: block;
        margin: 0px 15px 0px 15px;
        text-align: left;
}

   /* regular body text style for all first level pages */
.normalText {
        font: .7em Verdana, Arial, Geneva, Helvetica, sans-serif;
        text-align: justify;
        margin: 15px 20px 15px 20px;
}

   /* regular body text style */
.bodytext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	color: #000000;
	clear: left;
}

   /* H1 style */
.headertext {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 1.1em;
        font-weight: bold;
        color: #336699;
}

   /* H2 style */
.blueText {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 0.85em;
        font-weight: bold;
        text-decoration: none;
        color: #336699;
}

   /* used to remove list item bullets */
.indent {
        list-style: none;

}

.italic {
        font-style: italic;
}

.bold {
        font-weight: bold;
}

   /* Light blue italic text */

.highlights {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.1em;
        font-style: italic;
        color: #003366;
        background-color: #FFFFFF;
}

   /* text wrap around image on all first level pages */

.float-right-wrap {
	float: right;
	position: right;
	padding: 0px;
	width: auto;
	margin: 0 0 0px 10px;
	clear: both;
}


/* START workforce training homepage and staff page specific css */


#wt-home-border-yellow {
        border-bottom: 1px solid #EBC072;
        display: block;
        clear: all;

}

.wt-home-text {
        vertical-align: text-bottom;

}

.float-left {
        float: left;
        clear: all;
        padding: 0px 0px 0px 0px;
}

.float-right {
        float: right;
        padding: 0px 0px 10px 20px;
}


.staff-img {
        padding: 20px 25px 0px 0px;

}

.clearAll {
        clear: both;
}

/* END workforce training staff page specific css */


/* Career Center legacy accommodation*/ 
.nav-alt {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: .7em;
}


.bodytextCenter {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: .7em;
        text-align: center;
}


.textBg {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #E4E2D5;
        border: .5px solid #000000;
        font-size: 100%;
}

/* END Career Center accommodateion */




 /* Smaller-than-default indent for lists */
.ul-list {
	margin-left: 6em;
	padding-left: 1em;
	font-size: .75em;
	font-style: italic;
	line-height: 1.75em;
	list-style: disc inside;
}
.list-spread-noBullets {
	color: #000000;
	list-style: none inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
}

.leftBorderYellow {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #EBC072;
}
.table-border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6699CC;
	border-right-color: #3366FF;
	border-bottom-color: #6699CC;
	border-left-color: #3366FF;
}
#menu-links {
	font-family: verdana, arial, helvetica, sans-serif;	font-size: 0.8em;}	
.ul-list-noBullets {
	margin-left: 6em;
	padding-left: 1em;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.75em;
}

