body {
        background-image:               url('/images/bggrad.jpg'); 
        background-repeat:              repeat-x;
        background-color:               #ffffff;
	margin:				2px;
	padding:			0px;
	font:				8pt sans-serif, verdana, arial, helvetica;
}

.left {
        float:                          left;
}
.right {
        float:                          right;
}

.clear {
	clear:				both;
    	height:				1px;
    	overflow:			hidden;
}

a {
        /* color:                          #000000; */
        font-size:                      1em;
        font-family:                    verdana, arial, helvetica, sans-serif;
        text-decoration:                none;
        display:                        block;
}

a:link {
        color:                          #ffffff; 
}

a:visited {
        color:                          #ffffff; 
}

a:hover {
        background-color:               #d86b35;  
        color:                          #ffffff;
}

.banner {
        background-image:               url('/images/horizontal-gradient.png');
        background-repeat:              repeat-y;
	width:				800px;
	border:				1px solid #ffffff;
	/* background:			#550096; */
	margin:				auto;
	padding:			2px;
	font:				bold 8pt sans-serif;
	color:				#ffffff;
}

.navigation {
	width:				804px;
	text-align:			center;
	color:				#ffffff;
	margin: 			auto;
	border-left:			1px solid #ffffff;
	border-right:			1px solid #ffffff;
	border-bottom:			1px solid #ffffff;
}

.page_content {
        background-image:               url('/images/horizontal-gradient.png');
        background-repeat:              repeat-y;

        width:                          804px;
        /* background:                     #550096; */
        text-align:                     center;
        color:                          #ffffff;
        margin:                         auto;
        border-left:                    1px solid #ffffff;
        border-right:                   1px solid #ffffff;
        /* border-bottom:                  1px solid #ffffff; */
}

.index_content {
        width:                          804px;
        background:                     #550096;
        text-align:                     center;
        color:                          #ffffff;
        margin:                         auto;
        border-left:                    1px solid #ffffff;
        border-right:                   1px solid #ffffff;
        border-bottom:                  1px solid #ffffff; 
}


.basebar {
        width:                          804px;
        background:                     #ffffff;
        text-align:                     left;
        color:                          #000000;
        margin:                         auto;
	line-height: 			1em;
        padding:                        0px;
        border-left:                    1px solid #ffffff;
        border-right:                   1px solid #ffffff;
        border-bottom:                  1px solid #ffffff;
}

.footer {
        width:                          804px;
 /*       height:                         36pt; */
        background:                     #6915db;
        text-align:                     center;
        color:                          #ffffff;
	margin:				auto;
        border-left:                    1px solid #ffffff;
        border-right:                   1px solid #ffffff;
        border-bottom:                  1px solid #ffffff;
}

.tleft {
	/* signup.php */
	line-height:			1em;
	text-align: 			right;
	padding-right: 			8pt;
}

.tr {
	line-height: 			1em;
}

.tright {
	/* signup.php */
	border:				1px solid #888888;
	line-height:			1em;
	background:			#330056;
	color: 				#ffffff;
	padding-left:			2px;
	padding-right:			2px;
}

.vanish {
	display:			none;
}

.table_hover {
        /* nothing here */
}

.table_hover a:link        { color: transparent; }
.table_hover a:visited     { color: transparent; }
.table_hover a:hover       { color: transparent; background-color: transparent; }
.table_hover a             { text-decoration: none; }

.wwd1 {
        display:        block;
        padding:        2px;
        border:         0px;
}

.link_style_1 a:link        { color: #000000; background-color: #000000; }
.link_style_1 a:visited     { color: #000000; background-color: #000000; }
.link_style_1 a:hover       { color: #ffffff; background-color: #ffffff; }
.link_style_1 a             { text-decoration: none; }

.wwd2 {
        display:        block;
        padding:        2px;
        border:         0px;
}

.link_style_2 a:link        { color: #000000; background-color: #000000; } 
.link_style_2 a:visited     { color: #000000; background-color: #000000; }
.link_style_2 a:hover       { color: #00ff00; background-color: #00ff00; }
.link_style_2 a             { text-decoration: none; }

