/*==========================   L A Y O U T   R U L E S    ====================================*/
/*sets body styles*/

#formshell {
	width: 	670px;
	border:2px none #DF3800; 
} 
			
#formshell fieldset {border:2px solid #DF3800; 
	width: 575 px;
	margin: 			5px 10px 5px 10px ;
}

legend { color: #00007D;}

h1.nav {
			padding: 			3px 10px 3px 10px;
			border : 			0px black;
			margin: 			5px 5px 5px 5px ;
			line-height:		1.2em;
			color: 				#FFFF78;
			float:				left;
			font-size:			2em;
			font-family: 		Verdana, Garamond, Ariel;
			clear:				both;
			width:				auto;
}
			
h1.normal {
			padding: 			5px 0px 5px 0px;
			color: 				#BF6D45;
}

h6 {clear:	 	 both;}


/*==========================   T Y P O G R A P H Y / C O L O R   R U L E S   =================*/
			

tt 				{font: bold 12.5px/1.7em Verdana, Garamond, sans-serif;}
.letters		{font: bold 16px/1.0em Verdana, Garamond, sans-serif;
				 color: black;}
@media print{
	.submitrow {display: none;}
	.topbar {display: none;}
	.midbar {display: none;}
	.sidebar1 {display: none;}
	.sidebar1a {display: none;}
	.bottombar2 {display: none;}
	.sidebar2 {display: none;}
	.bottombar4 {display: none;}
	.bottombar4a {display: none;}
	.sidebar2a {display: none;}
	.sidebar4 {display: none;}
	.sidebar5 {display: none;}
	.rndcorner {display: none;}
	.address {display: none;}
}

tt.username		{width: 450px; text-align:right;}
#hdr{
			padding: 	0px 0px 0px 0px;
			margin: 	0px 0px 0px 0px;
			display:	block; 
			text-align: left;
}
	
#hdr .topbar {
	width: 1000px;  height: 40px;
	color: #FFF;	text-align: right;
}
#hdr .midbar {
	padding: 0px 0px 0px 150px;}

#hdr .sidebar1a { 
	width: 1000px; height 30;
	align: center;}

#hdr .bottombar4a {	
	width: 1000px; height 30;
	text-align: 		center;
	font-size:			20pt;}

#hdr .right		{align: right;}

#hdr .body1		{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	color: #000;
	font-size: 14px;
	width: 990px;
	text-align: left;}

#hdr .ftr1	{
	width: 1010px;
	margin: 7px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	text-align:	left;
	background-color:	gray;}

#hdr .copyright	{
	width: 1010px;
	margin: 0px 0px 7px 0px;
	padding: 0px 10px 0px 0px;
	text-align:	right;
	background-color:	gray;}

.dbl{height: 40px;}

table.utility{
	background:url(/images/loader-earth.gif);
	background-repeat: no-repeat;
	background-position: center;
	width:100px;
	height:100px;
	border: 1px none black;
}

tt.menulines a{
	padding: 0px 3px 3px 3px ;
	margin: 0px 0px 0px 0px ;
	text-valign: bottom;
	text-decoration:none;
	color:	#FFF;
	font: 	bold 14px Verdana, Garamond, Courier;
}

tt.menulines a:hover{
	color: Yellow;
}

input, select, textarea {font-size: 14px;}
input.main {font: 	bold 1em/1em "Courier New", Courier, monospace;}
input.cols {
			padding: 			.25em 0px 0px .2em;  
			border: 			0px none #2E88C7;
			margin: 			0px .2em .15em .1em;
			font: 				bold 12px Verdana, Garamond, Courier;
			color: 				#000080;
			background-color: 	#dcd1cdc;}	

input.checkbox {background-color: transparent;
			border: none;}

textarea { width: 180px;}
textarea.fsize129 	{height: 9.60em;
					font: 	 bold 1.2em/1em "Courier New", Courier, monospace;}

.labels {
		clear:	 	 both;
 		font-size:	 18px;
		font-family: Verdana, Garamond, Ariel;
		width: 		 400px;
		text-align:  left;
		line-height:  1.3em;
}

.cards {
		font-family: Verdana, Garamond, Ariel;
		width: 		 300px;
		line-height: 1.2em;


.panellbl {
	text-align : left;
	overflow : none;
	left: 0px;
	top: 60px
}

#lblpos1_1,#lblpos1_2,#lblpos2_1,#lblpos2_2,#lblpos3_1,#lblpos3_2,#lblpos4_1,#lblpos4_2 {
	position: absolute;
}

.fbrow {margin:	0em 0em 0.05em 0em; }

.fsize37 	{font-size: 32px;}

button {
	background-color: #B2B2B2;
	font:1.0em Verdana bold;
	padding:2px 7px 2px 7px;
	border:2px solid #585858;
	-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;
	border-right:2px solid #D7D7D7;
	border-bottom:2px solid #D7D7D7;
	-moz-box-shadow:inset -5px -5px -5px navy;-webkit-box-shadow:inset 5px 5px 5px rgba(255,255,255,0.5);box-shadow:inset -10px -10px -10px rgba(255,255,255,0.5);
	cursor:pointer;
}

button:hover{background-color:#8D8D8D;}

button:active{position:relative;top:2px;}
