body,td{
	font-family:verdana,arial,helvetica;
	font-size:10pt;
}

a{
	color:#307A6B;
}

a:hover{
	color:red;
}

img{
	border:none;
}

/*---------------------- Feature Scroller Style ----------------------*/

.featureScroller{
	width:555px;
	heigth:310px;
	margin:0 auto;
}

.imageContainer{
	float:left;
	width:441px;
}


.btn{
	float:left;
	display: block; 
	width: 57px;
	height: 58px; 
	border:none; 
	outline: none;
	text-decoration: none;
	z-index:5;
	position:relative;
	top:100px;
	cursor:hand;
}

.goprev{
	background:url("images/left.png") no-repeat center; 
	left:14px;
}

.gonext{
	background:url("images/right.png") no-repeat center; 
	left:-14px;
}

/*---------------------- Page DIV ----------------------*/

div.page h1{
	color:#49552D;
	font-size:18pt;
	font-weight:normal;
	margin:0px;
}

div.page h2{
	color:#7B6529;
	font-size:13pt;
	margin-bottom:10px;
}

div.page h3{
	font-size:11pt;
	margin-bottom:10px;
}

div.page h4{
	font-size:9pt;
}

div.pubdetails{
	color:#738144;
	font-size:9pt;
}

div.separator{
	border-top:1px solid #666;
	margin-bottom:15px;
}

/*---------------------- Widget DIV ----------------------*/
div.widget{
	border:1px solid #E7E4DA;
	padding:10px;
	color:#666666;
	font-size:8pt;
	margin:5px 0 10px 0;
}

div.widget h3{
	font-family:georgia,verdana,helvetica,sans-serif;
	font-size:12pt;
	margin:0 0 10px 0;
}

div.widget h4{
	font-size:8pt;
	margin:0px;
}

div.widget ul{
	padding:0;
	margin:0 0 10px 20px;
}

div.widget ul li{
	list-style: circle outside;
	margin-top:10px;
}

div.widget div.more{
	text-align:right;
	padding-top:15px;
}

