body {
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f2efea;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.printLink {
	display: none;
	}
	

/* new - dbrong */
.bodyCopy {
	color: #000000;
	font-size:12px;
}

/* this div houses all the other divs */	
#outerContentMain { 
	width: 780px;
	}
	
/* this is the first div, with the logo/search/nav/flash -- see below */	
#outerContent1 {
	width: 780px;
	background-image:url(../images/bg_top_sub.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	position: relative;
	}

#outerContent1 #preHeader {
	width: 750px;
	padding: 0 20px;
	margin: 10px auto;
	float: left;
	}
	
	#preHeader #logos {
		float: left;
		width: 450px;
		text-align:left;
		}
	
	#preHeader a#home {
		margin:0;
		padding:0;
		margin-left: 15px;
		font-size:10px;
		color: #6a9953;
		}
	
	#preHeader #search {
		float: left;
		width: 300px;
		text-align:right;
		position:relative;
		top: 50px;
		}

	#searchBox {
		color:#888888;
		height: 17px;
		font-size:13px;
		}
	
	#searchGo {
		margin-left: 5px;
		}

/* Navigation */	
#navigation {
	width:790px;		/* needs to be 10 pixels wider than its container for IE7 */
	margin:0 auto;
	}
	
#navigation ul {
	padding:0;
	margin:0;
	}	
	
/* first level list */
#navigation ul#nav { 
	padding: 0;
	margin: 0;
	list-style: none;
}

/* first level list items */
#navigation ul#nav li { 
	float: left;
	padding:0;
	margin:0;
	list-style:none;
	position: relative;
/*	width: 156px; */
	line-height:1px;
}


/* second-level lists */
#navigation ul#nav li ul { 
	padding:0;
	margin:0;
	list-style:none;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	border: 1px solid #CCCCCC;
}


/* second-level list items */
#navigation ul#nav li ul li { 
	width: 144px;
	margin:0;
	padding:15px 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
	line-height:2px;
}


/* second-level list item links */
#navigation ul#nav li ul li a {
	font-size:11px;
	color:#689a53;
	}


/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#navigation ul#nav li>#navigation ul#nav { 
	top: 0;
	left: 0;
}


/* lists nested under hovered list items */
#navigation ul#nav li:hover ul, #navigation ul#nav li.over ul { 
	display: block;
}


/* first header image */
#headerOne {
	width:780px;
	margin: 0 auto;
	clear: both;
	}

/* this is the second div, which just houses the inner content's bg */
#outerContent2 {
	width:780px;
	
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-y;
	}

/* this div houses the main content area */
#innerContent {
	width: 778px;
	margin: 0 auto;
	
	background-image:url(../images/bg_inner1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #FFFFFF;
	
	border: 1px solid #d4d4d4;
	/* overflow:hidden; */
	}

/* left navigation */
#leftColumn {
	width: 160px;
	padding: 10px;
	float:left;
	background-color:#FFFFFF;
	/*
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	*/
	}

#leftColumn #stayInformed {
	margin: 30px 0;
	padding: 10px 0;
	height: 18px;
	width: 136px;
	background-image:url(../images/leftColumn_stayInformed.gif);
	background-repeat:no-repeat;
	text-align:center;
	}

#leftColumn #stayInformed a {
	color:#689a53;
	font-weight: bold;
	}

/* top curve of navigation, in green */
#leftColumnTopOff {
	background-image:url(../images/subNav_top_off.gif);
	background-repeat:no-repeat;
	background-color: #36904a;
	width:159px;
	height:10px;
	}	
	
/* top curve of navigation, in blue 
#leftColumnTopOn {
	background-image:url(../../images/subNav_top_on.gif);
	background-repeat:no-repeat;
	background-color: #43934a;
	width:159px;
	}
*/

#leftColumnMiddle {
	background-color: #36904a;
	width:159px;
	padding:1px 0;
	}

#leftColumn ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

