/* The color #E03C00 is direct opposite of #00A5E0 on the color wheel
   See http://design.geckotribe.com/colorwheel/ 
*/

.box, pre.html {
    padding:5px;
    background-color:#CCEDF9;
    border-color:#00A5E0;
    border-style: solid;
    border-width:2px;
}

.bar {
    background-color:#00a5e1;
    background-image: url(../img/bar.gif);
}

h1, h2, h3, h4, h5 {
	color: #E03C00;
}

.highlight {color: #E03C00;}

ul li {
  list-style-position: outside; list-style-type: disc; color: #E03C00;
}

ul.circle li {
  list-style-position: outside; list-style-type: circle; color: #E03C00;
}


/* Creating bulleted lists in Frontpage results Ps inside LIs
   If they were created manually, you'd need a SPAN or a DIV inside the LI */
li p, li span, li div {
	color: #000000;
}