body{
	margin: 0px;
	padding: 0px;
	font-family: helvetic, arial, sans-serif;
	color: #fff;
	font-size: x-small;
	background-color: #ffffff;
}
td
{
	font-family: helvetic, arial, sans-serif;
	color: #000;
	font-size: small;
}
.baitDesc
{
	font-family: helvetic, arial, sans-serif;
	color: #000;
	font-size:smaller;
}
p{
	color: #666;
	font-size: small;
}

#header{
	margin:0 0 0 0;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;
	background-color: #000000; 
	height:130px;
	/*width:100%;*/
	text-align:right;
	vertical-align:middle;
}

#header img{
	float:left;
	/*width:267px;
	height:120px;*/
	border: none 0px #000000;
}

.address {
	float:right;
	/**width:20%;**/
	vertical-align:middle;
	margin:5px 20px 5px 5px;
}

#imagestrip {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 80px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;

}

ul.leftCol {
	list-style: none;
	margin-top: 0;
}

li {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	color: #666;
	font-size: x-small;
}

h2 {
	font-size: medium;
	font-weight: bold;
	/*background-color: #76839A;*/
	background-color: #d4a764;
	padding:0 10px 0 5px; 
	margin: 0;
}

h3
{
	font-size: small;
	font-weight: bold;
	/*background-color: #76839A;*/
	background-color: #d4a764;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0px 0 4px 0;
	padding-top:2px;
	padding-bottom:2px;
}

h4
{
	font-size: small;
	font-weight: bold;
	/*color: #76839A;*/
	color: #d4a764;
	margin:5px 0 5px 10px;
}


dt
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}
img.storyImage
{
	float:left;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}

.footer {
	/*background-color: #76839A;*/
	background-color: #d4a764;
	padding: 4px 10px 4px 0;
	margin-bottom: 10px;
	text-align: right;
	font-size: xx-small;
}

.footer a{
	color: #fff;
	text-decoration: underline;
}

a{
	color:#000;
}

/*
ul.leftCol li a{
	color:#333;
	text-decoration:none;
}
ul.leftCol li a:hover{
	color:#000;
	text-decoration:underline;
}
*/
h3.leftCol a{
	color:#000;
	text-decoration:none;
}
h3.leftCol a:hover{
	color:#fff;
	text-decoration:none;
}

h3.leftCol {
	color:#000;
	text-decoration:none;
}


h3.leftColSelected {
	color:#fff;
	text-decoration:none;
}
/*
ul.leftColSelected li a{
	color:#333;
	text-decoration:none;
}
ul.leftColSelected li a:hover{
	color:#000;
	text-decoration:underline;
}
*/
h3.leftColSelected a{
	color:#fff;
	text-decoration:none;
}
h3.leftColSelected a:hover{
	color:#fff;
	text-decoration:none;
}
