a {
	color: #959653;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

p, ul {
	margin-top:0;
	text-align: justify;
}

.aboutOdd h1{
	margin:0 0 5px 0;
	font-size:1.5em;
	width:100%;
	color: #737750;
	padding: 3px 0 3px 3px;
	border-bottom: 1px solid #959653;
}

.aboutEven h1{
	margin:0 0 5px 0;
	font-size:1.5em;
	width:100%;
	color: #FFFFFF;
	padding: 3px 0 3px 3px;
	border-bottom: 1px solid #FFFFFF;
}

#menu a:hover, #headerColorBar, #footerMenu {
	background-color: #959653;
}

#aboutMenu {
	position:absolute;
	top:0px;
	left:0px;
	background-color: #959653;
	padding: 5px 20px 5px 0px;
	width: 617px;
	text-align: center;
	font-size:1.1em;
	color: white;
}

#aboutMenu a {
	color: white;
	text-decoration: none;
}

.aboutTopCorners {
	position:absolute;
	top:-2px;
	right:-2px;
}

.aboutBottomCorners {
	position:absolute;
	bottom:-2px;
	left:-2px;
}

.aboutOdd {
	position:relative;
	border: 1px solid #959653;
	margin-top: 5px;
	padding: 7px 10px 10px 10px;
	background-color: #EDEAE6;
	color:#737750;
	font-size:1.1em;
	width:595px;
	float:right;
}

.aboutEven {
	position:relative;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	padding: 12px;
	background-color: #959653;
	color:#FFFFFF;
	font-size:1.1em;
	width:595px;
	float:right;
}

.aboutPictOdd, .aboutPictEven {
	width: 105px;
	height: 110px;
	float: left;
}

.aboutPictOdd{
	border : 1px solid #959653;
}

.aboutPictEven{
	border : 1px solid #FFFFFF;
}

.aboutTxt {
	float: right;
	width: 475px;
}

.aboutTxt ul {
	padding: 0;
	list-style-position: inside;
}
/*
.goBackTopOdd {
	float: right;
	text-align:center;
	width:10em;
	font-size:0.8em;
	padding:5px;
	background-color: #EDEAE6;
	color: #959653;
	text-decoration:none;
	border: 1px solid #959653;
}
*/
.goBackTopEven:hover {
	background-color: #E4E5CE;
	color: #C0512E;
}

.goBackTopEven, .goBackTopOdd {
	float: right;
	text-align:center;
	font-size:0.8em;
	padding:5px;
	background-color: #C0512E;
	color: #FFFFFF;
	text-decoration:none;
	border: 1px solid #FFFFFF;
}

.goBackTopOdd:hover {
	background-color: transparent;
	color: #C0512E;
	border: 1px solid #C0512E;
}
