/* CSS Document */
body{
	margin:0;
	padding: 0;
	font: 11px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	background: #fff url(../images/site_template/gradient-blue-bg.gif) repeat-x 0 0;
	text-align: center;
}

h1, h2{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000088;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a{
	color: #0d7826;
	text-decoration: none;
}

a:hover{
	cursor: pointer;
	text-decoration: underline;
}

a.nd{
	color: #000000;
	text-decoration: none;
}

table.nd{
	background-color: #E6EBD0;
	bgcolor: #E6EBD0;
}

table.nd:hover{
	background-color: #C6CBC0;
	bgcolor: #C6CBC0;
	color: #C6CBC0;
	text-decoration:underline;
}

td.nd_title{
	font-size:small;
	font-weight:bold;
}

td.nd_label{
	font-weight:bold;
}

td.nd_value{
	font-style:normal;
}

td.nd_email{
	font-style:normal;
	color:#660033;
}

td.nd_site{
	font-style:normal;
	text
}

form{
	margin: 0;
	padding: 0;
}

.link_home{
	width: 130px;
	height: 120px;
	position: absolute;
	top: 5px;
	z-index: 100;
	display: block;
}

#container{
	width: 720px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	background: #fff url(../images/site_template/content_bg.gif) repeat-y 0 0;
}

#container1{
	width: 720px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

#header_top{
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
	background:#FFFFFF;
}
	#headernav{
		float: right;
		font-weight: bold;
		font-size: 11px;
		margin: 10px 10px 0 0;
	}
	
	#search{
		float: right;
		margin: 5px 10px 0 0;
	}
	
#content{
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

#right_column{
	width: 190px;
	margin: 0;
	padding: 0;
	float: right;
}
	
	#news_box{
		width: 190px;
		margin: 10px 0 0 0;
	}
	
	#news_box h1{
		font-size: 16px;
		color: #114e80;
	}	
	
	.adv_vert{
		width: 190px;
		text-align: center;
		margin: 15px 0 10px 0;
	}
	
	#find_nd{
		height: 35px;
		text-indent: -9999px;
		line-height: 0;
	}
	
	#find_nd a{
		display: block;
		width: 190px;
		height: 35px;
		background: url(../images/site_template/find_nd-btn.gif) no-repeat 0 0;
	}
	
	#find_nd a:hover{
		cursor: pointer;
		background: url(../images/site_template/find_nd-btn.gif) no-repeat 0 -35px;

	}
	
	#login_box{
		width: 190px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
		#login_box .top{
			margin: 0;
			padding: 0;
			height: 15px;
			background: url(../images/site_template/login_box-top.gif) no-repeat 0 0;
		}
		
		#login_box h2{
			font-size: 14px;
			color: #fff;
		}
		
		#login_box .middle{
			padding: 3px;
			background-color: #91b4cf;
		}
		
		#login_box .bottom{
			height: 15px;
			background: url(../images/site_template/login_box-bottom.gif) no-repeat 0 0;
		}
		
#left_column{
	width: 490px;
	line-height: 1.4em;
}

	#left_column h1{
		color: #114e80;
		font-size: 18px;
	}
	
	#leftt_column h2{
		color: #114e80;
	}
	
	#left_column .little_extras{
		margin: 10px 0 0 0;
		padding: 0;
		clear: left;
	}
	
	#left_column .little_extras_text h1{
		font-weight: normal;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#left_column .little_extras_pic{
		width: 95px;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	#lefct_column .little_extras_text{
		margin-left: 100px;
		width: auto;
	}
		
		#middle_col_container{
			margin: 15px 0 0 0;
		}
		
		#left_middle_col{
			width: 290px;
			float: left;
		}
		
		#right_middle_col{
			width: 180px;
			float: right;
			padding: 0 0 0 10px;
			border-left: 1px solid #ccc;
		}
		
		#right_middle_col h2{
			font-size: 12px;
			margin-top: 5px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
#footer{
	width: 700px;
	clear: both;
	padding: 10px 3px 0 0;
	background: #fff url(../images/site_template/footer_bar.gif) no-repeat 0 0;
	text-align: right;
	font-size: 10px;
	color: #666666;
}

.critical
{
    COLOR: #FF0000;
    FONT-FAMILY: "Verdana, Arial, Helvetica, sans-serif";
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

.light-back
{
	background: lightyellow;
	color: blue;
	font-size: 100%;
	font-weight: bold;
}