html {height:100%; }

body {
	height: 100%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-size:70%;
}
li, div, p, td {font-size:1em}

#nonFooter
{
position: relative;
min-height: 96%;
text-align: left;
width: 980px;
margin:0 auto;
}

* html #nonFooter
{
height: 96%;
}
#footerPosition
{
position: absolute bottom;
width: 980px;
margin:0 auto;
}

li, div, p, td {font-size:1em}




/* CONTENT WITH THREE COMLUMNS */
#contentWrapper { margin:0 auto;
				width: 980px;
				height:55%;
				background:white;
				
				}
				
#leftColumn 	{width:0px;
				float:left;
				}
#centerColumn {width:620px;
				float:left;
				background-image: url(../images/pageContentBG.jpg);
				background-position:top left;
				background-repeat:no-repeat;
				padding:30px 15px 0 15px;
				}
#rightColumn {width:310px;
				float:right; 
				vertical-align:top;
				background-image:url(../images/6.jpg);
				background-repeat:no-repeat;
				background-position:left top;
				padding:20px 0 0 11px;
				}
#rightColumn p { color:#666; line-height:1.3em; }
#rightColumn h4 {width:90%; color:#00225D; font-weight:bold; font-size:16px; margin:0 0 0 0;}
#rightColumn ul {width:90%; margin:0 0 0 16px; padding:0}
#rightColumn li { color:#F60; line-height:1.6em;
					list-style-image:url(../images/navArrow.png);
					margin:0 0 0 0;}	

			
/*NEWS BLOCK */
#newsContainer { background-image:url(../images/newsBG.png);
			background-repeat:repeat-y; width:190px; height:194px;
						}
#topNewsBorder {background-image:url(../images/newsTopImg.png); background-position:top;
					background-repeat:no-repeat; height:194px; width:190px; display:block;}
#bottomNewsBorder {background-image: url(../images/newsBottomImg.png); background-position:bottom;
					background-repeat:no-repeat; height:194px; width:190px;}
#NewsBox {padding:1em; }
#NewsBox div.header {font-weight:bold; color:#00225D; font-size:130%; border-bottom:solid 1px #F37736; 
						padding:0 0.2em 0.5em 0.1em;}
#NewsBox div.title {font-weight:bold; color:#00225D; font-size:110%; padding:0.5em 0.2em 0.5em 0.2em;}
#NewsBox span.date {font-weight:bold; color:#666; }
#NewsBox div.text {color:#666;  font-weight:normal; padding:0em 0.2em 0 0.2em;}


/* PAGE CONTENT */
#centerColumn p {color:#666;  line-height:1.3em; width:620px;}

#centerColumn li {line-height:1.6em;
					list-style-image:url(../images/orangeBullet.png);
					}
#centerColumn ul {  }

#centerColumn a:link, A:visited {color:#f60; text-decoration:none; }
#centerColumn a:hover{color:#f60; text-decoration:underline }

 h2 {color:#000; font-size:160%; }

#infoLinks { padding:0; margin:0;  }
#infoLinks li :link {color:#f60; font-size:110%; }
#infoLinks li :visited {color:#f60; font-size:110%; }

#infoLinks li {list-style-image:url(../images/news-bullet.png); line-height:2em;
				 font-size:100%;
				 }
		
.imageList ul {margin:0; padding:0;}
.imageList li {display:inline; padding-right:30px; list-style:none; list-style-image:none;}


/* TODD CSS */
/* Homepage */

#homepage-banner {
    background: url(../images/homepage-banner.png) no-repeat;
    /* float: left; */
    height: 142px;
    padding: 20px 1em 0 1em;
	margin:10px 0 0 0;
    width: 980px;
}

#homepage-banner h2 {
    color: #F60;
    font-size: 160%;
    font-weight: bold;
    margin: 0em 0 0.5em 0;
    padding: 0;
    height: 25px;
    width: 250px;
}

#homepage-banner p.first {
    background: url(../images/banner-divider.png) no-repeat 263px 3px;
    height: 60px;
}

#homepage-banner p {
    float: left;
    line-height: 1.5em;
    margin: 0 2em 0 0;
    padding: 0 25px 0 0;
    width: 240px;
}

#homepage-banner img {
    border: none;
    float: left;
    margin: -35px -2px 0 12px;
    padding: 0;
}













