/* RESET */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */


em {
 font-style: italic;
}


/* center whole layout */
body {
  text-align: center;
  background-color: #2A7A95;

  }

#container {
  margin: 0 auto;
  width: 1024px;
  text-align: left;
  } 
/* end center whole layout */





/* Header Section */

#logo {
 background-image: url(images/logo.gif);
 background-repeat: no-repeat;
 width: 166px;
 height: 270px;
 float: left;
  margin-right: -1px;

}

h1 {
 background-image: url(images/head.gif);
 background-repeat: no-repeat;
 width: 858px;
 height: 170px;
 float: left;
 text-indent: -9999px;
}

#homelink a{
 position: relative;
 left: 950px;
 top: 20px;
 color: white;
 font-family: "lucida grande", trebuchet, verdana, "sans serif";
 text-decoration: none;
 font-size: 12px;
 display: inline;
}

#homelink a:hover{
 color: #D9E021;
 text-decoration: none;
} 

#nav {
 margin-top: 170px;
 margin-left: 165px;
 padding-top: 20px;
 padding-bottom: 30px;
 height: 20px;
 width: 859px;
 background-color: #936744;
}





#nav ul, #nav ul a {
 padding: 10px;
 margin: 0;
 font-family: "Lucida Grande", trebuchet, verdana, "sans serif";
 font-size: 17px;
 color: white;
 text-decoration: none;
 display: inline;
}


#nav ul li, #nav ul li a {
 list-style: none;
 display: inline;
 margin-left: 10px;
 padding-right; 30px;
  }
 
#nav ul li a:hover {
 text-decoration: none;
 color: #D9E021;
 }
 
/* END Header Section */




/* Main Body Section */

#mainSection {
 background-image: url(images/brown-gradiant.png);
 background-repeat: repeat-x;
 width: 1024px;
 padding-bottom: 26px;
 background-color: #583005;

}

#textBox{
 width: 805px;
 background-color: white;
 border: 3pt #62B0D0 solid;
 margin-left: 195px;
height:auto;
}

#mainText{
 width: 580px;
 font-size: 18pt;
 font-family: "Lucida Grande", Trebuchet, Verdana, "Sans Serif";
 color: #2A7A95;
 padding: 20px 30px 0 20px;
 line-height: 30pt;
 float: left; 
  border-right: 3pt #62B0D0 solid;
}

#mainText p strong {
 font-weight: bold;
}


#mainText .smallText {
 font-size: 14pt;
}

#mainText .smallText a:link {
 text-decoration: none;
 color: #D9E021;
}

#mainText .smallText a:visited {
 text-decoration: none;
 color: #2A7A95;
}

#mainText .smallText a:hover, #mainText .smallText a:active {
 text-decoration: underline;
}

#mainText .smallTextCentered {
  text-align: center;
}


#mainText .smallTextCentered a:link, #mainText .smallTextCentered a:visited, #mainText p a:link, #mainText p a:visited {
 text-align: center;
 text-decoration: none;
 color: #D9E021;
}


#mainText .smallTextCentered a:hover, #mainText .smallTextCentered a:active, #mainText p a:hover, #mainText p a:active {
 text-align: center;
 text-decoration: underline;
 color: #D9E021;
}

#clearBox {
clear: both;
height: 0px;
}


#sidebar{
 width: 151px;
 float: left;
 padding: 24px 5px 5px 10px;
}


.sideHead{
 font-family: "Lucida Grande", Trebuchet, Verdana, "Sans Serif";
 font-variant: small-caps;
 color: #2A7A95;
}

.sideText {
 color: #583005;
 line-height: 120%;
}

.sideText a:link, .sideText a:visited, .sideTextLast a:link, .sideTextLast a:visited {
 text-decoration: none;
 color: #D9E021;
}

.sideText a:hover, .sideText a:active, .sideTextLast a:hover, .sideTextLast a:active {
 text-decoration: underline;
}



.sideTextLast {
 color: #583005;
 padding-bottom: 20px;
}

/* END Main Body Section */


#funding{
 color: white;
 font-style: italic;
 margin-left: 200px;
 padding-top: 20px;

}



h2, h2 a {
	font-size: 13pt;
	color: #62B0D0;
}


table {
font-size: 12pt;
padding: 0;
margin: 0;
padding-bottom: 25px;
line-height: 15pt;

}

h3 {
	font-size: 16pt;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
}

h4 {
	font-size: 12pt;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
}


h4 a:link, h4 a:visited {
	text-decoration: none;
	color: #62B0D0;
}


h4 a:hover, h4 a:active {
	background-color: #D9E021;
}


/* COLOR PALETTE
green #D9E021
light blue #62B0D0
dark blue #2A7A95
light brown #936744
dark brown #583005
*/

