/* CSS Document */


body					{
						
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 13px;
						margin-left: 25px;
						width: 625px;
						}
						
#wrapper				{
						background-image:url(images/bg.jpg);
						width: 625px;
						}
				
h1						{
						color:#A4222C; 
						font-weight: bold; 
						font-size: 16px;
						}				
				
				
#header               	{
						position: absolute; 
						top: 120px; 
						left: 0px; 
						height: 15px; 
						padding: 0px;
						}
						

#header ul            	{
						list-style-type: none; 
						padding: 0px; 
						margin: -65px 0px 0px 15px; 
						}
						

#header ul li			{
						display: inline; 
                       	font-size: 12px;
						margin: 0px 12px; 	
						padding: 0px;
						}
						
					   
#header ul li a       	{
						color: color: #999; 
						text-decoration: none;
						border-bottom: #990000 solid;
						}
						
						
#header ul li a:hover 	{
						color: #999; 
						border-bottom: #990000 solid;
						}
						
#header ul li a.hover 	{
						color: #990000; 
						border-bottom: #990000 solid;
						}						
				
				
a:link {color:#333; text-decoration: underline;}     
a:visited {color:#333;}  
a:hover {color:#999; text-decoration: underline;}  
a:active {color:#999;}


.leftColumn		{
				position:absolute; 
				top: 320px;
				left:10px; 
				width: 300px;
				}
 
.rightColumn	{
				position: absolute; 
				top: 300px; 
				left: 300px; 
				width: 300px;
				}
				
table
				{
				border-collapse:collapse;
				margin: 35px;
				}

table, td, th
				{
				border:1px;
				border: ridge #333;
				}
				
table			{
				width: 270px;
				}
				
th				{
				background-color: #990000;
				color:white;
				text-align: left;
				padding: 15px;
				border:ridge #333333;
				}
				
td
				{
				text-align: left;
				height: 25px;
				vertical-align:bottom;
				padding: 8px;
				}
				
td.color		{
				background-color: #DEDDDC;
				color: #333;
				border:ridge;
				}
		
p			{width: 510px;}


/*--------Form----------------*/

fieldset		{
				margin-bottom: 10px;
				padding: 10px;
				background-color: #E5E2E1;
				width: 490px;
				}
				
label.blockLabel		{
						display: block;
						position: relative;
						margin: 12px 0px;
						}

#firstName, #lastName	{width: 20em;}

label.blockLabel input	{
						position: absolute;
						left: 150px;
						}