
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/drop-box.png) no-repeat bottom right; 
}

.cssbox {
    width: 290px !important; /* intended total box width - padding-right(next) */
    width: 220px; /* IE Win = width - padding */
    padding-right: 5px; /* the gap on the right edge of the image (not content padding) */
    margin: 10px auto; /* use to position the box */
				/*height: 186px;*/
}

/* set the top-right image */ 
.cssbox_head {
    background-position: top right;
    margin-right: -5px; /* pull the right image over on top of border */
    padding-right: 20px; /* right-image-gap + right-inside padding */ 
}

/* set the top-left image */ 
.cssbox_head h2 {
    background-position: top left; 
    margin: 0px; /* reset main site styles*/ 
    border: 0px; /* ditto */ 
    padding: 15px 0px 5px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important;
    height: 1%; /* IE Holly Hack */ 
}

/* set the lower-left corner image */ 
.cssbox_body {
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 5px 0px 5px 20px; /* mirror .cssbox_head right/left */ 
}


p, ul, li, span, td, input, textarea, select{
	color: #003100;
	font-size: 11pt;
	font-family: "Comic Sans MS", Arial, Helvetica, serif;
	font-weight: normal;
}
.card, .owd{
	color: #003100;
	color: black;
	font-size: 8pt;
	font-family: "Comic Sans MS", Arial, Helvetica, serif;
	font-weight: normal;
}
a{
	color: #003100;
	font-size: 10pt;
	font-family: "Comic Sans MS", Arial, Helvetica, serif;
	font-weight: bold;
}
.white, .box{
	color: white;
	font-size: 10pt;
	font-family: "Comic Sans MS", "Book Antiqua", Arial, Helvetica, serif;
	font-weight: bold;
}
.big{
	color: #003100;
	font-size: 12pt;
	font-family: "Comic Sans MS", "Book Antiqua", Arial, Helvetica, serif;
	font-weight: bold;
}
.small{
	color: #003100;
	font-size: 8pt;
	font-family: "Comic Sans MS", "Book Antiqua", Arial, Helvetica, serif;
	font-weight: bold;
}
.bgc{
	color: #F7A500;
	font-size: 36pt;
	font-family: "Comic Sans MS", Arial, Helvetica, serif;
	font-weight: bold;
}
.bgc1{
	color: white;
	font-size: 36pt;
	font-family: "Comic Sans MS", Arial, Helvetica, serif;
	font-weight: bold;
}
.box{
	color: white;
	font-size: 10pt;
	font-family: "Comic Sans MS", Arial, Helvetica, serif;
	font-weight: bold;
}

#click {cursor:pointer}
#b1, #b2, #b3, #b4 {cursor:pointer}
#t0, #t1, #t2, #t3, #t4, #t5, #t6, #t7, #t8, #t9, #t10 , #t11 {cursor:pointer}
#h1, #h2, #h3, #h4, #h5, #h6, #h7, #h8, #h9, #h10, #h12, #h13, #h14, #h15, #h16, #h17, #h18, #h19 {cursor:pointer}

a:link {text-decoration: none; color: red}
a:visited {text-decoration: none; color:red}
a:active {color: red}
a:hover {color: #003100}

