
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 10px 0px 5px 0px;
	background:url(barreL.jpg) top left repeat-y;
	text-align: center;
}

/*************** #boxName styles **************/

#boxName{
	padding: 5px 5px 5px 25px;
	background:url(barreM.jpg) top left repeat-y;
	text-align: left;
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	border-top: 1px solid #cccccc;*/
	width: auto;
}

/************** .feature styles ***************/


.feature h3{
	padding: 10px 0px 0px 25px;
	text-align: left;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	margin:0px 8px 0px 8px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


#menu {
	color: black;
	background:url(barreL.jpg) top left repeat-y;
	#background-color: #dbe1ea;
	text-align:center;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #f4a460;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #f4a460;
	margin: 0px auto;
}

#menu table {
	width: 750px; 
	margin: 0px auto;
	text-align: center;
}

#menu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
        }

#menu ul li {
	display: inline;
   padding-left: 10px;
   padding-right: 10px;
        }

#menu a {
	font-size: 24px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	color: blue;
	background-color: inherit;
	text-decoration: none;
}

#menu a:visited {
	color: fuchsia;
	background-color: inherit;
	text-decoration: none;
}
        
#menu a:active {
   color: #00ff00;
	background-color: inherit;
	text-decoration: none;
        }
        
#menu a:hover {
	color: red;
	background-color: inherit;
	text-decoration: underline;
}
