body, table {
	margin: 0px;
	font-family: "Verdana CE", Verdana, sans-serif;
	color: #000000;
	font-size: 10px;
}
a {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#layoutTable {
	width: 770px;
	height: 100%;
	background-color:#FFAD3C;
}
.leftCell, .middleCell, .rightCell {
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 10px;
}
.leftCell {
	width: 211px;
}
.middleCell {
	width: 280px;
	background-color: #FFB959;
	text-align: center;
}
.rightCell {
	width: 279px;
	text-align: center;
	padding-bottom: 10px;
}
.rightCell p {
	margin-left: 10px;
	margin-right: 10px;
}
#mainMenu a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: "Verdana CE", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFBEA;
	text-decoration: none;
}
#mainMenu a:hover {
	color: #204400;
	background-color: #FFB959;
}
#sep {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 130px;
	height: 2px;
	background-color: #FFB959;
}
#subMenu a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 10px;
	color: #CC6600;
	text-decoration: none;
}
#subMenu a:hover {
	color: #000000;
}
#straightContact {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	color: #CC6600;
}
.leftAligned {
	text-align: left;
}
.justifyAligned {
	text-align: justify;
}
.bolded {
	font-weight: bold;
	line-height: 1.5;
}
.small {
	font-size: 9px;
}

input, select, textarea {font-family: Arial, Helvetica, sans-serif; font-size:10px; background-color:#FFB959; border-color:#000000; border-style:solid; border-collapse:collapse; border-width:1px;}
