body {
	background-color: #000;
	font-size: 13pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	margin:0px;
}

a{color:#333333; text-decoration:underline;}
a:visited{color:#990000; text-decoration:none;}
a:hover{color:#990000;}

H1 {
font-weight:normal;
font-size:14pt;
color:#CCCCCC;
margin:0px }

H2 {
font-size: 12pt;
font-weight:normal;
text-transform:uppercase;
color: #009999;
margin:0px }

H3 {
text-align:center;
font-weight:100;
font-size:13pt;
letter-spacing:0.1em;
color:#CCCCCC;
padding: 14px 10px;
margin:0px;}

H4 {
text-align:right;
font-weight:100;
font-size:10pt;
color:#B49940;
margin:0px;}

H5 {
text-align:left;
font-weight:600;
font-size:10pt;
color:#B49940;
margin:0px;}

p{
line-height:13pt;
}

table a{text-decoration:none;
}

table a:hover{color:#6699CC;
}



/* -----------------content--------------------- */
div#header{
position:relative;
	width: 880px;
	height:159px;
	top:40px;
	margin-left: auto;
	margin-right: auto;
}

.logo{
position:relative;
width:168px;
height:103px;
	background-image:url(../images/Nlogo.gif);
	background-repeat:no-repeat;
	text-align: center;
}
.logo span { display: none; }

.nav{
position:relative; 
top:40px;
width:880px;
height:16px;
}

div#container {
position:relative;
top:50px;
	width:880px;
	height:379px;
	margin-left: auto;
	margin-right: auto;
}

.contentImg{
position:relative;
	width:512px;
	float:right;
}


.contentCopy{
position:relative;
	width:321px;
	float:left;
	background-image:url(../images/copyBack.gif);
background-repeat:no-repeat;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align:center;
	overflow:hidden;
	padding: 15px 20px 15px 20px;
}

/*  ----------------footer---------------------- */ 

div#footer {
position:relative;
	width:880px;
	top:90px;
	margin-left: auto;
	margin-right: auto;
 }
 
 
.botName {
position:relative;
width:470px;
height:36px;
	background-image:url(../images/botTag.gif);
	background-repeat:no-repeat;
	text-align: center;
}

.botName span { display: none; }


.botLinks{
position:relative;
	top:25px;
	width:875px;
	font-size:7pt;
	text-align: center;
	color:#6699CC;
	overflow: auto;
}

.botLinks a{
	color:#666666;
	text-decoration:none;
}

.botLinks a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


