/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,/*em,strong,*/th,var{font-style:normal;font-weight:normal;}/*ol,*/ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

:focus
{
  -moz-outline-style: none;
}

* {
	font-family: 'Times New Roman', serif;
}

body * { line-height: 12px; }

#wrapper {
	margin: 0 auto;
	width: 722px;
}

#container {
	width: 722px;
	height: 559px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 35px;
	margin-bottom: 25px;
/*l	border: 1px solid rgb(191, 191, 191);*/
}

#inner_box {
	width: 694px;
	height: 542px;
	margin-top: 8px;
	margin-bottom: 7px;
	margin-right: 14px;
	margin-left: 14px;
}

#header {
	height: 128px;
	border-bottom: 1px solid rgb(229, 229, 229);
	position: relative;
}

#nav {
	width: 605px;
	height: 108px;
	position: absolute;
	top: 0;
	left: 90px;
	padding-top: 10px;
}

#nav div a {
	color: #000;
	text-decoration: none;
/*	font-family: arial, sans-serif;	*/
	
/*	font-style: italic;*/
}

/*
need to treat navs that are main && active differently from ones that are subs && active
*/
#nav div a { color: rgb(143, 143, 143); }
#nav div a.main { color: #000; }
#nav div a.active_base_nav { color: #000; font-weight: bold; }
#nav div a.active { color: rgb(79, 178, 237); }

#side_bar{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 342px;
	padding-top: 35px;
	overflow-y: auto;
}

#side_bar a strong
,#side_bar a
{		
	font-size: 10px;
	line-height: 12px;
	font-family: arial, sans-serif;	
}

#side_bar a {
	color: #000;
	text-decoration: none;
	color: rgb(143, 143, 143);	
	display: block;
}

#side_bar a.active {
	color: rgb(79, 178, 237);
}

#content {
	position: absolute;
	left: 90px;
	top: 0;
	height: 342px;
	width: 600px;
	padding-top: 35px;
	overflow-y: auto;
}

#content span {
	font-family: arial, sans-serif;
	color: #000;
	font-size: 10px;	
	line-height: 12px;
}

#content span *
/*,#content span em
,#content span sub
,#content span sup
*/{
	font-family: arial, sans-serif;	
}

#content span br {
/*	margin-bottom: 18px;*/
}

#content h1 {
	font-family: 'Times New Roman', serif;
/*	font-style: italic;*/
	color: #000;
	font-size: 16px;
	line-height: 18px;
/*	font-weight: bold;*/
	margin-bottom: 12px;
}

#content h2 {
	font-size: 16px;
	line-height: 18px;
	color: rgb(143, 143, 143);
	display: block;
	/* padding-top:12px;*/
	margin-bottom: 4px;
	font-family: 'Times New Roman', serif;	
}

#content h3 {
	font-size: 13px;
	line-height: 15px;
	color: rgb(0, 0, 0);
	display: block;
	margin-bottom: 4px;
	font-family: 'Arial', sans-serif;	
}

#content ol 
,#content ul
{
	padding-left: 18px;
}

#content ol li
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 4px;
	margin-bottom: 2px;
/*	font-family: arial, sans-serif;	*/
}

#content ul li
{
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 4px;
	margin-bottom: 2px;
/*	font-family: arial, sans-serif;	*/
}


#maincontent {
	height: 377px;
	border-bottom: 1px solid rgb(229, 229, 229);	
	position: relative;
/*	overflow-y: auto;*/
	overflow: hidden;
	color: rgb(143, 143, 143);
}

#footer {
	margin-top: 10px;
	background: rgb(203, 203, 203);
	width: 694px;
	height: 26px;
	position: relative;
}

#search_form {
	position: absolute;
	top: 6px;
	left: 100px;
}

#search_form form input {
	font-size: 10px;
	line-height: 12px;
	height: 10px;
	width: 125px;
}

#footer_links{
	position: absolute;
	right: 25px;
	top: 7px;
	z-index: 20;
	height: 20px;
}

#footer_links a{	
	font-size: 10px;
/*	line-height: 12;*/
	margin-left: 6px;
	color: #fff;	
	float: left;
	display: block;
	text-decoration: none;
	font-family: arial, sans-serif;
}



#maincontent #content table tr td span.error
,#maincontent #content table tr td span.error a
{
	color: #900;
}