body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	text-align: center;
}
a {
	color: Black;
}
div#alignmentContainer {
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div#bodyLeft {
	float: left;
	width: 700px;
	height: 400px;
}
div#bodyRight {
	float: left;
	width: 250px;
	height: 400px;
}
#header {
	background-image: url(../images/smallerheader_02.gif);
	height: 86px;
}
#header h1 {
	position: absolute;
	font-size: 46px;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 10px;
	top: -500px;
}
div#bodyContainer {
	clear: both;
}
#menu {
 	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, Serif;
	font-weight: bold;
	font-size: 1.5em;
	*/
	margin-top: -13px;
}
#menu a {
 	/*
	text-decoration: none;
	color: Black;
	*/
}
#menu a:hover {
 	/*
	color: Gray;
	*/
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	display: inline;
	margin-right: 0;
	margin-left: 0;
}

.divisionContainer {
	overflow: auto;
	width: 680px;
	border: 0px solid red;
	text-align: justify;
	margin-top: 3em;
}

.divisionContainer img {
	border: 1px solid Black;
}

.divisionContainerLeft {
	float: left;
	width: 230px;
	text-align: center;
}

.divisionContainerRight {
	float: right;
	width: 449px;
}

.divisionContainerRight div {
	margin: 0 1em 0 0;
}

.divisionContainer em {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

ul.projects {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.projects li {
	margin-top: 2em;
}

h2.news {
	text-align: center;
	text-decoration: underline;
}

ul.news {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.news li {
	margin-top: 2em;
}

h2.careers {
	text-align: center;
	text-decoration: underline;
}

p.careers {
	text-align: center;
}

h2.contact {
	text-align: center;
	text-decoration: underline;
}

p.contact {
	text-align: center;
}

#bodyLeft h3 {
	margin-left: 20px;
}

#bodyLeft p {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

a#rabbit {
	display: block;
	float: right;
	border: 0;
	margin-right: 1em;
}

a#rabbit img {
	border: 0;
}

#adminMenu {
	text-align: right;
	font-size: small;
	font-weight: normal;
}

div.adminLinks {
	text-align: right;
	margin-left: 20px;
	margin-right: 20px;
}

.adminLinks a {
	margin-left: .5em;
	border: 1px dotted Silver;
	text-decoration: none;
	padding: .1em .25em .1em .25em;
}