    html, body, div, span,   
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
    a, abbr, acronym, address, big, cite, code,  
    img, ins, kbd, q, s, samp,  
    small, strike, strong,   
    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-size: 100%;
        font: inherit;		
        vertical-align: baseline;  
        background: transparent;  
    }

body {
  background-color: #330099;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

figcaption {
  font-size: 80%;
  text-align: center;
  }
  
figcaption.bigFig {
  margin-bottom: 6px;
  font-size: 100%;
  text-align: center;
  }

h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  color: #9999FF;
}

h4 {
  font-size: 150%;
  line-height: 170%;
  margin-top: 16px;
}

h4:before {
  content: url(imgs/jbcoc_stamp.jpg);
  margin-right: 10px;
}

h5 {
   margin-top: 8px;
   margin-left: 8px;
   font-size: 120%;
   font-weight: bold;
}


#workSpace {
  background-color: #222244;
  max-width: 960px;
  margin: auto;
}

#workSpace a {
  color: #FFFFCC;
}

#banner  {
  width: 100%; 
  position: relative;
  height: 180px;
  background-image: url('imgs/bgtest.svg');
  background-repeat: repeat-x;
}

#logoBox {
  margin: 20px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  color: #330066;
  float: left;
}

#logoImg  {
  border: none;
  margin-left: 20px;
  background-image: url('imgs/jbcoc_med.png');
  height: 100px;
  width: 250px;
}



#bannerRight  {
  float: right;
  width: 60%;
  padding: 5px;
  font-family:  "Comic Sans", "Comic Sans MS", cursive;
  font-size: 2em;
  font-style: italic;
  text-align: center;
}



#brImg1  {
  border: 1px solid white;
  float: right;
  margin-right: 12%;
  background-image: url('imgs/bannerConnect.png');
  height: 50px;
  width: 40px;
}
#brImg2  {
  border: 1px solid white;
  margin-right: 12%;
  float: right;
  background-image: url('imgs/bannerGrow.png');
  height: 50px;
  width: 40px;
}
#brImg3  {
  border: 1px solid white;
  margin-right: 24%;
  float:right;
  background-image: url('imgs/bannerServe.png');
  height: 50px;
  width: 40px;
}

#brT1  {
  clear:right;
  display: block;
  margin-left: 100px;
  float: left;
  font-size: 90%;
}
#brT2  {
  display: inline;
  font-size: 90%;
  margin-left: 10px;
  float: left;
  font-size: 90%;
}
#brT3  {
  display: inline;
  font-size: 90%;
  margin-left: 10px;
  float: left;
  font-size: 90%;
}

#nav1  {
  background-color: #330099;
  padding: 2px;
  position: relative;
}

#nav1 ul {
  width: 100%;
  margin: 0 auto;
}

#nav1 ul li  {

  width: 11%;
  display: inline;
  list-style-type: none;

}

#nav1 ul li a {
  margin-right: 6px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#nav1 ul li a:hover {
  background-color: white;
  color: #330099;  
}

#breadc  {
    background-color: #501616;
	margin-top: 6px;
	margin-bottom: 6px;
	}
	
#breadc li {
    display: inline;
	font-size: 15px;
	list-style-type: none;
    }
	
#breadc li a {
    text-decoration:none;
	color:#ffffff;
	}

#infoLeft {
  height: 600px;
  width: 40%;
  background-color: inherit;
  float: left;
  padding: 10px;
}

#infoLeft a{
    color: #9999FF;
	text-decoration: underline;
}

#infoRight {
  min-height: 600px;
  width: 40%;
  background-color: inherit;
  float: right;
  padding: 30px;
}

#infoRight a{
    color: #9999FF;
	text-decoration: underline;
}

#infoNav {
  font-size: 120%;
  margin-left: 30px;
  list-style-type: none;
  line-height: 200%;
}

#footer {
  clear: both;
  margin-top: 10px;
  text-align: right;
  font-size: 70%;

}

p.newp {
  margin-top: 8px;
}

ul.acronym  {
  margin-top: 12px;
}

ul.acronym  li {
	list-style-type: none;
}

ul.acronym  li:first-letter {
    font-weight: bold;
}

ul.iList {
    margin-top: 12px;
	margin-left: 20px;
}

ul.plainList {
    margin-top: 12px;
	margin-left: 20px;
	list-style-type: none;
}
ul.bigLinks {
	margin-left: 20px;
	list-style-type: none;
}

ul.bigLinks li {
    margin-bottom: 12px;
	font-size: 120%;
}

.smallFont {
	font-size: 70%;

}

.aQuote {
    font-style: italic;
}

.aQuest {
    margin-top: 6px;
	margin-bottom: 6px;
	font-size: 110%;
	font-weight: bold;
}

.anAnswer  {
    margin-top: 6px;
	margin-left: 20px;
}


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.colWide {
  text-align: center;
  display: block;
  margin-top: 16px;
}

.fImage {
  float: left;
  padding: 8px;
}

.fLabel {
  float: left;
  width: 100px;
}

.hangC {
  margin-top: 8px;
  width: 100%;
  text-align: center;
}

.hangL {
    float: left;
}

.hangR {
    float: right;
}

.minorinfo  {
	border-style: solid;
	border-width: 2px;
	margin: 4px;
	padding: 4px;
	font-size: 80%;
	}

.notice {
    margin: 16px;
	text-align: center;
	font-size: 130%;
	border-bottom: 1px solid white;
	padding-bottom: 8px;
	}
	
.notice:last-of-type  {
    border: none;
}

.padded {
	padding: 8px;
}

.signblock  {
    text-align: center;
	border-style: solid;
	border-width: 2px;
	margin: 4px;
	margin-bottom: 16px;
	padding: 4px;
	}
	
.paraHead  {
    margin-right: 16px;
}

.paraTop {
    margin-top: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pdfbox {
    width: 600px;
	height: 600px;
	border: 1px solid;
	overflow: scroll;
}

.subHead {
    margin-top: 12px;
	font-style: italic;
	margin-bottom: 12px;
}

.uplink {
    clear: both;
	margin-top: 8px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	color: #000000;
}

.colorup  {
    color: #9999FF;
	}
	

.vstrong {
  font-weight: bold;
}

@media only screen and (max-width:920px) and (min-width:600px) {
  #brImg1, #brImg2, #brImg3  {
     display:none;
  }
  #bannerRight {
    width: 40%;
  }
  #brT1, #brT2, #brT3 {
    display: block;
	float: none;
	margin-left: 20px;
	font-size: 80%;
  }
}

@media only screen and (max-width:599px) and (min-width:480px) {
  #brImg1, #brImg2, #brImg3  {
     display:none;
  }
  #bannerRight {
    width: 25%;
	font-size: 1.3em;
  }
  #brT1, #brT2, #brT3 {
    display: block;
	float: none;
	margin-left: 20px;
	font-size: 80%;
  }
  #logoName  {
    display: none;
  }
}	
	
@media only screen and (max-width:479px)  {
  #nav1 {
    float: left;
	z-index:1000;
  }

  #nav1 ul li  {
  display: block;
  width: 100%;
  margin-left: 0;
  }
  #logoBox {
    margin: 20px 0 0 20px;
    padding: 0;
  }

  #logoImg  {
  margin: 0;
  background-image: url('imgs/jbcoc_sml.png');
  height: 66px;
  width: 160px;
  }
  #logoName  {
    display: none;
  }
  #bannerRight {
    display: none;
  }
  
  #infoLeft {
     float: none;
	 width: 80%;
	 height: auto;
  }
    #infoRight {
     float: none;
	 width: 80%;
  }
}	
