/* global styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-weight: inherit;  */
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	}
	body {
	background-color: #002F9B;
	color: black; 
	font-size: 12px; 
	font-family: Verdana;
	}
	h1 {
		font-size:20px; 
		font-weight:bold;
		color:#002F9B;
		padding:5px;
		margin:0 0 10px 0;
	}
	
	h2 {}
	h3 {
		font-size:16px;
		font-weight:bold;
		text-decoration:underline;
	}
	h4 {}
	h5 {}
	
	p { }
	
	
	table {}
	td {}
	
	/* site layout */
	#header {
	
	}
	
	#main {
	background-color: #fff;
/* 	float: left; */
	width: 600px;
	margin: 0 auto;
	padding: 5px;
	}
	#footer_links {
		background-color: #fff;
/* 	float: left; */
	width: 600px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	}
	/* form table content */
	
	/* dl.label {
	
	}
	
	dt.label {
	background-color: #AFCCEA;
	float: left;
	height: 18px;
	width: 20em;
	text-align: right;
	clear: left;
	padding: 5px;
	margin: 3px 15px 3px 0;
	}
	
	dd.input {
	height: 18px;
	margin: 3px 0;
	}
	 */
	table.formcontentwrap {
	border: 1px solid #000;
	margin-left:40px;
	} 
	
	table.formcontent {
	width: 500px;
	}
	
	table.formcontent tbody tr {
	
	}
	
	table.formcontent tbody td {
	padding: 1px 5px;
	}
	
	table.formcontent tbody td.label {
	background-color: #AFCCEA;
	height: 18px;
	width: 170px;
	text-align: right;
	margin: 3px 15px 3px 0;
	}
	
	table.formcontent tbody td.label-non {
	height: 18px;
	width: 350px;
	margin: 3px 15px 3px 0;
	}
	
	table.formcontent tbody td.radion {
	height: 28px;
	width: 100px;
	margin: 3px 15px 3px 0;
	}
	
	table.formcontent .texta {
	height: 18px;
	margin-right: 5px;
	width: 300px;
	}
	
	/* 
	#subsection_nav li {
		float: left;
		padding:0 5px 0 0;
		margin: 0;
	}
	#subsection_nav li a {
		text-decoration: none;
		color: #000000;	
	} */
	
	/* classes for validator */
  	.inputHighlighted 
          {color: red;} 
     .inputNormal
          {color: black;}
.indented{
	margin-left:25px;
}
