body  {
	font: 0.67em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
contact p {
	padding-left: 10px;
}


	
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	margin: 0 0px 10px 0;
	padding: 0;
	height: 80px;
} 
.thrColFixHdr #logoLink img {
	border: none;
	margin: 20px 10px 10px 0;
}
#topNav {
	font: 0.9em verdana, sans serif;
	position: absolute;
	right: 50%;
	top: 0;
	width: 950px;
	line-height: 20px;
	margin-right: -472px;
}

#topNav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}

#topNav a:hover {
	color: #000;
}
#navTitle {
	color: #000;
	font-weight: bold;
	position: absolute;
	right: 466px;
	top: 0;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 22px;
	text-align: right;
	padding-right: 5px;
	
}

#navTitle a {
	color: #000;
}

#imgA {
	position: absolute;
	margin: 0;
	right: 441px;
	top: 0;
	width: 25px;
	height: 22px;
	padding: 0;
}

#firstLink {
	background: #D0EAFA;
	position: absolute;
	margin: 0;
	right: 321px;
	top: 0;
	width: 120px;
	height: 21px;
	padding: 0;
}

#firstLink a {
	color: #666666;
}

#imgB {
	position: absolute;
	margin: 0;
	right: 295px;
	top: 0;
	width: 26px;
	height: 22px;
	padding: 0;
}

#secondLink {
	background: #B1E1F6;
	position: absolute;
	margin: 0;
	right: 175px;
	top: 0;
	width: 120px;
	height: 21px;
	padding: 0;
}
#secondLink a {
	color: #666666;
}
#imgC {
	position: absolute;
	margin: 0;
	right: 150px;
	top: 0;
	width: 25px;
	height: 22px;
	padding: 0;
}

#thirdLink {
	background: #8FD4F3;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	width: 150px;
	height: 21px;
	padding: 0;
}

.thrColFixHdr #leftMenu{
	float: left;
	width: 135px;
	width: 15%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.thrColFixHdr #leftMenu p.lightBlueBG {
	background: #D0EAFA;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
.thrColFixHdr #leftMenu p.title {
	padding: 5px 0 5px 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1em;
	color: #666;
}
.thrColFixHdr #leftMenu p.darkBlueBG {
	background: #62B5DD;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
.thrColFixHdr #leftMenu p.rc {
	background: #8FD4F3;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
.thrColFixHdr #leftMenu p.lightGreyBG {
	background: #F1F1F1;
	color: #000;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}

.thrColFixHdr #leftMenu p.redBGUS {
	background: #EA0000;
	color: #fff;
	text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
.thrColFixHdr #leftMenu p.edu {
	background-color: #5D870B;
	color: #fff;
		text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
.thrColFixHdr #leftMenu p.secur {
	background-color: #AE0001;
	color: #fff;
		text-align: left;
	padding-left: 17px;
	text-transform: uppercase;
}
/* ****** SEARCH AREA ***** */

#searchArea {
	/*top: 50px;
	width: 600px;
	height: 25px;*/
	text-align:right;
	float: right;
	float:right;
	margin-top:50px;
	margin-right: 10px;
}



#searchArea form, #searchArea a, #searchArea input, #searchArea label {
	vertical-align: middle;
}

#keyword {
	width: 140px;
	font-size: 0.95em;
}

#searchArea form {
	display: inline;
	margin: 0 0 0 10px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #rightArea {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #rightArea p {
	font-size:10px;
	color: #666;
	}
.thrColFixHdr #rightArea .contact {
	border-color:#EEEEEF;
	border-style:solid;
	border-width:0pt 1px;
	margin:0pt;
	}
	.thrColFixHdr #rightArea .contact p{
	padding-left:10px;
	}
.thrColFixHdr #rightArea .contact p.imgHolder img, #rightArea .contact h6 img {
display:block;
height:10px;
}
.imgHolder {padding: 10px 0 10px 0;}
	
.thrColFixHdr #mainContent {
	margin: 0px 220px 15px 150px;
	padding: 0 10px;
} 
.thrColFixHdr #mainContent h1{
	font-size: 1.6em;
	margin: 20px 0 0 0;
	color: #666;
} 
.thrColFixHdr #mainContent h2{
	font-size: 1.3em;
	font-weight: bold;
} 
.thrColFixHdr #mainContent h4{
	font-size: 1em;
	font-weight: bold;
} 
.thrColFixHdr #mainContent p, li {
	line-height: 150%
} 


.thrColFixHdr #mainContentWide {
	margin: 0px 0px 15px 150px;
	padding: 0 10px;
} 
.thrColFixHdr #mainContentWide h1{
	font-size: 1.6em;
	margin: 20px 0 0 0;
	color: #666;
} 
.thrColFixHdr #mainContentWide h2{
	font-size: 1.3em;
	font-weight: bold;
} 
.thrColFixHdr #mainContentWide h4{
	font-size: 1em;
	font-weight: bold;
} 
.thrColFixHdr #mainContentWide p, li {
	line-height: 150%
} 
.thrColFixHdr #footer {
	clear: both;
	height: 100px;
	text-align: right;
	padding: 5px 0px 5px 5px;
	font-size: 0.8em;
	height: 40%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border: none;
}


a {
	color: #939598;
}

a:hover {
	color: #000;
}

.breadcrumb p{
	font: 9px verdana, sans serif;
	padding-top: 7px;
}
p.breadcrumb a {
	text-decoration: none;
}
