/*
	Use this CSS file only for positioning
	information, not font-styling settings
	such as size, padding, and so forth
*/

#announcements {
	background-color: rgb(245,133,21);
	color: rgb(255,255,255);
	padding: 0px;
}

#bodycopy {
	position: absolute;
	top: 0px;
	left: 50px;
}

#structure {
	background-color: rgb(255,255,255);
}

#banner {
	height: 131px;
	background-color: rgb(245,133,21); 
}

#logo {

}

#logotype {
	background-color: rgb(245,133,21); 
	color: rgb(255,255,255);
	font-family: times;
	font-size: 55px;
	font-weight: 100;
	padding-left: 15px;
}

#logounderline {
	background-color: rgb(241,96,0);
	width: 100%;
	height: 5px;
}

#menu {
	height: 25px;
}

#menubg {
	height: 25px;
	background-color: rgb(241,96,0);
}

#menuelem {
	border: solid 0px white;
	border-right-width: 1px;
}

#menuelem A {
	color: rgb(255,255,255);
	font-size: 14px;
	text-decoration: none;
	border-width: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

#headerbg {
	height: 14px;
	background-color: rgb(0,0,0);
}

#content {
	background-color: rgb(255,255,255);
	padding: 5px;
	padding-left: 35px;
}

.excerpt {
	width: 550px;
}