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

.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:                          803px;
        border:                         1px solid #ffffff;
        /* background:                     #550096; */
        margin:                         auto;
        font:                           bold 8pt helvetica;
        color:                          #ffffff;
}

.navigation {
        list-style:                     none;
        padding: 			0px;
	/* background-image:		url('/images/common/nav-bar.png');
	background-repeat:		repeat-x;  */
	height: 			20px;
        width:                          803px; 
        background:                     #302077;
        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:                          803px;
        /* 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:                          803px;
        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:                          803px;
        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:                          803px;
        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;
}

.submit {
	border:		1px solid #ffffff;
	background: 	#550096;
	color:		#ffffff;
	font:		8pt sans-serif;
}

.text_entry {
        border:         1px solid #000000;
        background:     #ffffff;
        color:          #000000;
        font:           8pt sans-serif;
}

.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; }
