label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input
{
float:left
margin-left: 8.5em;
}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
}

.submit input
{
color: #000;
background: #ff9900;
border: 2px outset #d7b9c9;
}

fieldset
{
border: 1px solid #781351;
width: 28em;
}

legend
{
color: #fff;
background: #ff9900;
border: 1px solid #781351;
padding: 2px 6px;
} 


/* Layout Stylesheet */ 

hr { border:none;border-top:dotted 2px black }

img {
border: 0px;
}

#banner {
background: url(../imgs/ribbon.png);
z-index: 100; text-indent: -999999px; overflow: hidden;
position: absolute; top: 0; right: 0; 
}

.title_sub{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color:#FF9900;
}

.gtop_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

body{
	margin: 0;
	padding:0; 
	background-color:#ffffff;
	/*color: #666666;*/
	font:  12px Arial, Helvetica, sans-serif; 
}

.navcontainer{
	height: 20px;
	padding-top: 3px;	
}
 
#hdr1{
	height:60px; 
	border-bottom:1px solid #FF9900; 
	width:100%; 
	background:#000000; 
	margin:0;
}
  
#hdr2{
	border-bottom:1px solid #000000; 
	width:100%; 
	background:#FF9900;
	color: #888888; 
	margin:0;
}
  
#hdr3{
	border-bottom:1px solid #000000; 
	width:100%; 
	background:#F2F2F2;
	color: #888888; 
	margin:0;
}

ul#navlist{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	/*list-style: none outside;*/
}

ul#navlist li{
	background-image: url(../imgs/arrow_dash_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	padding-left: 12px;
	margin: 0 20px 0 0;
}

ul{
 list-style-image: url(../imgs/tick.gif);

	/*list-style: none outside;*/
}
 
.gwidth{
	width: 774px;
	border-top-width: 0px;
	margin-left: auto;
	margin-right: auto;	
}

.glogo .gwidth{
	height: 51px;
	background-image: url(../imgs/logo.png);
	background-repeat: no-repeat;
	cursor: hand;
}

#ftr {
	clear:left;
	padding-top: 3px;
	width:100%;
	height:20px;
	border: solid #CCCCCC; 
	border-width:1px 0;
	background:#000000;
	color: #ffffff;
	margin:10;
 }
 
 #spacer {
	clear:left;
	padding-top: 3px;
	width:100%;
	height:20px;
	background:#ffffff;
	color: #ffffff;
	margin:10;
	text-align:center;
 }
 
 /*links*/
 
a {text-decoration: none; font-weight: bold; color: #000000;}
a:hover {text-decoration: underline;}

.dialog a {text-decoration: none; font-weight: bold; color: #ffffff;}
.dialog a:hover {text-decoration: underline;color: #ffffff;}

#ftr a {text-decoration: none; font-weight: bold; color: #ffffff;}
#ftr a:hover {text-decoration: underline;color: #ffffff;}

.unselected_hdr2{text-decoration: none; font-weight: bold; color: #ffffff;}
.selected_hdr2{text-decoration: underline; font-weight: bold; color: #ffffff;}

.unselected_hdr3{ text-decoration: none; font-weight: bold; color: #000000;}
.selected_hdr3{ text-decoration: underline; font-weight: bold; color: #000000;}

