@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #070609;
	background-image: url(../images/bgdFade.png);
	background-repeat: repeat-x;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #0CC;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
p {
	margin-left: 10px;
}





#nesWrapper {
	height: 650px;
	width: 950px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
	background-image: url(../images/nesFootGraphic2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#nesHeader {
	height: 150px;
}
#nesNavBar {
	clear: left;
	height: 35px;
	margin-right: 10px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00C;
	width: 918px;
}
.navBar tr td {
	text-align: center;
}
.navCurrent {
	background-image: url(../images/nesCurrent.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	color: #006;
	font-weight: bold;
	font-style: italic;
}
.navBar {
	border-bottom-width: 1px;
	border-bottom-style: hidden;
	border-bottom-color: #CCC;
	height: 35px;
}


#nesBody {
	height: 450px;
}
#bodyLeft {
	margin-left: 10px;
	text-align: left;
}
.oneCol {
	margin: 7px;
	float: left;
	width: 925px;
	height: 435px;
}

.twoCol {
	margin: 7px;
	float: left;
	width: 455px;
	border: thin dotted #FFF;
}

.threeCol {
	margin: 7px;
	float: left;
	width: 296px;
	height: 435px;
	border: thin dotted #FFF;
}
.threeSpan {
	margin: 7px;
	float: left;
	width: 610px;
	height: 435px;
}
.homeBody {
	text-align: center;
	height: 430px;
}



#nesFooter {
	height: 50px;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	clear: left;
}
#nesFooter img {
	margin: 5px;
}
#clientList tr td {
	text-align: center;
	font-size: 12px;
}
#clientListTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009;
}
#galBody {
	height: 430px;
	margin-left: 15px;
	margin-top: 0px;
	width: 918px;
}
#galHeader {
	height: 610px;
}

.nesBullet {
	font-size: 14px;
}

.nesH1 {
	font-size: 24px;
	font-weight: bold;
	color: #009;
	font-style: italic;
	text-shadow:2px 2px 2px #CCC;

}
.nesH2 {
	font-size: 18px;
	color: #009;
	font-style: italic;
}
.nesH3 {
	font-size: 14px;
	color: #009;
	font-style: italic;
}

.nesName {
	font-weight: bold;
	color: #006;
}
.nesLink {
	text-decoration: underline;
}
.nesPortrait {
	margin-bottom: 15px;
	margin-left: 15px;
}
.nesP {
	margin-left: 10px;
}
#nesAnnounce {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
}
#bodyLeftBlue {
	margin-left: 10px;
	text-align: left;
	background-image: url(../images/bgdFade.png);
	background-repeat: repeat-x;
	color: #FFF;
}
