﻿/***********************************************/
/* style.css                            */
/* Use with template cssindex.php          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*------  	background: #0ffff0;
	border: 1px solid #000000;
	
----------------------*/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin-top: 10px;
	padding: 0px;
}

/* overrides decoration from previous rule for hovered links */
 /* Outer layer */

/*------ 	background: #f0cccc;
 	border: 1px solid #000000;
	
------	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
---------------*/
 #outer {
 	text-align: left;
 	color: inherit;
 	margin: 0 auto;
 	padding: 0;
 	width: 800px;
 }

/*------ 	background: #cccccc;
	border: 1px solid #543456;
	
-----	border-bottom: 1px solid #000000;
-----	height: 25px;
------------*/
#masthead{
	margin: 0;
	padding: 0px;
	width: 100%; 
	vertical-align:top;
	margin-bottom:5px;
	}

.banner {
	width:800px;
	border: 0px solid #000000;
	}
/*--------------------------------------------*/

#shell {
	background-color:#99ccff; 
	padding:2px;
	margin-bottom:0px;
	height:100%;
	}

/*------	background-color: #ee333e;
	 	background: #eeeccc;
	border-left: 1px solid #000000;

----------------------*/
#content{
  float:right;
	width: 593px; 
	margin: 0px;
	padding: 0px;
	min-height: 610px;
	}

/*------	background: #123fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	
----------------------*/
#navBar{
	margin: 0 0 0 0;
	width: 192px;
	padding: 0px;
	border: 0;	
	min-height: 600px;
}

.menu_border {
	border: 1px solid #000000;	
}

.menutext {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color: blue;
}
/************* #siteInfo styles ***************/

/*------	background: #cdffdc;
	border: 1px solid #cccccc;
	border-top: 1px solid #000000;}
	
----------------------*/
#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 0px;
	margin-top: 0px;
	min-height: 70px;
	background-color:#ffffff; 
	width: 796px; 
	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" */

