body {
	background-color: #ffcc99;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	padding: 0px;
}

a {
	color: #003399;
}

a:hover {
	color:#cc0000;
}

.button {
	border-style: solid;
	border-width: 1px;
}

.inputText {
	border-style: solid;
	border-width: 1px;
}

.ApolloArticleArea {
	color: #CC3808;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}

.ApolloArea {
	color: #CC3808;
}

.addressbookPersonName {
	font-size: 110%;
	font-weight: bold;
	background-color: #FDA30E;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-left-style: none;
	border-right-style: none;
	margin-bottom: 5px;
}

.addressbookInstitution {
	font-weight: bold;
}

.clear {
	clear: both;
}

#addressbookSearchBox {
	background-color: #DDDDDD;
	padding: 5px;
}

#addressbookSearchName {
	float: left;
	margin-right: 5px;
}

#addressbookSearchName, #addressbookSearchInstitute .inputText {
	font-size: 100%;
}

#addressbookSearchName, #addressbookSearchInstitute .label {
	margin-top: 5px;
	font-size: 80%;
}

#addressbookSearchInstitute {
}

#addressbookSearchSubmit {
	margin-top: 14px;
}

#addressbookSearchTitle {
	font-weight: bold;
	font-size: 100%;
}

#addressbookResult {
	clear: both;
}
 
#logoText {
	float: left;
	margin-top: 15px;
	font-size: 140%;
	font-weight: bold;
	color: #CC3808;
	white-space: nowrap;
}

#logoText a {
	color: #CC3808;
	text-decoration: none;
}

#searchBoxHeader {
	float: right;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 85%;
	color: #CC3808;
	white-space: nowrap;
	vertical-align: bottom;
}

#searchBoxHeader .inputText {
	font-size: 90%;
	height: 1.8em;
	width: 10em;
	padding: 0px;
	line-height: 1.8em;
	border-color: #CC3808;
}

#searchBoxHeader .button {
	background-color: #ffffcc;
	font-weight: bold;
	color: #CC3808;
	font-size: 90%;
	height: 1.8em;
}

#searchBoxHeader .buttonOver {
	border-style: solid;
	border-width: 1px;
	font-size: 85%;
	background-color: #EB6F23;
	color: white;
	font-weight: bold;
	height: 1.8em;
	cursor: hand;
}

#infoBar {
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	font-size: 80%;
	color: white;
	letter-spacing: 1.5;
	background-color: #CC3808;
	padding: 1px;
	margin-bottom: 10px;
	margin-top: 0px;
	white-space: nowrap;
}

#menu {
	position: absolute;
	left: 20px;
	width: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #ffa875;
	margin-top: 10px;
}

#menu h2 {
	font-weight: bold;
	font-size: 80%;
	margin: 0px;
	margin-bottom: 3px;
	padding: 2px;
	color: #003399;
	width: 20em;
}

#menu .menuItem {
	background-color: #ffffcc;
}

#menu .menuItemOver {
	color: white;
	background-color: #EB6F23;
	cursor: hand;
}

#menu .menuItemOver a {
	color: white;
	background-color: #EB6F23;
	cursor: hand;
}

#menu a {
	display: block;
	text-decoration: none;
	width: 20em;	
}

#menu .menuSectionTitle {
	margin: 0px;
	margin-bottom: 2px;
	padding: 2px;
	font-weight: bold;
	font-size: 80%;	
	color: white;
	background-color: #CC3808
}

*html #menu {
	margin-top: 0px;
}

#mainContentFrame {
	margin-left: 17.5em;
	background-color: #ffffe5;
	padding: 20px;
}

#mainContent {
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #ffa875;
}

#copyright {
	text-align: right;
	font-size: 75%;
	color: #CC3808;
	margin-top: 5px;
}