body { /* set everything to zero for a good cross-browser starting point */
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	background-color: #FFFFFF; /* sets the body background colour */
	color: #000000;  /* set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* set the default fonts */
	font-size: 100.01%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}

#wrapper {
   width: 772px;/*sets the width for IE5.x's broken box model*/
	w\idth: 770px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto;/* centers the wrapper. First value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	position: relative; /* important to position it relatively */
	/* background-image:  url("wrapper.jpg"); /* sets the path to the wrapper's bg image*/
	/* background-position: bottom; /* uses two % values to place the image 2% from the left and 93% from the wrappers top left hand corner */
	/* background-repeat: no-repeat; /* prevents the image from tiling in our page, we do not want this image to repeat */
	background-color: #F7F7F7; /* sets the wrappers background color */
	border: 1px solid #000; /* sets a border to all 4 sides */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}

#banner {
	position: relative; /* **PLEASE READ** ~ This property and value is not needed for your page to be rendered corectly in the browser - However, without it Dreamweaver allows the position of the leftcol div to ride up over the banner in design view. If that does not bother you you can safely delete this property and value pair. Alternatively you could implement a design time style sheet to position the div correctly for working in design view */
	background-image:  url("header.jpg");  /* sets the background image for the banner div*/
	background-repeat: no-repeat; /* prevents the bg image from repeating */
	height: 150px;/* set a height for the banner to allow all the bg image to be seen, no text resizing in this element to worry about */
}

#content {
	width: 560px;
	margin-left: 20px;
	margin-bottom: 120px;
	margin-top: 55px;
	border: none;
	padding: 0px;
}

#content p {
	font-size: 80%; /* set the font size for p, scaled from the body declaration */
	margin: 10px 6px 10px 6px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}

.titleimages { /* used to set the "cold" title images */
	display: block; /* set to display block to ensure it has it's own line in the design */
	margin-top: 25px; /* set a margin to the top */
}


#footer {
	width: 770px;
	border-top: 1px solid #000;
	font-size: 60%;
	text-align: right;
	margin-top: 20px;
	/*clear: left;
	background: #fff;*/
	background-repeat: no-repeat;
	background-position:left;
}

#footer p {
background-color: #E4E4E4;  /*sets the background colour for the p element when it is in the footer div*/
padding: 4px 4px 4px 10px;  /* sets the padding values*/
margin: 0;  /*zeroes off the margins */
}

#footer ul{
background-color: #036;/*provides a background colour for the links list*/
margin: 0;/*zeroes off the margins*/
padding: 4px;/*add some air around the links*/
}

#footer li{
display: inline;/*set the list to display inline*/
}

#footer a {  /* Styles the links within the footer */
color: #fff;  /*sets the text to white*/
text-decoration: underline;  /*keeps the underline*/
}

#footer a:hover,
#footer a:focus {
text-decoration: none;  /*removes the underline*/
}

#nav{

border-bottom: 1px solid #000000;

}

#nav ul{

padding: 0;

margin: 0;

background-color:#FFFFFF;

}



#nav ul li{

display: inline;

padding: 0;

margin: 0;

}



#nav ul li a{

font-size: 80%;

color: #FFFFFF;

background-color: #036;

text-decoration: none;

padding: 0 15px 0 15px;
border-bottom: 0;

border-right: 1px solid #000000;

text-align: center;

width: 9em;

} 

#nav ul li a#actual{

font-size: 80%;

color: #000000;

background-color: #F7F7F7;

text-decoration: none;

padding: 0 15px 0 15px;

border-right: 1px solid #000000;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #000000;
border-left: 1px solid #CCCCCC;

text-align: center;

width: 9em;

} 



#nav ul li a:hover, #nav ul li a:focus{

background-color: #0099CC;

}



h1 {
	font: 140% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 {
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

hr {
clear: both;
visibility: hidden;
}

.leftimage {
float:left;
margin-left: 10px;
margin-right: 10px;
}


#nsf_footer {
	width: 770px;
	height: 65px;
	border-top: 1px solid #000;
	font-size: 60%;
	text-align: left;
	margin-top: 20px;
	background: no-repeat left top;
	background-image: url(../images/nsf4c_k.jpg);
	background-repeat: no-repeat;
}

#nsf_footer p {
	padding: 4px 4px 4px 10px;
	margin-left: 70px;
}


#searchcontent {
	width: 650px;
	margin-left: 50px;
	margin-bottom: 120px;
	margin-top: 55px;
}

#searchsite {
	width: 155px;
	w\idth: 155px;
	height: 40px;
	margin-left: 3px;
	margin-bottom: 20px;
	margin-top: 0px;
	border: thin dotted #333333;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #000000;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #000000;
}
