/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
a:focus {outline:none}
a:link, img, #nav a:hover {border:0}
body {
	line-height:1;
	color:black;
	background:white;
}
ol, ul {list-style:none;}
table {border-collapse:separate;	border-spacing:0}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
/* end reset styles */

/* mac hide \*/
html,body{height:100%}
/* end hide*/

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	font-size:120%
}
h1{font-size:140%}
p,h1,h2,h3,h4,h5,h6,ul{margin-bottom:1em}
h3{margin:1em 0 .5em 0;}
ul{list-style:none;}
h2{	
	color:#b9b6ae;
	font-size:140%;
}

body{
	background:#fff url(layout/vbg1.gif) 50% 0 repeat-y;
	font-size: 13px; 
}
#outer{
	width:90%;
	margin:0 0 0 4.5%;
	text-align:left;
	min-height:100%;
  float:left;
	display:inline;
	background:#809900 url(images/side-stripe2.jpg) repeat-y 15.9999em 0;
}

#content{
	float:right;
	width:100%;
}
#content p {line-height:1.4em;}
#main{	
	margin:0 .7em 0 18em;
	padding:0 0 1em 0;	
	position:relative;
}
#header{
	position:relative;
	margin:0;
	overflow:hidden;
	text-align:left
}
/* ie mac only styles \*//*/
#nav{margin-left:-18em;}
/* end iemac styles*/


/*FORMS*/
#evaluator fieldset {
	display:block;
	border:0
}
#evaluator input {
	position:relative;
	top:-20px;
	left:110px;
	display:block;
}
#evaluator input.submit {
	clear:both;
	top:-20px;
	margin-top:-4px;
}
#evaluator label {
	clear:both;
	float:left;
	display:block;
	margin-top:-4px;
	font-weight:bold;
}
#evaluator textarea {
	position:relative; margin-bottom:16px; left:110px; top:-20px; display:block}
