html, body{
 margin:20px 0px 0px 0px; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 90%;
 }
 
 body {
 	background-color: #7b68ee;
 }
 
 a:link {
 	color: #9aef69;
	text-decoration: none;
 }
 
 a:visited {
 	color: #9aef69;
	text-decoration: none;
 }
 
 a:hover {
 	color: #efc169;
	text-decoration: none;
 }
 
 a:active {
 	color: #9aef69;
	text-decoration: none;
 }
 
 li {
 	color: #7b69ef;
	padding: 5px;
 }

.listdetail {
	color: #ffffff;
}
 
 ul {
	list-style: outside url(../images/tri_bullet.gif);
}
 
 h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}
 
h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 85%;
}

h6 {
	font-size: 70%;
}
 
#pagewidth{ 
 width:700px; 
 text-align:left; 
 min-width: 500px;margin-left:auto;
 margin-right:auto; 
  
} 
 
#header{ 
 height:220px; 
 width:100%; 
 background-color:#000000; 
 } 
 
#leftcol{
 width:155px; 
 float:left; 
 position:relative; 
 margin-left:-155px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 165px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #000000;   /* left column colour */ 
border-left-style: solid; 
background-color: #000000; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 height:50px; 
 width:100%; 
 background-color:#000000;
 color: #7b68ee; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 99%; 
 position: relative; 
 margin: 0 -8px 0 -2px;
 }
 
#outer>#inner { border-bottom: 1px solid #000000;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

#todayquote {
	border: 2px solid #7b68ee;
	padding: 5px;
}

.sectionHead {
	color: #7b68ee;
	text-align: center;
}

.quoteheader {
	color: #7b68ee;
	font-size: 120%;
	font-weight: bold;
} 

.center {
   margin-left: auto;
	margin-right: auto;
}

.faqHead {
	text-align: left;
	color: #7b69ef;
}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
