<!--

	body {
		font: 100%/1.3 Verdana, Arial, Helvetica, sans-serif;
		background: #FFF;
		margin: 0;
		padding: 0;
		color: #000;
	}

	/* ~~ Element/tag selectors ~~ */
	ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
		padding: 0;
		margin: 0;
	}
	h1, h2, h3, h4, h5, h6, p {
		margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
		padding-right: 15px;
		padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	}
	a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
		border: none;
	}

	/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
	a:link {
		color:#414958;
		text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	}
	a:visited {
		color: #4E5869;
		text-decoration: none;
	}
	a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
		text-decoration: none;
	}

	/* ~~ needed ~~ */
	
	.form {
		position:relative;
		max-width:525px;
		/*
		left:49px;
		padding: 11px;
		font-family: "Courier New", Courier, monospace;
		font-size: 0.96em;
		letter-spacing: 1px;
		line-height: 1.4em;
		color: #444; */
		/* [disabled]width:570px; */
		/* background-color: #FFF;	padding:36px 22px 22px 22px;
		position:relative;
		left:79px; */
		/*padding-right: 5px; 
		padding-left: 5px; */	/*	border-top:			#dadada 1px solid;
		border-right:		#888 1px solid;
		border-bottom:		#888 1px solid;
		border-left:		#dadada 1px solid; */
	}

	.form_uz_data  {
	width:				95%;
	max-width:770px;
	border-top:			#dadada 1px solid;
	border-right:		#888 1px solid;
	border-bottom:		#888 1px solid;
	border-left:		#dadada 1px solid;
	background-color:	#fafafa;
	font-family:Verdana,Arial,Helvetica,sans-serif; font-size:0.84em; line-height:1.1em; color:#777; font-style:italic; 
	padding:			33px 18px 8px 34px;
	position:inherit;
	}

	.form_ttl  {
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*letter-spacing:1px;*/
		font-style: italic;
		font-size: .9em;
		color: #fff;
		height:23px;
		border-left:	#f00 1px solid;
		position:absolute;
		top:0;
		left:0;
		background-color: #5E67BD;
		padding: 3px 14px 3px 13px;
		z-index:3;
		background-image: none;
		background-repeat: repeat-x;
	}
	
	.note { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10px; color: #555555 }
	.frm_fld { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; line-height:0.8em; color: #555555 }

	/* ~~ end needed ~~ */
	
	.frm_inp {
		font-family:"Courier New", Courier, monospace;
		font-size:0.95em;
		color: #006633;
		margin: 2px;
		background-color: #F8FFE8;
	}

	.found {
		font-size:1em;
		letter-spacing:1px;
		padding:20px 10px 3px 10px;
		margin:0;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-style: normal;
		color: #060;
		border-bottom:#f00 1px dotted;
	}

	#share  {
	position:fixed;
	top:31px;
	left:14px;
	}

	/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
	.container {
		width: 100%;
		min-width: 70px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
		background: #FFF;
		margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
		overflow: hidden; /* this declaration makes the .container clear all floated columns within it. */
	}

	.header {
		position: fixed;
		top:0;
		background: #dfdfdf;
		padding: 0;
		height: 40px;
		width:100%;
		z-index:2;
	}

	.subttl  {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		line-height:12px;
		color:#333;
		border-bottom:		#ccc 1px solid;
		background-color:	#fff;
		position:absolute;
		top:50px;
		left: 130px;
		z-index:4;
		padding: 3px 4px;
	}

	.editbox { display:inline; background-color:#fff; font-size:10px; 
		border-top:#999 1px solid; border-right:#555 1px solid; border-bottom:#555 1px solid; border-left:#999 1px solid; 
		padding: 0px 2px 1px 3px; margin:3px 2px 3px 1px; 
	}

	.logo {
		background-color: #888;
		width: 115px;
	}
	
	.logo a:hover {
		background-color: #F00;
	}

	.logodate {
		height: 27px;
		font-family:"Lucida Grande", Verdana, Sans-serif;
		font-size:0.7em;
		line-height: 0.6em;
		padding: 13px 10px 0px 13px;
		z-index:1;
	}

	.claim {
		position: relative;
		top: -26px;
		left: 140px;
		font-family:"Lucida Grande", Verdana, Sans-serif;
		font-size:0.8em;
		font-style:italic;
		letter-spacing:7px;
		line-height:12px;
		z-index:1;		
	}

	a:link { color:#660000; text-decoration: none; }
	a:visited { color: #550000; text-decoration: none; }
	a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
		background-color:#fffbd8; 
		color:#FF0000;
		text-decoration: none;
	}

	.sidebar1 {
		position: fixed;
		top: 40px;
		left:0;
	/*	top: 40px;
		float: left;
		width: 121px;
		margin-top: 0px;
		padding: 0;
		z-index: 0; */
	} 
	
	.sidebar2 {
		position: fixed;
		top: 0px;
		float: left;
		right: 0;
		width: 209px;
		height: auto;
		margin: 0;
		padding: 0;
		z-index:5;
	}

	.content {
		position: relative;
		/*text-align:center; */
		top: 80px;
		left: 145px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 340px 80px 0;
	}

	.menubottom {
		position: relative;
		top: 0px;
		right: 0;
	}

	p.choice {
		width:80%;
		text-align:left;
		background: #DFDFDF;
		padding: 10px 20px 10px 40px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-right:		#888 1px solid;
		border-bottom:		#888 1px solid;
	}

	a.choice {
			
	}

	p.choice:hover {
		background: #F93;
	}	

	.text {
		font-size:0.8em;
		width: 90%;
	}

	p.link {
		font-size:0.8em;
		width: 90%;	
	}

	.links { 
	font-family: Verdana, Arial, Helvetica, sans-serif; color:#4c4c60; font-size:11px; line-height:12px; letter-spacing:0.03em; 
	margin:2px 0;
	padding: 2px 6px;
	border-bottom: #eee 1px solid;
	}

	/* ~~ This grouped selector gives the lists in the .content area space ~~ */
	.content ul, .content ol { 
		padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	}

	/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
	ul.nav {
		font-size:.8em;
		letter-spacing: .4em;
		list-style: none; /* this removes the list marker */
		border-top: 1px solid #999; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
		margin-bottom: 0px; /* this creates the space between the navigation on the content below */
	}
	ul.nav li {
		border-bottom: 1px solid #EEE; /* this creates the button separation */
	}
	ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
		padding: 5px 5px 5px 7px;
		display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
		text-decoration: none;
		background: #CCC;
		color: #000;
	}
	ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
		background: #F93;
		color: #FFF;
	}

	/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
	ul.s_menu_1 {
		font-size:0.8em;
		letter-spacing: .1em;
		list-style: none; /* this removes the list marker */
		margin-bottom: 0px; /* this creates the space between the navigation on the content below */
	}
	ul.s_menu_1 li {
		border-bottom: 1px solid #EEE;
	}
	ul.s_menu_1 a, ul.s_menu_1 a:visited { 
		padding: 3px 5px 3px 11px;
		display: block; 
		text-decoration: none;
		background: #AAA;
		color: #000;
	}
	ul.s_menu_1 a:hover, ul.s_menu_1 a:active, ul.s_menu_1 a:focus { 
		background: #F63;
		color: #FFF;
		margin-bottom: 0px;
	}

	/* ~~ miscellaneous float/clear classes ~~ */
	.fltrt { 
		float: right;
		margin-left: 8px;
	}
	.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
		float: left;
		margin-right: 8px;
	}
	.clearfloat { 
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}

	.footer { position:fixed; right: 0px; bottom: 0px; /* width:*/ 33%; height: 16px; margin-bottom: 0; 
	padding: 4px 6px 3px 6px; repeat-x; z-index: 5; font-size:0.7em; line-height: 1.2em; text-align: right; 
	background-color:#fff; filter:alpha(opacity=82); opacity:0.82;
		border-radius: 6px 0 0 0;
		-webkit-border-radius: 6px 0 0 0;
		-moz-border-radius: 6px 0 0 0;
		-o-border-radius: 6px 0 0 0;
	}

	.headshadow { position:absolute; left: 0px; top: 40px; width: 100%; margin: 0px; z-index:1;}
	
	/*  from NC 1009 */
	
	.thumb  {
	border:#dadada 1px solid;
	padding:1px;
	margin:1px;
	}

	/*.choice { 
	display:block; width:420px;
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1.06em; line-height:1.8em; font-style:italic; text-align:right;
	position:relative;
	right:0;
	border-right:		#888 1px solid;
	border-bottom:		#888 1px dotted;
	padding: 1px 5px 1px 5px;
	margin-top: 0;
	margin-bottom: 11px;
	} */

	.form {
	max-width:525px;
	position:relative;
	left:29px;
	}

	.form_uz_data  {
	width:				95%;
	max-width:770px;
	border-top:			#dadada 1px solid;
	border-right:		#888 1px solid;
	border-bottom:		#888 1px solid;
	border-left:		#dadada 1px solid;
	background-color:	#fafafa;
	font-family:Verdana,Arial,Helvetica,sans-serif; font-size:0.84em; line-height:1.1em; color:#777; font-style:italic; 
	padding:			33px 18px 8px 34px;
	position:inherit;
	}
	
	.form_ttl  {
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*letter-spacing:1px;*/
		font-style: italic;
		font-size: .9em;
		color: #fff;
		height:23px;
		border-left:	#f00 1px solid;
		position:absolute;
		top:0;
		left:0;
		background-color: #5E67BD;
		padding: 3px 14px 3px 13px;
		z-index:3;
		background-image: none;
		background-repeat: repeat-x;
	}

	.respond_form {
		width:570px;
		padding:36px 22px 22px 22px;
		position:absolute;
		top:94px;
		left:79px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 0.86em;
		font-weight: normal;
		letter-spacing: 1px;
		color: #000;
		z-index:3;
	}

	.respond_form_ttl {
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		letter-spacing:2px;
		font-style: italic;
		font-size: 1.03em;
		color: #fff;
		height:23px;
		padding:3px 13px 3px 18px;
		border-left:	#f00 1px solid;
		position:absolute;
		top:92px;
		left:94px;
		background-color: #3e3533;
		filter:alpha(opacity=70);
		opacity:.75;
		z-index:2;
	}

	.respond_form_calque {
	width:590px;
	height:463px;
	border-right:	#f00 1px solid;
	border-bottom:	#f00 1px solid;
	position:absolute;
	top:92px;
	left:94px;
	background-color:	#fff;
	  filter:alpha(opacity=80);
	  opacity:0.8;
	z-index:1;
	}

	.respond_form_calque_c {
	width:450px;
	height:145px;
	border-right:	#f00 1px solid;
	border-bottom:	#f00 1px solid;
	position:absolute;
	top:92px;
	left:94px;
	background-color:	#fff;
	  filter:alpha(opacity=60);
	  opacity:0.6;
	z-index:1;
	}

-->