body {
background-color: #FFFFCC ; 
color : #000000;
	font-weight : normal;
	margin : 0px;
	border : 0px;
	padding:0px;
	font-family:  verdana, sans-serif;
}



strong {
	font-weight : bold;
}


body table.maintable{
min-height: 450px;
	
 /* min-height hack for ie6 */
 
height: auto !important;
height: 450px;
border:0px dashed red;
}



h2 {
	color : #990000;
	font-family:  Myriad, 'Gill Sans', 'Century Gothic', 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Lucida, Arial, Helvetica, Sans-Serif ;
	font-size : 1.5em;
	font-weight :normal;
	background-color:transparent;
	margin:1em 0em 1em 0em;
	line-height:0.9em;
}

h3 {
	color : #CC5522;
	font-family :verdana, arial,helvetica,sans-serif;
	font-size : 1.1em;
	text-align : left;
	font-weight:normal;
}

h4 {
	color : #660033;
	font-family :verdana, arial,helvetica,sans-serif;
	font-size : 1.1em;
	font-weight : bold;
}

h5 {
	color : #000066;
	font-family :arial,helvetica,sans-serif;
		font-size : 10pt;
	font-weight : bold;
	letter-spacing : 0.1em;
}

li {
	font-size: 90%;
	list-style-image : url(images/redbutton.gif);
	list-style-type : square;
	margin : 0.4em 0 0;
line-height: 1.4em;
}


p, blockquote
{

font-family:verdana,arial,helvetica,sans-serif;	
line-height: 1.4em;
font-size: 90%;
}





/*ordered list - force no button*/


ol li 
{
	list-style-image: none;
	font-size: 90%;
font-family:verdana,arial,helvetica,sans-serif;	
	background-color: transparent;
line-height: 1.4em;
}



/* IMAGE STUFF*/



img {
	border-style : none;
}




.borderpic {
	border-color: #666666;
	border-width:1px;
	border-style: solid;
}

.tileborder {
	border:1px solid #888888;
	margin:1px;
}


p.tileborder {
	border:1px solid #888888;
	margin:0px 0px 5px 0px;
}



.imageright{
	   float:right;
   margin:5px 0px 10px 20px;
	font-size: smaller;
	font-family:arial,helvetica,sans-serif;
	font-weight: normal;
	text-align : center;

}

.imageleft{
	
    float:left;
    margin:5px 20px 5px 0px;
	font-size: smaller;
	font-family:verdana, sans-serif;
	font-weight: normal;
	text-align : center;

}

.caption{
	font-size: smaller;
	font-family:verdana, sans-serif;
	font-weight: normal;
	text-align : center;
	margin : 0px auto 0px auto;
}




/*LEFT HAND MENU*/


.menuitem{
	padding:5px 5px 5px 8px;
	font-size:smaller;
	font-weight:bold;
	}

	
.lhmenu{
	line-height: 1.1em;
	
}



/*LH MENU LINKS*/


A.lhmenu:link
{
	text-decoration : underline;
	background-color:transparent;
	color : #0000FF;
}

A.lhmenu:active
{
	text-decoration : none;
	background-color:transparent;
	color : #FF0000;
}

A.lhmenu:visited
{
	text-decoration : underline;
	background-color:transparent;
	color : #0000FF;
}

		
A.lhmenu:hover
{
	text-decoration : none;
	background-color:transparent;
	color : #FF0000;
}










/* PAGE LINKS */
a:link
	{
	background : transparent;
	text-decoration : underline;
	color:#0000FF;
}

a:visited {
	background : transparent;
	text-decoration : underline;
	color:#990099;
}

a:hover {
	background : #FFFFEE;
	text-decoration : none;
color:#FF0000;
}

a:active
	{
	background : #FFFFEE;
	text-decoration : none;
}














/*TGLP BAR*/

#chantbar{
 background-color:#FFFFCC;
 color:#444444;
/*border-style:solid;
border-width:0px 0px 1px 0px;	
border-color:#000000;*/
text-align:right; 
padding:2px 20px 2px 0px;
margin:0px;
font-family:verdana, sans-serif;
}



#chantbarbot{
 background-color:#FFFFCC;
 color:#333333;
padding: 0px;
margin:0px;
}






/*COLUMN STYLES*/


#leftcol{
	width:250px;
	padding: 0px;
	margin:0px;
	background-color:#FFFFCC ;

}










/*LEFT HANDMENU*/

div.menu {
	background: #FFFFFF;
	border: 0px;
	border-color: #AAAAAA;
	display: block;
	font: 0.95em system,arial, helvetica, sans-serif;
	left: 3px;
	padding: 0px;
	position: absolute;
	text-align: left;
	top: 190px;
	width: 195px;
	z-index: 20;
}

div.menu ul {
	display: block;
	font-size: 0.95em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.menu li {
	border-bottom: solid 1px #EFEFEF;
	font-family: verdana, sans-serif;
	margin: 0px;
	list-style-type: none;
}

ul.menu li a, ul.menu li a:visited {
	background: #FFFFCC;
	border: solid 2px #FFFFCC;
	color: #000000;
	display: block;
	font-family: verdana, sans-serif;
	font-weight: normal;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
}

ul.menu li a:hover {
	background: #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	border-left: solid 2px #666666;
	border-right: solid 2px #FFFFFF;
	border-top: solid 2px #AAAAAA;
	color: #000000;
	display: block;
	font-family: verdana, sans-serif;
}

.lhtitle{
	background: #CC5522;
	color: #FFFFFF;
	font: normal bold 1.0.em system,verdana,verdana, sans-serif;
	list-style: none;
	margin: 0px;
	padding: 4px 5px 4px 10px;
	text-align: left;
	width: 175px;
	letter-spacing:0.15em;
}
















































#lhspacercol{
	
	width:20px;
	background-color:white;

}



#contentcol
{
width:100%;
	background: #FFFFFF;
}


#rhspacercol{
	
	width:20px;
	background-color:transparent;
}


#rhframecol{
	width:30px;
	padding: 0px;
	margin:0px;
	background-color:transparent;

}


#rhborder{
	width:10px;
	padding: 0px;
	margin:0px;
	background-color:#e9deb1;
	}




.bluemenu{
	border-width: 0px 1px 0px 1px; 
	border-color:#247BB2; 
	border-style:solid;
	padding:2px 3px 4px 3px;
	font-size:smaller;
	background-color:#FFFFEE;
	}


	
.latest
{
	font-size:0.9em;
}
	

.backtop{
color:#000000; 
font-weight:normal; 
font-size:smaller;
padding:2px 0px 4px 5px;
margin:1.0em 0px 1.0em 0px;
	background-color:transparent;
font-family : arial,helvetica, sans-serif;


}


#subscript
{
	line-height: 1.3em;
	font-size: 0.8em;
	font-family:verdana, sans-serif;
	font-weight: normal;
	padding: 5px 0 0 0 ;
	margin: 10px 0px 5px 150px;
	background-color : transparent;
	text-align:center;
	width:800px;
	
	
	}



#wrapper{
	margin: 5px auto;
}


#topbar{
margin-left:3px;
height:170px;
padding-bottom:3px;
/*background: url(images/banner.jpg) top left transparent no-repeat transparent;*/
border:0px dashed red;
}


.sellbox{
border:1px solid #d87933; 
padding:3px 8px 5px 8px; 
background-color:#FFFFEE; 
width:200px;
font-size:80%;
font-family:arial,sans-serif;
margin:10px 50px 0px 0px;
}