/* real styles */
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #E0E0D9;
	margin: 10px 0px 100px 0px;
	padding: 10px 0px 100px 0px;
}



/* main navi area */
.tableTop {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.mainnav {
	padding-bottom: 5px;
	padding-right: 10px;
}
.mainnav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.mainnav a:hover  {
	color: #FF4233;
}
.mainnav ul {
	margin: 0px;
	padding: 0px;
}
.mainnav li {
	display: inline;
	margin-left: 4px;
}

address {
	font-size: 11px;
	font-weight: normal;
	color: #2142AD;
	text-decoration: none;
	margin-top: 5px;
	font-style: normal;
}


.base a:hover, .base a:visited {
	 
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/* LHS column */
.LHS, .RHS {
	background-color: #FFF;
	padding-bottom: 20px;
}
.LHS p, .RHS p {
	margin: 0px 20px 5px 20px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	}
.LHS a, .RHS a {
	font-size: 10px;
	text-decoration: none;
	color: #FF4233;
	font-weight: bold;
	margin-left: 20px;
	}
.LHS a:hover, .RHS a:hover {
	background-color: #FF4233;
	color: #FFF;
	text-decoration: none;
}
.LHS H2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 10px 20px 0px 20px;
}
.LHS H1, .RHS H1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #7A8ECE;
	padding: 5px 20px 4px 20px;
	margin: 0px 0px 4px 0px;
}

/* LHS column */
.RHS H2 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 10px 20px 5px 20px;
}

.RHS .quote {
	padding: 5px 20px 4px;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: 300;
}

.RHS p a {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 0px;
	}
	
.RHS .caption {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0px;
	font-style: italic;
	
	}	
.RHScol1 {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 12px;
	color: #333;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 200px;
	padding-left: 0px;
		}
	
	.RHScol2 {
	padding: 0px 40px 0px 0px;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 12px;
	color: #333;
	background-repeat: no-repeat;
	background-position: right top;
		}
	
	
	a.siteby {
	text-decoration: none;
	font-size: 12px;
	}
	
 a.siteby:visited {
	text-decoration: none;
	font-size: 12px;
	}
	
	a.siteby:hover {
	text-decoration: underline;
	font-size: 12px;
	}
	
	
