/* Content */

#content{
	float:right;
	width:740px;
	padding: 20px 20px 10px 0;
}

#content h2{
	display:block;
	margin:0 0 10px 0;
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color:#303030;
	background-color:inherit;
}

#content h2 a{
	font-weight:bold;
	}
#content h3{
	margin:0 0 5px 0; 
	font-size:1.2em; 
	letter-spacing:0px;
	}

#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#content form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font: 1.0em;
 	margin: 0;
  	padding: 0;
 	min-width: 500px;
 	max-width: 600px;
 	width: 560px; 	
}

#content form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size: 1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* Sidebar */

#subcontent{
float:left;
width:170px;
padding: 20px 10px 10px 20px;
line-height:1.4em;
}

#subcontent h2{
display:block;
margin:0 0 4px 0;
font-size:1.1em;
font-weight:bold;
text-align:left;
letter-spacing:1px;
color:#505050;
background-color:inherit;
}

#subcontent p{
	margin: 6px 0 0 0; 
	font-size:1.1em;
	}

/* Menublock */

.menublock{margin:0 0 20px 8px; font-size:1.0em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1.1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/* Searchbar */

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/* Misc classes and styles */

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

/* ----- Forms ----- */

.formContainer {
	margin-top: 6px;
}

.formBox {
clear : both;
float : left;
width : 100%;
margin : 2px 0px 2px 0px;
border : 1px solid #ccc;
padding : 0px 0px 0px 0px;
}

.percent50 {
	width: 50%;
}
.percent90 {
	width: 90%;
}

.btnGeneric {
	font-size: 1.0em !important;
	font-weight: 700;
	color: #333333;
	background-color: #f2f2f2;
	border-top: #ccc 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	border-left: #ccc 1px solid;	
	padding: 3px 0px 2px 0px !important;
}

.activeStep { 
	font-weight:  bold; 
	text-decoration: none; 
	color: #996699; 
}	
	
.completedStep { 
	font-weight:  bold; 
	text-decoration: none; 
	color: #999999; 
}		
	
.alert_red {
	color: red;
	}
