﻿
/****************************/
/* layout for left side bar */
/****************************/

#sideBar {
	position: fixed;
	top: 0px;
	left: 0px;
}


#leftImage {
	position: fixed;
	top: 0px;
	left: 0px;
}


#leftBlue {
	position:absolute;
	top:647px;
	left:0px;
}

.leftNav {
	position: fixed;
	top : 230px;
	left: 5px;
}

/****************************/
/* layout for top bar       */
/****************************/

#topBar {
	position: fixed;
	top: 0px;
	left: 0px;
}


#topImage {
	position: fixed;
	top: 0px;
	left: 175px;
}

#topText {
	position: fixed;
	top: 74px;
	left: 220px;
}

#topProgTitle {
	position: fixed;
	top: 74px;
	left: 220px;
}

#topProgDiv {
	position: fixed;
	top: 110px;
	left: 220px;
}

#topTextHomePage {
	position: fixed;
	top: 55px;
	left: 210px;
}


.topMenu {
	position:fixed; 
	top :142px; 
	left:200px; 
}


/****************************/
/* layout for address bar   */
/****************************/

/* the first div allows the position to be set in IE6
   the second overrides it for standards-based browsers */
   
.addressLine {
	position: absolute;
	top: 380px;
	left: 0px;
}

#addressBar {
	position: fixed;
	bottom: 0px;
	left: 176px;
}


/****************************/
/* layout for content area  */
/****************************/


.pageContent {
	position: absolute;
	top: 170px;
	left: 177px;	
}

.search1 {
	position: absolute;
	top: -5px;
	left: 450px;	
}

.search2 {
	position: absolute;
	top: -5px;
	left: 450px;	
}

.columnOne {
	position: absolute;
	top: 30px;
	left: 0px;
}

.columnOneAndTwo {
	position: absolute;
	top: 30px;
	left: 0px;
}

.columnOneThruThree {
	position: absolute;
	top: 30px;
	left: 0px;
}

.columnTwo {
	position: absolute;
	top: 30px;
	left: 220px;
}

.columnTwoAndThree {
	position: absolute;
	top: 30px;
	left: 220px;
}

.columnThree {
	position: absolute;
	top: 30px;
	left: 440px;
}

.columnOneLogoName {
	position: absolute;
	top: 0px;
	left: 0px;
}

.columnOnePhoto {
	position: absolute;
	top: 80px;
	left: 0px;
}

.columnThreePhoto {
	position: absolute;
	top: 80px;
	left: 440px;
}

.columnTwoAndThreePhoto {
	position: absolute;
	top: 80px;
	left: 220px;
}

