BODY {
	BACKGROUND: url(images/background.gif) #ffdb15 no-repeat left top
}
.indent { 
margin-left: 200px; 
width: 575px
}
.indent3 { 
position:absolute;
left:400px;
}
.redtext {
color: #FF0000;
}
P {
font-family: Verdana, sans-serif;
color: #3333ff;
font-weight: 500;
margin-bottom: 0
}
.gazette {
font-family: Rockwell Extra Bold, serif;
text-align: center;
font-size: 48px;
color: #000000;
}
.smallred {
font-family: Arial Narrow, sans-serif;
color: #ff3300;
font-size: small;
margin-bottom: 0
}
.center {
text-align: center
}
.bronze {
font-family: harrington, script;
color: #8C7853;
font-size: large;
font-weight: bold;
src: url(Harrington.eot)
}
.bronze2 {
font-family: harrington, script;
color: #8C7853;
font-size: x-large;
font-weight: bold;
src: url(Harrington.eot)
}
.silver {
font-family: harrington, script;
color: #c0c0c0;
font-size: x-large;
font-weight: bold;
src: url(Harrington.eot)
}
.phoenix {
font-family: harrington, script;
color: #ffd700;
font-size: x-large;
font-weight: bold;
src: url(Harrington.eot)
}
.bluephoenix {
font-family: harrington, script;
color: #3333ff;
font-size: 20px;
src: url(Harrington.eot)
}
.new {
font-family: Arial Bold, sans-serif;
color: #fa5b4e;
font-size: xx-large;
text-align: center;
}
.emphasis {
font-family: Palatine Linotype, serif;
color: #7a6800;
font-size: x-large;
}
.valley {
font-family: times new roman, serif;
font-weight: bold;
padding-left: 20px
}
.practice {
font-family: arial narrow, sans-serif;
padding-left: 10px
}
UL {
list-style-type: circle;
list-style-poosition: inside;
font-family: Verdana, sans-serif;
color: #3333ff;
font-weight: 500;
padding-left: 20px;
}
UL.box { 
/*background: green;*/ 
margin: 12px 12px 12px 12px;
padding: 3px 3px 3px 3px;
                                     /* No borders set */
}
UL.box2 { 
/*background: green;*/ 
margin: 5px 5px 5px 5px;
padding: 3px 3px 3px 3px;                                  
}
LI.box2 { 
color: black;                /* text color is black */ 
background: #eeeeee;            /* Content, padding will be gray */
/*margin: 12px 12px 12px 12px;*/
padding: 12px 12px 12px 12px; /* Note 0px padding right */
list-style: none;             /* no glyphs before a list item */
border-style: groove;
border-width: medium;        /* sets border width on all sides */
border-color: #b5e8f8;
}
LI.box { 
color: black;                /* text color is black */ 
/*background: gray;*/            /* Content, padding will be gray */
margin: 12px 12px 12px 12px;
padding: 12px 12px 12px 12px; /* Note 0px padding right */
list-style: none;             /* no glyphs before a list item */
border-style: groove;
border-width: medium;        /* sets border width on all sides */
/*border-color: black;*/
}
LI.boxnoborder { 
margin: 12px 12px 12px 12px;
padding: 12px 12px 12px 12px; /* Note 0px padding right */
list-style: none             /* no glyphs before a list item */
                                     /* No borders set */
}
.square {
/*color: ffffe0;*/                /* text color is black */ 
background: #faf0e6;            /* Content, padding will be gray */
margin: 12px 12px 12px 12px;
padding: 12px 12px 12px 12px; /* Note 0px padding right */
width: 200px;
list-style: none;
border-style: groove;
border-width: thin;        /* sets border width on all sides */
border-color: #b22222;
}
H1 {
font-family: Bradley Hand ITC, script;
color: red;
font-weight: bold;
font-variant: small-caps;
}
H2 {
font-family: Verdana, script;
text-decoration: underline;
color: #3333ff;
} 

.datebox {
	margin: 10px 10px 0 0;
	position:relative;
	padding: 0 0 1.5em 0;
	height: 20px; 
	float: left;
	width: 23%;
/*	border: 1px #000 solid; */  
}
html > body .datebox {
	height: auto;
	min-height: 20px;
}	
.datebox * {padding: 5px 5px 0 5px;} 

.datebox a {
	position:absolute;
	bottom: 0;
}
.meetbox {
	margin: 10px 10px 0 0;
	position:relative;
	padding: 0 0 1.5em 0;
	height: 20px; 
	float: left;
	width: 43%;
/*	border: 1px #000 solid; */  
}
html > body .meetbox {
	height: auto;
	min-height: 20px;
}	
.meetbox * {padding: 5px 5px 0 5px;} 

.meetbox a {
	position:absolute;
	bottom: 0;
}
.locnbox {
	margin: 10px 10px 0 0;
	position:relative;
	padding: 0 0 1.5em 0;
	height: 20px; 
	float: left;
	width: 28%;
/*	border: 1px #000 solid; */  
}
html > body .locnbox {
	height: auto;
	min-height: 20px;
}	
.locnbox * {padding: 5px 5px 0 5px;} 

.locnbox a {
	position:absolute;
	bottom: 0;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 600px;
	/*background: url("/path/to/your/background_cols.gif") repeat;*/
}

#header {
	margin: 0 0 0 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 200px;
}

#side-b {
	float: right;
	width: 200px;
}

#content { 
	float: left;
	width: 32%;
}

#footer {
	clear: both;
	background: #A2A2A2;
}