body{
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	color: #310d0d;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	
	a:link, a:visited {
	color: #B00001;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
}

a:hover {
	color: #B00001;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
}

h1{
	font-family:  Arial, Helvetica, sans-serif;
	color: #310d0d;
}

h2{
	color: #310d0d;
	font-family:  Arial, Helvetica, sans-serif;
}

h3{
	color: #310d0d;
	font-family:  Arial, Helvetica, sans-serif;
}

h4{
	color: #310d0d;
	font-family: Arial, Helvetica, sans-serif ;
}

h5{
	color: #310d0d;
	font-family:  Arial, Helvetica, sans-serif;
}

ul{
	list-style-type: circle;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

p{
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
}

#head{
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width:800px;
	height:176px;
	max-height:176px;
	max-width:800px;
}

#head_ng{
	background-image: url(images/head_ng.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width:800px;
	height:176px;
	max-height:176px;
	max-width:800px;
}

#head_bg{ 
	background-image: url(images/head_bg.gif);
	background-repeat:repeat-x;
	background-color:#b50001;
}

#button_container{
	padding:7px 0px 0px 0px;
	background-image: url(images/button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:96px;
	min-width:96;
	max-width:96px;
	height:28px;
	min-height:28px;
	max-height:28px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	float:left;
}


#search_form{
	background-color:#e8e8e8;
	color:#310d0d;
	font-weight:bold;
	text-decoration:none;
	width:200px;
	float: left;
}

#content_txt{
	margin:20px 10px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#310d0d;
}



#footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width:800px;
	height:74px;
	max-height:74px;
	max-width:800px;
	
}

#footer_bg{ 
	background-image: url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-color:#b50001;
	color: #FFFFFF;
	font-size: 14px;
}