/* CSS Document */
body {
	font: small Verdana, Arial, Helvetica, sans-serif; 
	color: #898b86; 
	background: #898b86 url(images/bgtile13.jpg); 
	margin-top: 40px; 
	margin-bottom: 40px; 
	text-align: center;
	} //text-align:center is for IE5/Win	
a img {
	border: none;
	}
a {
	text-decoration: none;
	}
a:link, a:visited {
	color: #9c9e99; 
	border-bottom: 1px solid #9c9e99;
	}
#rightcol #content a:hover {
	color: #000; 
	background-color: #F4F2E4; 
	border-bottom: 1px solid #000;
	}
#logo a {
	border-width: 0;
	}
#frame {
	margin: 0 auto;
	width:750px;
	}
#container {
	background: url(images/bgframe2.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	overflow:hidden;
	width:750px;
	}
#colspan {
	clear: both;
	width:100%;
	text-align: left;
	font-size: 90%;
	letter-spacing:.5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#colspan_left {
	xbackground-color:#ccc;
	width:250px;
	float:left;
	text-align: right;
	margin-top: 10px;
	}
#colspan_left p {
	padding: 0 20px 0 0;
	margin-top: 0;
	}
#colspan_left p.sidebar {
	font: bold 1em Verdana, Arial, sans-serif; 
	letter-spacing: .5px; 
	margin-top: 0px;
	}
#colspan_right {
	xbackground-color: #ccc;
	width:500px;
	float:right;
	text-align: left;
	letter-spacing:.5px;
	margin-top: 10px;
	}
#colspan_right p {
	padding: 0 135px 0 20px;
	margin-top: 0;
	line-height: 1.8;
	}
#rightcol {
	xbackground-color: #ccc;
	padding-top: 50px;
	width:486px; /* originally was 500px */
	border-left:250px; /* The width and color of the rail */
	margin-left:-250px; /* Hat tip to Ryan Brill */
	float:right;
	text-align: left;
	font-size: 95%;
	letter-spacing:.5px;
	margin-right: 14px; /* orginially wasn't here */
	}
/*** IE Fix ***/
* html #rightcol {
	position: relative;
	left: 14px; 
	letter-spacing:0px;        
	}
#picture {
	xmargin-right: 15px; 
	margin-bottom: 40px; 
	height: 178px;	
	}
#content p {
	padding: 0 135px 0px 20px;
	margin-top: 0;
	line-height: 1.9;
}
	
/*** IE Fix ***/
* html #content p {
	color: #585956;        
	}
	
#content h1 {
	margin-top: 0; 
	padding: 0 135px 0 20px; 
	font: 1.5em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	}
#content h2 {
	padding-top: 7px; 
	color: #646662; 
	padding: 0 135px 0 20px; 
	font: bold 90% Verdana, Arial, sans-serif;
	letter-spacing: 1.7px; 
	text-transform: uppercase;
	}
/*** IE Fix ***/
* html #content h2  {
	padding-top: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px; 
	letter-spacing: .5px;       
	}
#content ul, ol {
	margin-top: 5px;
	margin-bottom: 20px;
	}
#content li {
	padding: 0 135px 0px 0px;
	line-height: 1.8;
	}
#footer {
	position:relative;
	left: 20px;
	width: 465px;
	border-top: 1px dashed #9c9e99;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-top: 15px;
	font-size: 95%;
	}
#leftcol {
	xbackground-color:#999;
	margin-top: 50px;
	width:250px;
	float:left;
	text-align: right;
	xmargin-left: 15px;
	}
#logo {
	margin-left: 15px; margin-bottom: 40px; height: 178px;
	}
#nav ul {
	padding: 0 20px 0 0;
	margin: 0;
 	list-style: none;
	}
#nav ul li{
 	margin: 0 0 1px 0; 
  	padding: 0;
  	letter-spacing: 1px;
  	text-transform: uppercase;
  	font-size: 80%;
  	line-height: 1.9;
  	}
/*** IE Fix ***/
* html #nav ul li{
  	letter-spacing: .5px;
  	}
#nav ul li a:link,   
#nav ul li a:visited {
	font-weight: bold;
	color: #898b86;
	border-bottom: none;
	text-decoration: none;
  	}
/*** IE Fix ***/
* html #nav ul li a:link  {
	color: #7d807a;        
	}
* html #nav ul li a:visited {
	color: #7d807a;        
	}
#nav ul li a:hover {
	color: #000;
	background-color: #fff;
  	}
#nav ul li.announcement {
	border-top: 1px dotted #ccc;
	xborder-bottom: 1px dotted #ccc;
	margin-left: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	xbackground-color: #fff;
	padding-top:5px;
	padding-bottom:5px;
	}
#nav ul li.announcement a {
	font: Georgia, "Times New Roman", serif; 
	}



