/*----------------------------		
Colors
light-blue: #3b547c;
off-white: #f7f9fa;
dark/light-orange: #FF9933, #ffb933;
-----------------------------*/

/*----------------------------		
Basic Elements		
-----------------------------*/
body 			{background: #9fb2b9;}
#container		{margin: 20px auto;		width: 750px; 	text-align: center;	display: block;	font-family: arial;	font-size: 8pt;}
#content			{ border: none; 	margin: 17px auto;		width: 750px;	background: #f7f9fa;	text-align: justify;}
#center			{padding: 10px 25px;}

/*----------------------------		
Navigation		
-----------------------------*/
#links 			{margin: 0;		width: 750px; margin: 2px 0 0 0; height: 25px; padding: 1px 0;}
#links ul			{list-style: none;	display: block; }
#links li 			{display: inline; 	width: 24%;	float: left; 	height: 25px; margin: 5px 0;		padding:	0; }
#links a			{padding: 5px;		height: 25px; font-weight: bold;	color: #FF9933;	text-decoration: none;	border: none;	background: white; margin: 0; z-index: 1000;}
#links a:hover		{text-decoration: underline;	height: 25px;	color: white;	border: none;	background: #ffb933;}
#lselect			{border-bottom: solid #0d5975 1px; padding: 0 0 5px 0;}
/*----------------------------		
Specific Elements		
-----------------------------*/
#content a, #footer a
				{font-weight: bold;	color: #FF9933;	text-decoration: none;}
#content a:hover, #footer a:hover
				{text-decoration: underline;}
p				{padding: 5px; 		margin: 0;}
h4				{padding: 5px;			margin: 5px;	font-size: 12pt;		font-style: italic;	color: #0d5975;	border-bottom: solid #0d5975 1px;}
h5				{padding: 0; 		margin: 0 5px;		font-size: 9pt;		font-style: bold;	color: #638c9c;	border-top: solid #638c9c 1px;}
.p3				{padding: 5px 20px;}
.redir			{text-align: right;		color: #0d5975;	font-weight: bold;}
.redir a			{padding: 2px;}

/*----------------------------		
Banner
-----------------------------*/
#pageHeader span  { display: none;}
#pageHeader 		{ height: 106px; 	width:749px;	border: none;	background: url(picture_library/nhsi.jpg);}


/*----------------------------		
Footer
-----------------------------*/
#footer			{border: none; 	margin: 10px auto;	width: 750px;	font-size: 7pt; color: white; 	text-align: center;	background: #3b547c;}
#footer ul			{list-style: none;	display: inline;}
#footer li			{display: inline;		float: left;		width: 32%;}
#end			{background: #FF9933;}

