body {
	min-width: 1024px;      /* 2x LC width + RC width */
	padding-right: 5%;
	padding-left: 5%;
}
#container {
  padding-left: 250px;   /* LC width */
  padding-right: 355px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
	width: 418px;
	background: url(images/textbkgrd.gif) no-repeat;
	overflow: hidden;
	min-height: 375px;
}
#left {
	width: 250px;          /* LC width */
	margin-left: -418px;
	right: 250px;
}
#right {
	width: 355px;         /* RC width */
	margin-right: -355px;
}
#footer {
	clear: both;
	font-size: small;
	line-height: 2em;
	color: #FFF;
	background: url(images/copyright.gif) no-repeat;
	width: 585px;
	margin: 2em;
	height: 2em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	padding:1em;
	
}
/*** IE6 Fix ***/
* html #left {
  left: 355px;           /* RC width */
}
#navcontainer {
	width: 250px;
	top: 0px;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	display: block;
}

#navcontainer a
{
	display: block;
	padding: 5px;
	width: 200px;
	border-width: 3px;
	background: url(images/nav1.gif) no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
	background: url(images/nav1.gif) no-repeat;
	
}

#navcontainer a:hover
{
	color: #fff;
	background: url(images/nav2.gif) no-repeat;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	line-height: 1.6em;
	color: #006594;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5%;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	line-height: 1.2em;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5px;
}

