body {
        background-color:               #ffffff;
        background-image:               url('/images/bggrad.jpg');
        background-repeat:              repeat-x;

	color: 				#ffffff;
	font:				8pt verdana, arial, helvetica, sans-serif;
	margin-top:			2px;
}

a {
        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:               #550096;  
        color:                          #ffffff;
}

.banner {
        width:                          800px;
        border:                         1px solid #ffffff;
        background:                     #550096;
        margin:                         auto;
        font:                           bold 8pt helvetica;
        color:                          #ffffff;
	/* To appease the abomination that is Internet Explorer */
	\height: 			114px;
        h\eight: 			114px;
}

.navigation {
        width:                          800px;
        /* height:                         1.35em; */
        background:                     #6915db;
        text-align:                     center;
        color:                          #ffffff;
        font:                           bold 8pt helvetica;
        line-height:                    1em;
        margin:                         auto;
        border-left:                    1px solid #ffffff;
        border-right:                   1px solid #ffffff;
        border-bottom:                  1px solid #ffffff;
}

.secure {
	background-image: 		url(/images/secure.jpg); 
	background-repeat: 		no-repeat;
        width:                          800px;
        margin:                         auto;
        border-left:                    1px solid #ffffff;
        border-right:                   1px solid #ffffff;
        border-bottom:                  1px solid #ffffff;
}

.content {
	position:			static;
        width:                          800px;
        background:                     #550096;
	font:				8pt sans-serif;
        margin:                         auto;
        border-left:                    1px solid #ffffff;
        border-right:                   1px solid #ffffff;
        /* border-bottom:                  1px solid #ffffff; */
}

.login {
	position:			static;
	margin-top: 			4pt;
	margin-right:			4pt;
	margin-bottom:			4px;
	float: 				right;
	width: 				249px;
	height: 			131px;
	background-image:		url(/images/login.jpg);
}

#fpass {
	margin:				4pt;
	position:			relative;
	top:				2px;
}

.footer {
	margin:				auto;
	background-image:		url(/images/footer.jpg);
	background-repeat:		no-repeat;
	width:				800px;
	font:				bold 8pt sans-serif;
	border-left:			1px solid #ffffff;
	border-right:			1px solid #ffffff;
	border-bottom:			1px solid #ffffff;
	height:				40px;
}

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

.submit {
	font:				bold 10pt sans-serif;
	border:				0px;
	border-bottom:			1px solid #ffffff;
	background:			transparent;
	color:				#ffffff;
}

