body {
	color: #000000;
	font: normal 90.01% Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#OuterWrapper {
	width: 100%;/*sets the width for IE5.x's broken box model*/
	position: relative; /* important to position it relatively */
	padding: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	width: 1000px;/* 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*/
	margin: 0px 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 */
	padding: 0px;
}

#head {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 1000px;
	position: relative;
	background-image: url(nia-banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
#head h1 {
	background-image:url(NiaLogo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	position: absolute;
	left: 17px;
	top: -10px;
	overflow: visible;
	width: 290px;
	height: 100px;
}

a {
	color:#000066;
	text-decoration:none;
	font-weight: bold;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	color: #990000;
}
h3 {
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 130%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 110%;
	font-weight: bold;
	color: #006600;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.highlight1 {
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.highlight2 {
	font-size: 120%;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.highlight3 {
	color: #003399;
	font-size: 140%;
	font-weight: bolder;
}
.image {
	padding: 0px 1px 0px 2px;
	text-align: center;
}
.leftImage {
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 0px;
}
.rightImage {
	margin: 0px 0px 0px 10px;
	float: right;
	padding: 0px;
}
.rightImagePad {
    margin: 0px 0px 0px 10px;
	float: right;
	padding: 4px 0px 4px 4px;
}
.slideshow {
	margin-left: 26px;
	width: 600px;
}
.footnote {
	font-size: 80%;
}


#leftcol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 49%;
	position: relative;
}
#rightcol {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 49%;
	position: relative;
}
#topNav {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	text-align: center;
	color: #FFFFFF;
	height: 25px;
	background-color: #333333;
}
#topNav ul{
	margin: 0;/*zeroes off the margins*/
	padding: 5px 0px;
	display: block;
	background-color: #333333;
}
#topNav li{
	display: inline;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 106%;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
#topNav a:hover {
	color: #D40024;
	text-decoration: none;
}
#insertRowLeftT {
	width: 700px;
	position: relative;
	margin: 0px;
	text-align: left;
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#insertRowLeftT ul {
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
}
#insertRowLeftT ul.home  {
	text-align: center;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	display:inline;
}
#insertRow {
	width: 800px;
	position: relative;
	margin: 0px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: right;
}
#insertRow ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
}

#insertRow a {
	color: #000066;
	text-decoration: none;
	font: bold 115% Arial, Helvetica, sans-serif;
}
#insertRow a:hover {
	color: #990000;
	text-decoration: none;
}
#insertPage {
	width: 100%;
	position: relative;
	margin: 0px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: right;
}
#insertPage ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
}

#insertPage a {
	color: #000066;
	text-decoration: none;
	font: bold 115% Arial, Helvetica, sans-serif;
}
#insertPage a:hover {
	color: #990000;
	text-decoration: none;
}
#insert {
    float:right;
}

#collumn {
	text-align: center;
	padding: 4px;
	width: 162px;
	float: right;
	position: relative;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 20px;
}
#colThree {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
	position: relative;
	border: thin solid #FFFFFF;
	text-align: center;
}
#colTwo {
	margin: 0px 255px;
	padding: 0px 10px;
	text-align: center;
	position: relative;
}

#colOne {
	padding: 0px;
	float: left;
	width: 250px;
	position: relative;
	left: 0px;
	text-align: center;
	font-size: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	
}
#colOneHome {
	float: left;
	width: 162px;
	position: relative;
	left: 0px;
	text-align: center;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#colOneTeach {
	float: left;
	width: 162px;
	position: relative;
	left: 0px;
	text-align: center;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#botNav {
	padding: 0px;
	width: 1000px;
	text-align: center;
	color: #FFFFFF;
	height: 25px;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#botNav ul{
	margin: 0;
	display: block;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#botNav li{
	display: inline;
}
#botNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 106%;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
#botNav a:hover {
	color: #D40024;
	text-decoration: none;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.black {
	color: #FFFFFF;
}


#colThin {
	margin: 10px 10px 10px 10px;
	padding: 6px;
	width: 580px;
	position: relative;
	text-align: justify;
	font-size: 99%;
	float: right;
	background-color: #D7C5B9;
}
#colThin a {
	font-size: 96%;
}

#colThin ul {
	text-align: left;
	list-style: disc inside;
	margin: 0px;
	padding: 0px 4px 0px 10px;
}
#collumnTwo {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: thin solid #FFFFFF;
	float: right;
}
.redtext {
	color: #990000;
}

.bluetext {
	color: #0000CC;
}
.greytext {
	color: #333333;
}
.highlight4 {
	color: #003399;
	text-align: left;
	font-weight: bolder;
	font-style: italic;
}
#colLinks {
	padding: 6px;
	width: 285px;
	position: relative;
	text-align: left;
	font-size: 99%;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
form {
	float: right;
	border: thin solid #0000FF;
	padding: 10px 10px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.comp {
	width: 580px;
	margin-right: 0px;
	}
#colLinksLeft {

	padding: 6px;
	width: 285px;
	position: relative;
	text-align: left;
	font-size: 99%;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.border {
	border: thin solid #0033FF;
	padding: 20px;
}

