body { 
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	background: #white;

}

.yellow { 
	color: #eda020;
}

.red { 
	color: #ba412c;
}

.tan { 
	color: #d4d1de;
}

.lgtblue {
	color: #729e9c;
}

.dkblue { 
	color: #0e2438;
}

.dkgray { 
	color: #8a8a87;
}

.lgtgray { 
	color: #ededee;
}

.white_bg { 
	background: white;
}


h1 { 
	font-size: 18px;
	color: #729e9c;
	font-weight: normal;
}

h2 { 
	font-size: 11px;
	color: #ba412c;
	font-weight: normal;
	margin: 0px;
}

p {
 margin: 0px;
}


#lta { 
	position: absolute;
	top: 24px;
	left: 380px;
}


#topnav { 
	margin-top: 73px;
	margin-left: 34px;	
}

#nav_profile { 
	margin-left: 18px;
}

#nav_projects { 
	margin-left: 15px;
}

#nav_news { 
	margin-left: 16px;
}

#subnav { 
	margin-top: 32px;
	margin-left: 34px;
	height: 18px;
	width: 518px;
	background: #d4d1de;
	text-align: right;
	padding-top: 6px;
	padding-right: 22px;
}

#subnav_disabled { 
	margin-top: 40px;
	margin-left: 34px;
	height: 0px;
	width: 540px;
	background: #d4d1de;
}

#content {
	width: 540px;
	background: white;
	margin-left: 34px;
	border: 1px solid white;
	line-height: 18px;
	color: #8a8a87;
}



.content2 { 
	margin-top: 37px;
	margin-left: 48px;
	width: 455px;
}	

#sidebar { 
	position: absolute;
	top: 235px;
	left: 618px;
	width: 255px;
}


.newslist {
	margin-top: 0px;
	margin-left: 48px;
}

.newsdate { 
	font-weight: bold;
	color: black;
}

.newsitem { 
	border-bottom: 1px dotted #8a8a87;
	width: 455px;
	padding-bottom: 10px;
	color: #8a8a87;
} 
	
.newsitem b {
	font-weight: normal;
	color: black;
}

.newsitem strong {
	font-weight: normal;
	color: black;
}

.newsheadline { 
	font-size: 18px;
	color: #729e9c;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 12px;
}

#credits { 
	margin-left: 40px;
	margin-top: 20px;
	color: #8a8a87;
	font-size: 10px;
	margin-bottom: 30px;
}

#credits a { 
	color: #8a8a87;
}	
	



.hr { 
	border-bottom: 1px dotted #8a8a87;
}

.intro { 
	font-size: 18px;
	line-height: 22px;
	color: #8a8a87;
}

#news_sidebar { 
	background: white;
	width: 255px;
}

#news_sidebar_header { 
	color: white;
	background: #ba412c;
	font-weight: bold;
	width: 240px;
	height: 20px;
	padding-top: 8px;
	padding-left: 15px;
}

#news_sidebar_content { 
	padding: 15px;
}

.project_sidebar { 
	height: 84px;
	width: 350px;
	color: white;
	font-size: 11px;
	padding-left: 20px;
	background: white;
}

.project_sidebar_title { 
	padding-top: 7px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.project_sidebar a { 
	color: white;
}


#project_media { 
	width: 540px;
	background: white;
}

#project_nav { 
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#project_nav a { 
	text-decoration: none;
	color: #8a8a87;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#project_nav a:hover { 
	text-decoration: none;
	color: #ba412c;
}

#project_nav a.red { 
	text-decoration: none;
	color: #ba412c;
}


.project_tab_media { 
	margin: 0px;
	xbackground: #729e9c;
	background: #dde2dc;
	width: 540px;
	height: 382px;
	display: none;
}

.project_tab_media div { 
	margin-bottom: 2px;
}

#tab_placeholder { 
	margin: 0px;
	xbackground: #729e9c;
	background: #dde2dc;
	width: 540px;
	height: 382px;
}


.project_caption { 	
	float: left;
	width: 500px;
	color: black;
	padding-left: 7px;
}

.prevnext { 
	cursor: pointer;
}






