	html {
		margin: 0px;
		padding: 0px;
		}
	
	body { 	
		padding:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0px;	
		min-height:100%;
		background:url('/images/lowerBGimage2009.jpg') no-repeat bottom right fixed;
		font-size:10px;
	}
	a:link {
		text-decoration:none;
		color:#0058ae;
		font-weight:bold;
		}
	a:visited {
		color:#003366;
		font-weight:bold;
		text-decoration:none;
		}
	a:hover {
		color:#ff0000;
		}
	input {
		font-family:"Courier New", Courier, monospace;
		}
	label {
		font-size:11px;
		
		}
	input, select {
		width:245px;
		border: 1px solid #AAA;
		}
	input, select, label {
		margin-bottom:5px; 
		vertical-align:middle;
		}
	object {
		border:#0058ae 2px solid;
		}
	form {
		border:#666 1px solid; 
		background:url('/images/formBG.jpg') repeat-x; 
		padding:15px;
		}
	form #yes, form #no {
		width:20px;
		}
	#single {
		width:250px;
		}
	#double {
		width:500px;
		}
	#triple {
		width:675px;
		}
	h1{
		font-size:18px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	#Q span, #A span {
		font-size:24px;
		color:#0058ae;
		font-weight:bolder;
		}
	/*
	#Q, #A {
		width:400px;
		height:45px;
		margin:0px;
		padding-left:60px;
		padding-top:25px;
		position:relative;
		vertical-align:bottom;
		}
	#Q {
		background-image:url('/images/Q.jpg') no-repeat;
		}
	#A {
		background-image:url('/images/A.jpg') no-repeat;
		}
	*/
	p {
		font-size:12px;
		}
	li {
		list-style:square;
		margin-bottom:5px;
		}
	#content {
		padding:50px 50px 50px 220px;
		background:url('/images/upperBGimage.jpg') top left no-repeat fixed;	
		margin:0px;
		margin-right:50px;
		position:relative;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		min-height:578px;
		}
	*html #content {
		height:400px;
		}
	#movies li {
		list-style:none;
		margin-bottom:5px;
		}
	#submit {
		width:90px; 
		background:url('/images/inputshadow2.gif') repeat-x; 
		font-size: 12px; 
		border: 1px solid #666;	
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	#accountStatusHolder {
		position:absolute;
		right:0px;
		top:0px;
		margin-bottom:20px;
		z-index:10000;
		}
	#accountStatus {
		font-size:10px;
		padding:5px 10px;
		margin:5px;
		border-top:1px solid #EEE;
		border-left:1px solid #EEE;
		border-right:2px solid #CCC;
		border-bottom:2px solid #CCC;
		}	
	.red {
		color:red;
		}
	.green {
		color:green;
		}
	.orange {
		color:#FF8040;
		}
	.tinyText {
		font-size:9px; 
		font-style: italic; 
		vertical-align:middle;
		}
	
