 body {
	background-image:  url("images/logos/backGround_RAlogo.gif");
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	background-position: 70px 100px;
}

#content li { margin: 0 0 8px 0; }

#content img {
	padding: 2px;
	border: 1px solid #CCCC66;
}
#tableInfo table{
	background-color: #E0E09E;
	border: 1px solid #CCCC66;
	padding: 6px;
	width: 100%
}
#tableInfo td{
border-bottom: 1px solid #CCCC66;
}

#sideGraphic img {
	border: none;
}
 
/********* page menu **************/
#anchorMenu {
	background-color: #E0E09E;
	border: 1px solid #CCCC66;
	padding: 6px;
	text-align: center;
}

#educationTrainingTable tr {
	border: 1px solid #CCCC66;
	background-color: #E0E09E;
	padding: 6px;
}
#textMenu a {

	border: 1px solid #87872E;
	color: #000;
	background-color: #DBDB8C;
	text-decoration: none;
	padding: 4px;
}
#textMenu a:hover {
	background-color: #E9ECC9;

}
#textMenu {
	font-weight: bold;

}


/********************* contact-form ******************/

#content form {
	border: 1px solid #87872E;
	background-color: #E0E09E;
	padding: 8px;
	width: 600px;
}

#contact-form legend {
 color: #365787;
}
#contact-form fieldset {
	border: 1px solid #92b8ce;
	padding: 10px;
}

/***************** div.submit **********************/

#contact-form div.submit {
	padding: 0.4em;
}

.btnSubmit {
	background-color: #DBDB8C;
	border: 1px solid #87872E;
}

/***************** firstSection *********************/

#firstSection label {
	float: left;
	width: 200px;
	font-size: 90%;
	margin-left: 1.2em;
}

#firstSection div {
	clear: left;
	margin: 0.4em 0 0.6em 0;
}

/*****************secondSection*********************/

#secondSection label{
	width: 100px;
	font-size: 90%;
	margin-left: 1.2em;
}

#secondSection div {
	clear: left;
	margin: 0.4em 0 0.6em 0;
}

#secondSection input.otherInput {
	float: left;
}

#secondSection div.textInfo {

}


