body {	background: url(../images/blueBG.jpg);	}

.DIVHolder {	height: auto;
	}
	
.mainContentDIV {	background: url(../images/mainDIVBG.jpg); 
			border: 2px;
			width: 75%;	
			height: 800px;
	}

.bluefont {	font-family: Arial;
			font-size:	medium;
			font-weight: normal;			
			color: #263C6D;
	}

hr {	border: 2;
	width: 100%;
}

.nav { font-family: arial;
			font-size: small;
			font-weight: normal;
			color: #ffffff;
			text-align: left;
			display: inline;
	}
	
	.nav li {	display: inline;
			list-style-type: disc;
		}	
	
	a.nav:link { color: #263C6D; }
	a.nav:visited { color:#009900; }
	a.nav:hover { color:#ffffff; }

.navActive {	color: #ffffff;
			background-color: #263C6D;
			padding: 5px;
			font-weight: bolder;
			margin:2px;
	}

.divAboutHolder { position: relative;
				 width: 550px;
				 height: 500px;				 
	}
	
.divFloatL {	position: absolute;
			top: 25px;
			left: 5px;
			width: 250px;
			height: 200px;
	}

.divFloatR {	position: absolute;
			top: 25px;
			left: 210px;
			width: 300px;
			height: 200px;
	}	

/*Career Highlights Bottom Nav */
.navCHBottom {	position: relative;	
				text-align: center;
				font-size: small;
	}
	.navCHBottom li {	display: inline;
					list-style-type: disc;
		}			

.viewer  {	background: url(../images/mainDIVBG.jpg);	}

/* End of Career Highlights CSS */	
