		body {
			min-width: 630px;    /* 2x LC width + RC width */
			font-family: Georgia, "Times New Roman", Times, serif;
			margin: 0px;
			padding: 0px;
			width: 100%; /* FF doesn't always fill the screen without this */
			background: #FFF;
		}
		
		#container {
			position: relative;
			overflow: hidden;
			padding-left: 200px;      /* LC fullwidth */
			padding-right: 190px;     /* RC fullwidth + CC padding */
		}
		
		#container .column {
			position: relative;
			float: left;
			/* padding-bottom: 20010px;
			margin-bottom: 20000px; */
		}

		#center {
			min-height: 100%;
			padding: 10px 20px;
			width: 100%;
			overflow:hidden;
		}
		
		/* IE min-height hack */
		/* .prop {
			height: 100%;
			float: right;
			width: 1px;
		} */
		
		/* IE min-height hack continued */
		/* .clear {
			clear:both;
			height:1px;
			overflow:hidden;
		} */
		
		#left {
			width: 180px;           /* LC width */
			padding: 0px 10px 0px 5px;        /* LC padding */
			left: 150px;           /* RC fullwidth for IE6 */
			margin-left: -100%;
		}
		
		/*** IE Fix ***/
		#container > #left { left: -240px; /* -(LC width + CC padding) */ 
					margin-left: expression(
					document.all.center.offsetWidth * -1 + 
					parseFloat(document.all.center.currentStyle.paddingLeft) + 
					parseFloat(document.all.left.currentStyle.paddingLeft) + 
					parseFloat(document.all.left.currentStyle.paddingRight)
					); /* Fix for IE7 */ 
		}

		#right {
	width: 130px;
	padding: 0px 20px;
	margin-right: -190px;
		}

		#footer {
			clear: both;
			postion:relative;
			padding:10px;
		}
		
		
		*html body {
		overflow:hidden;
		}
		
		/* *html #footer-wrapper {
			float:left;
			position:relative;
			clear:both;
			width:100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
		} */

		/*** Just for Looks ***/

		#header {
	background: #FFFFFF url(../image-files/anniv2.jpg) no-repeat right top;
	padding-top: 0.3em;
	height: 80px;
		}
		
		#header #badge {
			top: 1px;
			position: absolute;
			left: 10px;
		}
		
		#header .subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	top: 45px;
	position: absolute;
	left: 5px;
}
#header p {
	font-size: 36px;
	font-weight: bold;
	color: #000099;
	margin-left: 100px;
	margin-top: 0px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position:absolute;
	right: 90px;
	top: 74px;
}

#header li {
	display: inline;
	margin-left: 10px;
}
#header li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font: .7em "Trebuchet MS";
}

.seperator {
	border-right: 1px solid #666;
	padding-right:10px;
	width: 10px;
}

#header .update {
	font-size: .54em;
	color: #FF0000;
	position: absolute;
	text-align: right;
	top: 97px;
	right: 92px;
}

#mainNav {
	padding-top: 5px;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../image-files/bg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold .65em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover {
	background: url(../image-files/bg_nav_h.png);
}

* html #mainNav a { width: 1px; }

#center .figure {
	position:relative;
	float: left;
	width: 250px;
	margin-bottom: 15px;
	margin-left: -5px;
	position:relative;
	margin-top: 0px;
	height: 250px;
	padding: 0px 5px 0px 0px;
	margin-right: 8px;
}

#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: .8em;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(../image-files/bg_link.png) no-repeat right top;
}

#news a:hover {
	color: #000000;
	background-image: url(../image-files/bg_link_h.png);
}

* html #news a {
	height: 1px; 
}

#right * {
   color: #000;
}

#right h3 {
   font-size: .9em;
   background:#73AFB7;
   padding:3px 5px 3px 10px;
}

#right h4 {
   font-size: .8em;
   margin: 10px 10px 5px 10px;
}

#right p {
   font-size:.7em; 
   margin: 3px 10px 10px 10px;
   line-height:110%;
}

		#copyright {
	padding: 5px;
	border-top: 1px solid #000;
	background-color: #000099;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

		.column {
			padding-top: 1em;
			text-align: left;
		}
#center p {
}
.categories {
	font-size: 1.4em;
	color: #000099;
}
.keywordphrase {
	font-size: .7em;
	color: #999999;
}
.red {
	color: #FF0000;
}
.style16x {
	font-size: 16px;
}
.tableheader {
	font-size: 18px;
	font-weight: bold;
}
.tabledata {
	font-size: 16px;
}
