body {
	background-color:#ffffff;
	margin:0px;
	}

#container {
	background:url(/images/contbg.gif) repeat-y;
	border:1px solid #e1e1e1;
	width: 800px;
	\width: 810px;
	w\idth: 800px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height:216px;
	width: 800px;
	\width: 810px;
	w\idth: 800px;
	margin-left: auto;
	margin-right: auto;
	background:url(/images/new_top.jpg) no-repeat #ffffff;
	border:1px solid #e1e1e1;
	margin-bottom:5px;
	}

.top {
	display:none;
	}

#navigation {
	width:150px;
	float:left;
	}

#main {
	margin-left:157px;
	}

#footer {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border:1px solid #e1e1e1;
	}

.footer {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Verdana,Arial,Helvetica,sans-serif;
	font-size: xx-small;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.body {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 15pt;
	padding: 10px;
	margin-left: 10px;
}

.text {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	line-height: 15pt;
	padding: 10px;
}

.small {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 15pt;
	padding: 10px;
}

a {
color:#C93;
text-decoration:none;
}
a:hover {
color:#CCC;
text-decoration:none;
}

.smalltext {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Verdana,Arial,Helvetica,sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
	
img {
	border:0px;
	}

#navcontainer { width: 145px; }

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 145px;
/* to display the list horizontaly */
font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Verdana,Arial,Helvetica,sans-serif;
margin: 0;
padding: 0;
border-top: 1px #ffffff solid;
border-left: 1px #ffffff solid;
border-right: 1px #ffffff solid;
font-size:9px;
letter-spacing:.25em;
}

#navlist a
{
width: 145px;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #e1e1e1;
border-bottom: 1px #ffffff solid;
border-right: 1px #ffffff solid;
text-align: left;
text-decoration: none;
text-transform:uppercase;
font-weight:bold;
padding:5px;
color: #000;
}

#navlist a:hover { background-color: #cccccc; color:#ffffff; }
#navlist a:visited { color: #000; }

#toggle {
	display: none;
	}

.show {
	display: block!important;
	}
