html, body {  
margin: 0; 
padding: 0; 
border: 0; 
height: 100%;
width: 100%;
}

div {  
margin: 0; 
padding: 0; 
}

form {  
margin: 0; 
padding: 0; 
}

img
{display:block}


body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

hr {
border: 0;
color: #452f55;
background-color: #452f55;
height: 1px;
width: 100%;
text-align: left;
padding: 0 0 0 0;
display: block;
height: 1px;
border: 0;

}

.thumbs {
	float: left;
	margin: 5px 5px 5px 10px;

}

#content ul li {
color: #666600;
}

a {
	font-size: 12px;
	color: #8c476b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8c476b;
}
a:hover {
	text-decoration: underline;
	color: #406669	;
}
a:active {
	text-decoration: none;
	color: #8c476b;
}

/* CSS Document */


.divider
{
	clear: both;
	margin: 0;
	padding: 0;
}
/* CONTAINER
-------------------------------------------------------------------- */


#container {
    margin: 0 auto 0 auto;
    width: 759px;
    padding: 0 0 0 0;
}




/* MENU 
----------------------------------*/
#menu {
	float: left;
	width: 176px;
	min-height: 173px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	float: left;
}


#menu ul li{
	font-size: 11px;
	display: block;
	}

#menu li{	
	float: left;
	display:inline;
	font-size: 11px;
	}

#menu li a{
	padding: 0px 25px 0 0;
	margin: 0 0 5px 0;
	width: 115px;
	height: 18px;
	background: url(../images/menu_bg.gif) no-repeat right top;
	text-align: right;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration:none;
	}

#menu li a:hover{
	padding: 0px 25px 0 0;
	margin: 0 0 5px 0;
	width: 115px;
	height: 18px;
	background: url(../images/menu_bg.gif) no-repeat right top;
	text-align: right;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	}

/* Content
-------------------------------------------------------------------- */

#contentContainer
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 759px;
}


#content
{	
	width: 759px;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	float: left;
}


#content h1
{	
	font-size: 16px;
	line-height: 18px;
	color: #666600;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

 h1
{	
	font-size: 16px;
	line-height: 18px;
	color: #666600;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#content h2
{	
	font-size: 12px;
	line-height: 18px;
	color: #666600;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}







#banner
{	
	width: 759px;
}


#leftContent
{	
	width: 180px;
	padding: 0;
	float: left;
}


#content li
{
	list-style-image:url(../imagesR/arrow.gif);
}


#mainContent
{
	float: left;
	width: 529px;
	background: url(../images/content_bg.gif) repeat;
	height: 356px;
	padding: 0 20px 0 20px;
}

#mainContent a, #mainContent a:link, #mainContent a:visited
{
	text-decoration: underline;
	color: #666600;
}


#mainContent a:hover
{
	color: #000;
}

#mainContentGal
{
	float: left;
	width: 529px;
	background: url(../images/content_bg.gif) repeat;
	height: 356px;
	padding: 0 20px 0 20px;
}

#rightContent
{
	float: left;
	width: 569px;
	height: 356px;
	margin: 0 0 0 10px;
}

#news
{
	float: right;
	width: 150px;

}

#news a, #news a:link, #news a:visited
{
	text-decoration: none;
	color: #666600;
	font-size: 11px;
}


#news a:hover
{
	color: #000;
}

#leftSub
{
	float: left;
	width: 350px;

}

#rightSub
{
	float: right;
	width: 150px;

}

/* sidecol
-------------------------------------------------------------------- */







#advicehead {
	float: left;
	width: 117px;
}



/* Footer
-------------------------------------------------------------------- */

#footer
{
	background: url(../images/footer_bg.png) no-repeat;
	font-size: 10px;
	float: left;
	color: #999999;
	height: 113px;
	width: 569px;
    padding: 5px 0 0 0;
	text-align: right;
}


#copy
{
	float: left;
	width: 300px;
	text-align: left;
}

#footer a, #footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}


#footer a:hover
{
	color: #000;
}

.smlTXT
{
font-size: 10px;
}


.imgRight {
float: right;
}




/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */






.scroll-pane {
	width: 529px;
	height: 300px;
	overflow: auto;
	float: left;
}

.scroll-paneSml {
	width: 350px;
	height: 300px;
	overflow: auto;
	float: left;
}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e5eca5;
}
.jScrollPaneDrag {
	position: absolute;
	background: #8d9c3d;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#date {
float: right;
font-size: 10px;
}

.repeater  {
padding: 10px 0 10px 0;
border-bottom: 1px dashed #999999;
font-size: 10px;
line-height: 17px;
}
