/* Global Styles */

body {
	margin-top: 0px;
	margin-bottom: 100%;
	horizontal-align:center;
	min-height:900;
	min-width:1050;
	margin:auto;
	background-image:url(graphics/wallbw1200.jpg);
	background-repeat:repeat;
	background-color:#ffffff;
	}

td {
	font-family: arial;
	font-size: 10px;
	}
	
a {
	color:#003366;
	text-decoration:none;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	}
	
img, div { behavior: url(iepngfix.htc)
	}

	
/* ID Styles */

#navigation a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:13px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	}
	
#navigation a:hover {
	color:#CC9900;
	}
	
#navigation onclick {
	color:#CC9900;
	}
	
#noborder td {
	border: 0px;
	}	
	

/* Class Styles */

.pageName {
	font:22px arial;
	color: #000000;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:24px;
	}
	
.subHeader {
	font:18px arial;
	color: #000000;
	line-height:20px;
	}
	
.bodyText {
	font:12px arial;
	color:#000000;
	letter-spacing:0.1em;
	line-height:17px;
	}
	
.quoteText {
	font:12px arial;
	font-style:italic;
	color:#333333;
	line-height:18px;
	}
	
.navText {
	font:12px arial;
	color: #000000;
	letter-spacing:0.1em;
	line-height:13px;
	}
	
.navText2 {
	font:11px arial;
	color: #333333;
	letter-spacing:0.1em;
	line-height:13px;
	padding: 4px 10px 4px 10px;
	text-align:center;
	}
	
.navTextOn {
	font:10px arial;
	color: #ffffff;
	letter-spacing:0.1em;
	line-height:16px;
	}
	
.navText2On {
	font:11px arial;
	color: #CC9900;
	letter-spacing:0.1em;
	line-height:13px;
	}
	
.footerText {
	font:10px arial;
	color: #000000;
	letter-spacing:0.1em;
	line-height:16px;
	}

/*added by steve, we can modify later */

table.register {
	width:876px;
	border-collapse:collapse;
}

td.register_left {
	width:100px;
	vertical-align:top;
	text-align:left;
}

td.register_right {
	width:776px;
	vertical-align:top;
	text-align:left;
}

div.method_error {
	color:red;
	font-weight:bold;
}

div.method_success {
	font-weight:bold;
}

input.gray_user_email {
	color:gray;
}

input.transparent {
	background-color:transparent;	
	border:none;
}

