*    {
     margin: 0;
     padding: 0;
     font-family: arial, helvetica, sans-serif;
     font-size: 10pt;}

	 
body  {
     border: 0;
     background-color: black;}
     
a  {
	 text-decoration: underline;}

a:link  {
     color: #33ccff;
	 text-decoration: underline;}
	 
a:visited  {
	 color: #aaaaaa;}
	 
a:hover  {
     color: white;
     text-decoration: underline;}
	 
div.welcome  {
     display: block;
     color: #cccccc;
     font-family: "Times New Roman";
     font-size: 20px;
     font-weight: bold;
     font-style: italic;
     position: absolute;
     top: 10px;
     left: 10px;}

	 
img.logo  {
     position: relative;
     top: 8px;
     left: 136px;}


div.slogan  {
     display: block;
     color: red;
     font-family: "Times New Roman";
     font-size: 22px;
     font-weight: bold;
     font-style: italic;
     position: absolute;
     top: 130px;
     left: 140px;}

	 
hr.top  {
     color: red;
     position: absolute;
     top: 120px;
     left: 0;
     width: 650px;
     height: 1px;}


/** Top nav links just below header **/

#topnav  {
     position: absolute;
     top: 10px;
     left: 520px;
     width: 125px;
     text-align: left;
     border: 0;}

	 
#topnav ul  {
     margin: 0;
     padding: 0px;}

	 
#topnav li  {
     margin: 0;
     padding: 2px;}


#topnav a  {
     display: block;
     padding-left: 5px;
     text-decoration: none;}


#topnav a:link  {
     display: block;
     color: #cccccc;
     text-decoration: none;}

	 
#topnav a:visited  {
     display: block;
     color: #cccccc;}

	 
#topnav a:hover  {
     display: block;
     color: blue;
     text-decoration: underline;}
	 

/** Left navbar links **/

#navlist {
	 position: absolute;
	 left: 10px;
	 top: 136px;
	 width: 116px;
	 border: none;
	 margin: 0px;}

#navlist ul {
	 border: none;
	 margin: 0;
	 padding: 0px;
	 list-style-type: none;}

#navlist li {
	 border: none;
	 margin: 0;
	 padding: 1px;
	 text-indent: .4em;}
	
#navlist a {
	 padding: .2em;}
	 
#navlist a:link, #navlist a:visited {
	 color: #cccccc;
	 border: 1px solid #cccccc;
	 text-decoration: none;
	 display: block;}
	
#navlist a:hover, #navlist a:active {
	 color: red;
	 border: 1px solid red;
	 display: block;}
	 
/** End left navbar links **/

/** Main content **/

div.main  {
     border: 0px;
	 margin: 0px;
	 padding: 0px;
     color: #cccccc;
	 font-family: "Times New Roman";
	 font-size: 18px;
	 line-height: 22px;
	 width: 360px;
	 height: auto;
	 position: absolute;
	 top: 165px;
	 left: 140px;}
	 
/** End main content **/

/** Footer - Also uses "style" in page code **/

div.footer  {
	 margin: 0px;
	 padding-top: 5px;
     color: #cccccc;
	 font-size: 8pt;
	 text-align: center;
	 border-top: 1px solid red;
	 width: 360px;
	 height: auto;}

/** End footer **/

/** Right column info **/
	 
div.rtinfo  {
     border-left: 1px solid #cccccc;
	 margin: 0px;
	 padding-left: 5px;
     color: #cccccc;
	 width: 140px;
	 height: auto;
 	 position: absolute;
	 top: 135px;
	 left: 527px;}
	 
/** End right column **/
