/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body 
{
	margin: 0;
	padding: 0;
	background:#000066 url(images/background.jpg) repeat-y top left ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #9999cc;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}



/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: 0 0 50px 0;
}

#NCF-page_ {
	position:relative;
	left:0;
	top:0;
	margin: 0;
	width:1024px;
}


#NCF-logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:459px;
	height:158px;
}

#NCF-header_ {
	position:absolute;
	left:459px;
	top:0px;
	width:565px;
	height:158px;
}

#NCF-menubar_ {
	position:absolute;
	background-color:#000066;
	left:0px;
	top:158px;
	width:1024px;
	height:35px;
	z-index:100;
}

#NCF-topstripes_ {
	position:absolute;
	left:0px;
	top:193px;
	width:1024px;
	height:33px;
	z-index:1;
}

#NCF-sidebar_ {
	position:absolute;
	left:0px;
	top:226px;
	width:251px;
	height:445px;
	padding-left: 20px;
	padding-right:10px;
	background-color:#000066;
	z-index:1;
}

#NCF-middlestripes_ {
	position:absolute;
	left:251px;
	top:226px;
	width:67px;
	height:486px;
	z-index:1;
}

#NCF-main_ {
	position:absolute;
	left:318px;
	top:226px;
	width:706px;
	min-height:486px;
	background-color:#ffffff;
	z-index:1;
	
}

#NCF-bottomstripes_ {
	position:absolute;
	left:0px;
	top:671px;
	width:251px;
	height:41px;
	z-index:1;
}

#NCF-bottomside_ 
{
    position:absolute;
    top:712px;
	left:0px;
	width:299px;
	background-color:#000066;
	z-index:1;
}

#NCF-bottommain_ {
	position:absolute;
	top:712px;
	left:299px;
	width:725px;
	background-color:#ffffff;
	z-index:1;
}



#content
{
	color: #666666;
	margin-left:10px;
	margin-right:10px;
	padding-left: 10px;
	padding-right:10px;
	min-height:486px;
	z-index:1;
}



#footer {clear:both;width:100%; text-align:center; 
    padding-bottom:2px; padding-top:20px; color:#666666;}



.pagesummary
{
	font-size: 0.9em;
	color: #000000;
	bottom: 0;
	font-style: italic;
	font-family: arial;
	margin-bottom:15px;
}

.lastupdated
{
	font-size: 0.8em;
	color: dimgray;
	padding-top: 1em;
	bottom: 0;
	border-top: 1px solid whitesmoke;
	margin-top: 20px;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}
/* Menu */

#menu{ /* nothing in here right now */
    position:absolute;
	padding: 7px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	z-index:100;
}

#menu .Item
{ 
  /* CSS class for non-selected Menu Item */
  background: #9999cc; 
  text-decoration: none;
  text-align:center;
  border:0px;
  padding-top:2px;
  padding-left:0px;
  padding-right:0px;
  width:100px;
  color:Black;
  z-index: 150;

}

#menu .ItemSelected, #menu .ItemHover
{ 
  /* CSS class for hovering and selected Menu Item
     ... which can be split up, of course! */
  background: #ffffff; 
z-index: 150;
}

/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
  background: transparent ! important;
  display: block;
  z-index: 150;
}

#menu a:hover, #menu a:active, #menu a:focus
{
  background: transparent ! important;
  display: block;
  z-index: 150;
}


