body {
	background: #999;
}

#container {
	margin: 15px auto 15px auto;
	width: 790px;
	height: auto;
	padding: 0 15px 15px 15px;
	border:#CCC 3px solid;
	background: #FFF url(../images/background_Yellow.gif) 50% 0 repeat-y;
}

/* --------------------- LEFT SIDE --------------------------- */

#leftSide {
	width: 200px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

#logo {
	width: 200px;
	float: left;
	padding: 15px 0 26px 0;
	background: #FFF;
}

#printHeading {
	width: 0;
	height: 0;
	display: none;	
}


#navTabs {
	width: 200px;
	float: left;
	clear: left;
	background: #FFF;
}

#navLeft {
	width: 200px;
	clear: left;
	color: #FFF;
	background: #FC3;
}

/* --------------------- RIGHT SIDE --------------------------- */

#rightSide {
	width: 570px;
	float: right;
	clear: right;
	margin-bottom: 20px;
}

#navTop {
	width: 570px;
	float: right;
	margin: 15px 0 10px 0;
}

#mainImage {
	width: 570px;
	float: right;
}

#crumbTrail {
	width: 570px;
	float: right;
	clear: right;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}

#mainContent {
	width: 570px;
	float: right;
	clear: right;
}

#rightBoxes {
	float: right;
	width: 200px;
	margin-left: 10px;
}

/* --------------------- BOTTOM --------------------------- */

#navBottom{
	width: 570;
	float: right;
	clear: both;
}

#copyright{
	margin-top: 10px;
	width: 570px;
	float: right;
	clear: both;
}

#docBottom {
	width: 100%;
	clear: both;
}

/* --------------------- NAVIGATION TABS --------------------------- */

div.learn {
	float: left;
	width: 66px;
	height: 35px;
	margin-right: 1px;
	overflow: hidden;
	background: url( '/images/l2_NavLearn.gif' ) 0 -36px no-repeat;
}

div.learn a {
	float: left;
	width: 66px;
	height: 35px;
	display: block;
	overflow:hidden;
	background: url( '/images/l2_NavLearn.gif' ) 0 0px no-repeat;
}

div.learn a:hover {
	background-image: none;
}

div.apply {
	float: left;
	width: 66px;
	height: 36px;
	margin-right: 1px;
	background: url( '/images/l2_NavApply.gif' ) 0 -36px no-repeat;
}

div.apply a {
	float: left;
	width: 66px;
	height: 36px;
	display: block;
	overflow:hidden;
	background: url( '/images/l2_NavApply.gif' ) 0 0px no-repeat;
}

div.apply a:hover {
	background-image: none;
}

div.donate {
	float: left;
	width: 66px;
	height: 35px;
	background: url( '/images/l2_NavDonate.gif' ) 0 -36px no-repeat;
}

div.donate a {
	float: left;
	width: 66px;
	height: 35px;
	display: block;
	overflow:hidden;
	background: url( '/images/l2_NavDonate.gif' ) 0 0px no-repeat;
}

div.donate a:hover {
	background-image: none;
}

/* --------------------- NAVIGATION MENUS --------------------------- */

.nav {

}

.nav ul {
	list-style: none;
	text-align: left;
	width: 180px;
}

.nav ul a {
	color: #FFF;
	background: #FC3;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 7px 10px 7px 10px;
	width: 180px;
}

.nav ul a:hover {
	color: #999;
	background: #FC3;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
			
.nav ul li {
	border-bottom: 1px solid #FFF;
	float: left;
	position: relative;
}

.nav .arrow {
	background: #FC3 url('/images/arrow_White.gif') 180px no-repeat;
}
			
.nav .arrow:hover {
	background: #FC3 url('/images/arrow_Gray.gif') 180px no-repeat;
}
			
.nav ul li ul {
	list-style: none;
	position: absolute;
	font-weight: bold;
	left: 200px;
	top: 0;
	display: none;
	width: 180px;
	border-left: 1px solid #FFF;
}
			
.nav ul li:hover ul { display: block; width: 180px;}

.nav ul li:hover ul li ul { display: none; }

.nav ul li ul li:hover ul { display: block; width: 180px; }
