/* 	Light PURPLE = #787AAB
	Dark PURPLE = #6845B0
	Very Light PURPLE = #CCCFFF
	*/
	
	
body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    background-color: #787AAB;
    /*background-image : url(g/background/iguanaforbackground.png);
    background-repeat : repeat-xy;*/
  }


#container {
	background-color: #6845B0;
	width: 95%;
    /*margin: 1em 5%;*/
    /* background-image: url(g/banner/ij_logo.gif);
    background-repeat: repeat-y;
    */ border: 0;
  }


#banner {
    background-color : #787AAB;
    text-align: left;
    padding-bottom : 0em;
    padding-left : .5em;
    padding-right : .5em;
    padding-top : .5em;
  }
  
#subcontainer {
    /*margin: 1em 5%;*/
    background-color: #6845B0;
	width: inherit;
	height: auto;
    /* background-image: url(g/banner/ij_logo.gif);
    background-repeat: repeat-y;
    */ border: 0;
  }
  
#subbanner1 {
    background-color: #FFF;
    padding: 0;
 /*   background-image : url(g/banner/bunting.gif); */
    background-position : 0px bottom;
    background-repeat : repeat-x;
	
  }
  
#subbanner2 {
    background-color: #CCCFFF;
    padding: 0;
    text-align: right;
  }

#subbanner3 {
    clear: both;
	background-color: #CCCFFF;
	text-align: right;
	}

#nav {
    float: left;
    width: 160px;
    text-align:center;
	background-color: #6845B0;
    /*the width must match the content left margin to line up correctly*/ width: 182px;
  }


#content {
	height: auto;
    padding-top: 1em;
    padding-left: 1.5em;
    padding-bottom: 1em;
    padding-right: 1em;
    /*the left margin (the last one) must match the nav width to line up correctly*/ 
    margin: 0 0px 0 182px;
  }
  
#content_menu {

    background-color: #FDF3B9;
    padding-top: 0.5em;
    padding-left: 1.5em;
    padding-bottom: 1em;
    padding-right: 1em;
    /*the left margin (the last one) must match the nav width to line up correctly*/ 
    margin: 0 0em 0 182px;
  }


#footer {
    clear: both;
    padding: 0.1em;
    text-align: center;
    margin-right:.25em;
  }


img.floatLeft {
    float: left;
    margin: 8px;
  }


img.floatRight {
    float: right;
    margin: 8px;
  }

img.floatCenter {
    float: center;
    margin: 8px;
  }

