/***** Body and main container *****/

html {
}

body {
	margin:0;
	font:100% Verdana,Tahoma,Arial,sans-serif;
	background-color:#f8f8f8;
	color:#303030;
}

#pageandshadow {
	color:#303030;
	margin:0 auto;
	width:864px;
	background: url(img/nssbgwhiteongray.png) repeat-y;
}

#pageinsideshadow {
	position:relative;
	margin: 0 32px;
}


/***** Various tags *****/
a {
	text-decoration:underline;
	color:#284ea0;
}


a:hover {
	text-decoration:underline;
	color:#286ea0;
}

a img {
	border:0;
}

/***** Header *****/
#overtop {
	position:absolute;
	top:138px;
	left:0px;
	width:800px;
	height:87px;
	zoom:1;
}

#header {
	width:800px;
	height:225px;
	background: url(img/headerbgtile.png) repeat-x left top;
	text-align:center;
	font:90% Verdana,Tahoma,Arial,sans-serif;
}

#header a {
	text-decoration:none;
	color:#31297b;
}

#header a:active {
	color:#ffffff;
}

#header a:hover {
	color:#ffffff;
}

h1 {
	text-align:left;
	margin: 0;
	padding: 0;
}

h1 img {
	width:270px;
	height:48px;
	margin-left:48px;
	margin-top:54px;
}


/***** Menu *****/
#firstmenubar {
	height:42px;
	font-weight:bold;
	margin-top:30px;
}

#firstmenubar ul {
	display:inline-block;
    margin:0;
    padding:0;
    list-style:none;
}

#firstmenubar li {
    float:left;
    background:url("img/tableftoff.png")
      no-repeat left top;
    margin:0 3px;
    padding:0 0 0 8px;
	height:42px;
}

#firstmenubar a {
    display:block;
    background:url("img/tabrightoff.png")
      no-repeat right top;
    padding:12px 15px 0px 7px;
	height:30px;
}

#firstmenubar .selectedmenuitem {
    background-image:url("img/tablefton.png");
}

#firstmenubar .selectedmenuitem a {
	color:#ffffff;
    background-image:url("img/tabrighton.png");
}

#secondmenubar {
	height:45px;
	padding-top:1px;
	background-color:#3366ff;
	color:#daedff;
}

#secondmenubar ul a {
	color:#99ccff;
	font-weight:bold;
}

#secondmenubar ul a:active {
	text-decoration:underline;
}

#secondmenubar ul a:hover {
	text-decoration:underline;
}


#secondmenubar a.secondmenucurrent {
	text-decoration:underline;
	color:#ffffff;
}

	
#secondmenubar ul li {
	display:inline;
}


#secondmenubar ul li + li {
  border-left: 1px solid;
  margin-left: 1.0em;
  padding-left: 1.2em;
}

#secondmenubar ul.menustriphide {
	display:none;
}


/***** Main content *****/

#contentwide {
	margin:55px 23px 5px 23px;
	font:90% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.5em;
}

#contentwide h2 {
	font-size:1.3em;
	margin:0 20px 10px 0;
	color:#404040;
}

#contentwide h3 {
	font-size:1.0em;
	margin:30px 20px 10px 0;
	color:#303030;
}

#kenthumbnail {
	float:left;
	margin:12px 25px 15px 0;	
}

.centredborderedimage {
	display:block;
	margin: 22px auto 22px;
	border-color:#030303;
	border-style:solid;
	border-width:1px;
}

#contentwide li {
	margin-bottom: 10px;
}

/***** Footer *****/

#footer {
clear:both;
margin:40px auto 0;
padding:20px 0 20px;
border-top:4px solid #f0f0f0;
width:100%;
text-align:center;
color:#505050;
background:#ffffff;
font-size:0.75em;
}
