@import url("text.css");

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#wrapper {
	margin: 0px auto;
	width: 782px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	background-color:#FFF;
	border: 1px #000000 solid;
	overflow: hidden;
	background-image:url(../imgs/wrapper_bkg.jpg);
	background-repeat: repeat-y;
	height: 1%;
}

a {
	color: #007dc3;
	text-decoration: underline;
}

a:hover {
	color: #666
}

#header {
	height: 100px;
	width: 782px;
	background-color:#017dc3;
	margin: 0px 0px 4px 0px;
	background-image:url(../imgs/NELFTY_hdr.gif);
	background-repeat: no-repeat;
	float: left;
}

#topnav {
	float: left;
	height: 20px;
	width: 782px;
	background-color:#4d4d4f;
	margin: 0px 0px 4px 0px;
}

#topnav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topnav ul li{
	float: left;
	width: 6em;
	line-height: 1em;
	margin: 0px;
	text-align: center;
	padding-top: 2px;
}

#topnav ul li a{
	font-size: .7em;
	color: #FFF;
	font-weight: 100;
	text-decoration: none;
}

#topnav ul li:hover{
	color:#FFFFFF;
	background-color: #939598;
	height: 18px;
}

#fullcol {
	float: left;
	width: 778px;
	background-color: #FFF;
	margin: 0px 0px 15px 0px;
	border-top: 1px solid #cfcfcf;
}

#fullcol p {
	margin: 10px 25px 0px 25px;
	font-size: .8em;
}
	
	
#leftcol {
	width: 480px;
	float: left;
	background-color:#FFF;
	border-top: 1px solid #cfcfcf;
	height: 1%;
}

#leftcol p {
	margin: 10px 25px 0px 25px;
	font-size: .8em;
}

#surveyform {
	margin: 15px 5px 15px 15px;
}

.homeh3 {
	font-size: 1.4em;
	margin: 1.2em 0em 0em 25px;
	font-weight: normal;
	}

#adminnotes h5 {
	font-size: .8em;
	margin: 1.2em 0em .5em 25px;
	font-weight: bold;
	color: #007dc3;
	}

#leftcol ul, #fullcol ul{
	list-style: square;
	font-size: .8em;
	line-height: 1.2em;
	margin: 15px 35px 0px 0px
}

#leftcol li, #fullcol li {
	line-height: 1.2em;
}

#adminnotes {
	margin: 15px 35px 0px 0px; 
}

#adminnotes li{
	line-height: 1em;
	font-size: .7em;
	color: #007dc3;
}


#adminnotes li a{
	color: #007dc3;
	text-decoration: underline;
}

#adminnotes li a:hover{
	color: #666;
}

#toucan {
	width: 480px;
	border-top: 1px solid #cfcfcf;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: .8em;
}

#rightcol {
	width: 300px;
	float: left;
	margin: 0px 0px 15px 0px;
	color: #000;
}

#rightcol h4 {
	font-size: .9em;
	line-height: 1.2em;
	margin: 30px 25px 0px 35px;
	font-weight: bold;
	}

#rightcol p{
	margin: 10px 25px 0px 35px;
	font-size: .7em;
	line-height: 1.2em;
}

#rightcol img{
	margin: 5px 25px 0px 35px;
	border: 1px solid #333333;
}

#rightcol p a, #rightcol p a:visited{
	text-decoration: underline;
	color: #007dc3;
}

#rightcol p a:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#666;
}

#footer {
	font-family: Helvetica, Arial, sans-serif; 
	margin: 5px auto;
	width: 780px;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer ul li{
	float: left;
	line-height: 1em;
	margin: 0px 20px 10px 0px;
	text-align: center;
	padding-top: 2px;
}

#footer ul li a{
	font-size: .6em;
	color: #333;
	font-weight: 100;
	text-decoration: underline;
}

#footer ul li a:hover{
	color: #007dc3;
	height: 18px;
}
#surveyform p {
	margin: 0px 15px 15px 0px;
}

.surveyred {
	font-weight: bold;
	color: #FF0000;
	font-size:1.2em;
	line-height: 1.2em;
}

