@import url(proj_layoutStandard.css) screen; /* screen so only non ie browsers use this stylesheet*/
@import url(proj_layoutIE.css);
@import url(proj_formatting.css);

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#main {

}

/************ sidebar definitions *************/
#sideBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	height: 100%;
}

#sideBarContent {
	position: fixed;
}

#sideBarLinks {
	padding-top: 131px;
	padding-left: 6px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#sideBarLinks ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-weight: bold;
} 

#sideBarLinks .normal {
	margin-bottom: 10px;
}

#sideBarLinks .normal a {
	display: block;
	width: 184px;
	height: 24px; /* actual height - padding-top */
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
} 

#sideBarLinks .normal a:link, 
#sideBarLinks .normal a:active,
#sideBarLinks .normal a:visited,
#sideBarLinks .normal a:hover {
	color: black;
}

#sideBarLinks .current {
	display: block;
	width: 193px; 
	height: 37px; /* actual height - padding-top */
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 15px;
	text-decoration: none;
} 

#pageID {
	width: 197px;
	height: 49px;
}

/************ topbar definitions *************/
#topBar {
	position: absolute;
	left:0;
	top:0;
	height: 131px;
	width: 100%;
	z-index: 1;
	position:fixed;
}

#topBarLeft {
	float: left;
	width: 40px;
	height: 131px;
}

#topBarMiddle {
	height: 103px;
}

#topBarRight {
	float: right;
	width: 62px;
	height: 103px;
}

#logo {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 2;
}

#title {
	padding-left: 180px;
	padding-top: 23px;
	z-index:2;
}

/************ page body definitions *************/
#pageBody {
	position: absolute;
	top: 105px;
	left: 225px;
	padding-right: 15px;
	z-index: 0;
}

/************ standard definitions *************/
a img {
	border: 0px;
}





