/* CSS Document */
#navBar li a:link.news,#navBar li a:visited.news,#navBar li a:hover.news,#navBar li a:active.news {
	background:url(/images/arrow_up.gif) center top  no-repeat;
	cursor:default;
	}		

#content{
background:url(/images/updates/bckgndContent.gif) top right no-repeat;
}
#container {
    position:absolute; 
    width:650px; 
    height:510px; 
   	top:50px;
	left:66px;
	margin:0 auto;
	overflow:auto;
	float:right;
  
    }
#Copy {
	padding:0 0 0 40px; 
    margin:0; 
    list-style-type:none; 
	width:500px; 
    height:510px;
    }
	#Copy h2{
	padding-left:.5em;
	margin:0;
	font-size:.8em;
	line-height:1.2em;
	color: #888888;
	border-bottom:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
	background:#edecec;
    }
	#Copy h2 span{
	padding-left:2em;
	margin:0;
	font-size:80%;	
    }
	
	#Copy p{
	margin:0;
	padding-left:.5em;
	font-weight:normal;
	font-size:80%;
	line-height:1.3em;
	padding-bottom:.5em;
	color:#575757;
    }
	
	#Copy img{
	}
	#Copy a{
	color:#666666;
	}
	#Copy a:hover{
	color:#fba31e;
	}
	form{
	margin-top:10px;
	}
	.formField{
	margin-left:25px;
	
	}
	.formField2{
	margin-left:16px;
	}
	.formButton{
	float:right;
	margin-right:100px;
	}