#leftColumn ul li {
	/*
	background-image:url(../../images/sub_bullet_off.gif);
	background-repeat:no-repeat;
	background-position: 5px 18px;
	padding:20px 10px 20px 23px;
	*/
	padding:10px 10px 10px 15px;
	border-bottom:1px solid #80c3a0;
	}

#leftColumn ul li.last {
	border-bottom:none;
	}

#leftColumn ul li a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

/*
#leftColumn ul li#first {
	padding-top:10px;
	background-position: 5px 8px;
	}


#leftColumn ul li#firstSelected {
	padding-top:10px;
	background-image:url(../../images/sub_bullet_on.gif);
	background-position: 5px 9px;
	background-color: #046254;
	}

#leftColumn ul li#last {
	border-bottom:none;
	padding-bottom:10px;
	background-position: 5px 18px;
	}

#leftColumn ul li#lastSelected {
	border-bottom:none;
	padding-bottom:10px;
	background-image:url(../../images/sub_bullet_on.gif);
	background-position: 5px 18px;
	background-color: #046254;
	}


#leftColumn ul li#selected {
	background-image:url(../../images/sub_bullet_on.gif);
	background-repeat:no-repeat;
	background-position: 5px 19px;
	background-color: #046254;
	padding:20px 10px 20px 25px;
	padding:10px 10px 10px 15px;
	}
	
*/
#leftColumn ul li#selected a {
	color: #cedcc5;
	}

#leftColumn ul li#selected ul {
	padding:0;
	margin:0;
	padding-left:15px;
	}

#leftColumn ul li#selected ul li {
	border-bottom:none;
	background-image:none; 	
	list-style-type:none;
	padding: 10px 0 0 0;
	color: #ffffff;
	}

#leftColumn ul li#selected ul li a {
	color: #ffffff;
	}

#leftColumn ul li#selected ul li#selected a {
	color:#cedcc5;
	}

/* bottom curve of navigation, in green */	
#leftColumnBottomOff {
	background-image:url(../images/subNav_bottom_off.gif);
	background-repeat:no-repeat;
	background-color: #36904a;
	width:159px;
	}

/* bottom curve of navigation, in blue 
#leftColumnBottomOn{
	background-image:url(../../images/subNav_bottom_on.gif);
	background-repeat:no-repeat;
	background-color: #046254;
	width:159px;
	}
*/

/* main content area */
#mainColumn {
	float:left;
	width: 390px;
	padding:10px 25px 10px 10px;
	color: #666666;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}

#mainColumn h1#titleTop {
	margin:100px;
	background-color:red;
	}
/* new - dbrong */
#mainColumn div.titleTop {
	background-image:url(../images/sub_titleTop.gif);
	background-position:right top;		/* was 0 0 */
	background-repeat:no-repeat;
	margin:0;
	padding:15px 0 0 5px;
	color: #2a6ca0;
	font-size:13px;
	font-weight:bold;
	height:48px;
	width:390px;
	}
	
#mainColumn p#breadcrumb {
	font-size: 10px;
	color:#999999;
	margin:0;
	padding:0;
	padding-bottom:5px;
	}

#mainColumn .logos {
	border: 1px solid #000000;
	}

/* new - dbrong */
#mainColumn .heading1 {
	color:#679b53;
	font-size: 13px;
	margin:0;
	padding:0;
	padding-bottom:2px;
	font-weight: bold;
	}
/* new - dbrong */
.greenText {
	color:#679b53;
}
#mainColumn h1, #mainColumn h2, #mainColumn h3, #mainColumn h4, #mainColumn h5, #mainColumn h6 {
	margin:100px;
	background-color:Red;
	}
/* new - dbrong */	
#mainColumn .heading {
	color:#689a53;
	font-size: 14px;
	margin:0;
	padding:5px 0 2px 0;
	font-weight: bold;
	}	

#mainColumn p {
	color: #000000;
	margin-top:0;
	padding-top:0;
	padding-bottom:8px;
	}
	
#mainColumn a {
	color:#2b6a9f;
	}

