/* 
Blue blog template 
----------------------
You are free to use
this template in any
way you desire, no
author information or
link back are required.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("bg_dead.gif") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #333333;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 700px;
	height: 100px;
	background-color: white;
	padding-top: 10px;
	font-size: 17pt;
	color: #333;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #000055;	
}

#container {
	width: 700px;
	background-color: #eef;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#nhsrf
{
	float: right;
	padding-right: 20px;
	padding-top: 10px;
		
}
#logo
{
	float: left;
	background: #000 url("logo.gif") no-repeat;
	width: 90px;
	height:90px;

}

#horizontal {
	width: 680px;
	height: 25px;
	background-color: #AAAAAA;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #000066;
	text-decoration: none;
	margin-right: 30px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: underline;
}



#content {
	float: left;
	width: 680px;
	margin: 10px 0 0 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #000066;
	margin-bottom: 5px;
	padding-left: 10px;
}

.black {
	color: #ccc;
}

p {
margin-bottom: 20px;
padding-left: 10px;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}




#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}