/*Cleland Weller*/ 

body {
 background: #ffffff;
 }

#global {
 color: #555555;
 background:url(../graphics/background.gif) repeat;
 }

a:link,
a:visited {
 color: #555555;
 }

a:active,
a:hover {
 background: #ffff99;
 }
 
h1 {
 color: #999999;
 }

h2 {
 color: #eeeeee;
 background: #aaaaaa;
 }

h3 {
 color: #eeeeee;
 background: #aaaaaa;
 }

h4 {
 color: #003399;
 }

#header {
 background: transparent;
 }

#header_top {
 background: transparent; 
 no-repeat bottom left;
 }

.chat_instructions {
 color: #ff0000;
 background: #ffffff;
 }

#menu_main {
 background: transparent;
 }

#menu_row {
 background: transparent;
 border-left: 1px solid #dddddd;
 border-bottom: 1px solid #999999;
 }

#menu_row li {
 border-top: 1px solid #dddddd;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #dddddd;
 background-color: #cccccc;
 }

#menu_row ul li a {
 color: #444444;
 }

#menu_row ul li a:hover {
 color: #000000;
 background-color: #dddddd;
 }

body#page_one #menu_row li#one a, 
body#page_two #menu_row li#two a,
body#page_three #menu_row li#three a,
body#page_four #menu_row li#four a,
body#page_five #menu_row li#five a,
body#page_six #menu_row li#six a,
body#page_seven #menu_row li#seven a {
 color: #000000;
 background-color: #dddddd;
 }

#column_left {
 background: transparent;
 }
	  
#menu_templates {
 background: #aaaaaa;
 }

#menu_templates table td {
 background: #dedede;
 border: 2px solid #aaaaaa;
 }

#menu_templates table td a {
 color: #555555;
 }

#menu_templates table td a:hover {
 color: #000000;
 background:
 url(../graphics/arrow.gif) 
 no-repeat center right;
 } 
 
#column_center {
 background: transparent;
 }
 
#column_center_border {
 background: transparent;
 border: 1px solid #999999;
 }
 
#column_center a:link, 
#column_center a:visited {
 color: #00000e;
 }

#column_center a:active,
#column_center a:hover {
 color: #00000e;
 background: #ffff99;
 }
 
#column_right {
 background: transparent;
 }
 
.text_block {
 background: #dddddd;
 }
 
#footer {
 color: #666666;
 background: #ffffff;
 }

#footer a:link,
#footer a:visited {
 color: #444444;
 }

#pallet a:active, 
#pallet a:hover {
 border: 1px dotted #000000;
 background: transparent;
 }  