#mainColumn ul {
	color: #000000;
	list-style-type:disc;
	margin:0;
	padding:0 0 10px 30px;
	}	
	
#mainColumn ul li {
	padding-bottom: 5px;
	}		
		
#mainColumn .error {
	color:#FF0000;
	}
		
#mainColumn .errorMessage {
	color:#FF0000;
	font-size: 10px;
	}
		
/* right column */
#rightColumn {
	float: right;
	/*
	background-image:url(../../images/sub_rightColumn.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	*/
	width: 155px;
	margin:5px 5px 0 0;
	display:inline;
	}
	
	#rightColumn .box1, #rightColumn .box2 {
		margin-bottom:20px;
		padding:0;
		}
	
	#rightColumn p {
		padding:0 0 5px 8px;
		margin:0;
		}
	
	#rightColumn .box1 h1 {
		background-color: #296b9f;
		font-size: 12px;
		text-align:center;
		color: #ffffff;
		width: 120px;
		padding: 3px 0;
		margin:0 0 5px 0;
		}
	
	#rightColumn .box1 a {
		color: #296b9f;
		}
	
	#rightColumn .box2 h1 {
		background-color: #689a53;
		font-size: 12px;
		text-align:center;
		color: #ffffff;
		width: 120px;
		padding: 3px 0;
		margin:0 0 5px 0;
		}
	
	#rightColumn .box2 a {
		color: #689a53;
		}
	
	#rightColumn .top {
		background-image:url(../images/rightColumn_top.gif);
		background-repeat:no-repeat;
		width: 155px;
		height:11px;
		overflow:hidden;
		}
	
	#rightColumn .middle {
	background-image:url(../images/rightColumn_middle.jpg);
	background-repeat:repeat-y;
	width: 140px;
	margin:0;
	padding:1px 0 0 15px;
	vertical-align: top;
		}
		
	
	#rightColumn .bottom {
		background-image:url(../images/rightColumn_bottom.jpg);
		background-repeat:no-repeat;
		background-position:top;
		width: 155px;
		height:11px;
		overflow:hidden;
		}
			
/*
#rightColumn #top {
	position: relative;
	top:15px;
	padding: 10px;
	}

#rightColumn #top ul {
	list-style-type:none;
	font-variant:small-caps;
	font-size:10px;
	margin:0;
	padding:0;
	}

#rightColumn #top ul li {
	padding-bottom:10px;
	}

#rightColumn #top ul li a {
	color:#2c6a9d;
	}

#rightColumn #top .icons {
	padding: 0 6px 10px 0;
	}

#rightColumn #top .icon2 {
	padding-top:15px;
	}

#rightColumn #top form {
	margin: 0;
	padding: 10px 0;
	}

#rightColumn #top #email {
	color:#888888;
	height: 13px;
	width:120px;
	margin-bottom:3px;
	font-size:11px;
	}

#rightColumn #bottom {
	position: relative;
	top:35px;
	#top:29px;
	padding: 12px;
	}

#rightColumn #bottom .tools {
	padding: 0 0 10px 20px;
	#padding-bottom: 8px;
	}	
	
#rightColumn #bottom .tool2 {
	padding: 10px 0 5px 0;
	}		

#rightColumn #bottom a {
	color: #286ba0;
	text-decoration:none;
	font-size:9px;
	}

#rightColumn #bottom a:hover {
	text-decoration:underline;
	}

*/	
			
/* footer */
#footer {
	background-image:url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	
	width: 750px;
	height: 40px;
	
	padding:10px 20px 20px 20px;
	}

#footer ul {
	list-style-type:none;	
	color: #7f6b57;
	font-size:10px;
	margin:0;
	padding:0;
	}

#footer ul li {
	float: left;
	padding-right:10px;
	}

#footer ul li a {
	color: #7f6b57;
	}

#footer ul li#last {
	clear:both;
	padding-top:10px;
	}	

#footer p#citiLogo {
	margin:0;
	padding:0;
	}
