@charset "UTF-8";
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:100%;
	margin: 0;
	text-align:center;
	/*background-color:#DDEAC6; */
	background-image:url(images/bg.jpg);
}


#page {
	width: 950px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	/*background-color:#FFFFFF; */
	font-size:80%;
}

#headBanner {
	height:100px;
	padding-top:20px;
	/*background-color:#FFFFFF;*/
	background-image:url(newsite/images/banner_home.jpg);
	background-repeat:no-repeat;
}

#mainMenu * {
	margin:0;
	padding:0;
}

#mainMenu {
	width:950px;
	clear:both;
	float:right;
	border-bottom: 1px solid #9A5107;
}

#mainMenu ul {
	list-style-type:none;
	float:right;
}

#mainMenu li {
	width:100px;
	/*border-right: 1px solid #9A5107;*/
	/*border-bottom: 1px solid #666666;*/
	background-color:#FFFFFF;
	text-align:center;
	float:left;
}



#mainMenu li a {
	color:#9A5107;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	display:block;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#mainMenu li a:hover {
	/* text-decoration:underline; */
	background-color: #FFCC66;
	/* color:#FFFFFF; */
	border-top: 1px solid #9A5107;
	border-left: 1px solid #9A5107;
	border-right: 1px solid #9A5107;
}

#mainContent {
	width:888px;
	padding:30px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	clear:both;
	border-left: 1px solid #9A5107;
	border-right: 1px solid #9A5107;
	border-bottom: 1px solid #9A5107;
	color: #9A5107;
	overflow:auto; /* Forces this wrapper div to contain the two floated divs below and display the border */
	
	background-image:url(images/senaS.gif);
	background-repeat:no-repeat;
	background-position:right;
	
}

#contentLeft {
	width: 500px;
	float:left;
	line-height: 200%;
	/*background-color:#CCCCCC; */
}

#contentLeft a {
	color:#9A5107;
}

#contentLeft a:visited {
	color:#9A5107;
}

#contentLeft a:hover {
	color:#CC0000;
}

#contentRight {
	width: 350px;
	float:right;
	line-height: 200%;
	
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#669933;
}

.quote .attributee {
	font-size: 80%;
	font-style:italic;
	text-align:right;
}

.services {
	line-height:120%;
}

.services p {
	padding-top:10px;
}

#footer {
	padding-top:10px;
	color:#666666;
	font-size:90%;
	clear:both;
	text-align:center;
	margin-bottom:20px;
}

#footer a {
	color:#666666;
}

#footer a:hover {
	color:#CC3333;
}

#footer a:visited {
	color:#666666;
}

