@charset "utf-8";
/**********************************************/
/* All Box Graphic and Layout Characteristics */
/**********************************************/

/* Generic Formatting */
.ClearBoth {
	clear:both;
}

/* Generic to all Boxes */
.Green220Box, .Green204BoxHi,
.Orange280Box, .Orange500Box,
.White280Box, .White780Box {
	position: relative;
	float: left;
}

/* Generic to all Text */
.Green220Box h1, .Green220Box h2, .Green220Box p, .Green220Box ul,
.Orange280Box h1, .Orange280Box h2, .Orange280Box p,
.Orange500Box h1, .Orange500Box h2, .Orange500Box p,
.White280Box h1, .White280Box h2, .White280Box p, .White280Box img,
.White780Box h1, .White780Box h2, .White780Box p {
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
}
.Green204BoxHi ul {
	padding-left: 0px;
	padding-right: 0px;
}
/* Generic to all Headings */
.Green220Box h1, .Green220Box h2,
.Green204BoxHi h1, .Green204BoxHi h2, 
.Orange280Box h1, .Orange280Box h2,
.Orange500Box h1, .Orange500Box h2,
.White280Box h1, .White280Box h2,
.White780Box h1, .White780Box h2 { 
    text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18pt;
}

/* Generic to all Headings */
.Green220Box h2,
.Orange280Box h2,
.Orange500Box h2,
.White280Box h2,
.White780Box h2 { 
	font-size: 14pt;
}

/* Generic to all Paragraphs */
.Orange280Box p, .Orange500Box p, 
.White280Box p, .White780Box p { 
    text-indent: 5px;
}

/* Generic to all Box Tops and Bottoms */
.Green220Box #boxtop, .Green220Box #boxbottom,
.Orange280Box #boxtop, .Orange280Box #boxbottom,
.Orange500Box #boxtop, .Orange500Box #boxbottom,
.White280Box #boxtop, .White280Box #boxbottom,
.White780Box #boxtop, .White780Box #boxbottom
{ 
	height: 28px;
	margin: 0px;
}
.Green204BoxHi #boxtop, .Green204BoxHi #boxbottom
{ 
	height: 22px;
	margin: 0px;
}

/* Specific to Each Box */
.Green220Box {
	width: 220px;
}
.Green220Box li .Green204BoxHi {
	width: 204px;
}
.Orange280Box {
	background-color: #722D03;
	width: 280px;
}
.Orange500Box {
	background-color: #722D03;
	width: 500px;
}
.White280Box {
	background-color: #666;
	width: 280px;
}
.White780Box {
	background-color: #666;
	width: 780px;
}

.Green220Box #boxtop { 
	background-image: url(Green220Top.jpg);
}
.Green204BoxHi #boxtop { 
	background-image: url(Green204TopHi.png);
}
.Orange280Box #boxtop { 
	background-image: url(Orange280Top.jpg);
}
.Orange500Box #boxtop { 
	background-image: url(Orange500Top.jpg);
}
.White280Box #boxtop { 
	background-image: url(White280Top.jpg);
}
.White780Box #boxtop { 
	background-image: url(White780Top.jpg);
}

.Green220Box h1, .Green220Box h2, .Green220Box p, .Green220Box ul {
	background-image: url(Green220Centre.jpg);
}
.Green204BoxHi h1, .Green204BoxHi h2, .Green204BoxHi p, .Green204BoxHi ul {
	background-image: none;
}
.Orange280Box h1, .Orange280Box h2, .Orange280Box p {
	background-image: url(Orange280Centre.jpg);
}
.Orange500Box h1, .Orange500Box h2, .Orange500Box p {
	background-image: url(Orange500Centre.jpg);
}
.White280Box h1, .White280Box h2, .White280Box p {
	background-image: url(White280Centre.jpg);
}
.White780Box h1, .White780Box h2, .White780Box p, .White780Box img {
	background-image: url(White780Centre.jpg);
}

.Green220Box #boxbottom { 
	background-image: url(Green220Bottom.jpg);
}
.Green204BoxHi #boxbottom { 
	background-image: url(Green204BottomHi.png);
}
.Orange280Box #boxbottom { 
	background-image: url(Orange280Bottom.jpg);
}
.Orange500Box #boxbottom { 
	background-image: url(Orange500Bottom.jpg);
}
.White280Box #boxbottom { 
	background-image: url(White280Bottom.jpg);
}
.White780Box #boxbottom { 
	background-image: url(White780Bottom.jpg);
}


/* Unique Properties for Boxes */
.White280Box img {
	background-image: url(White280Centre.jpg);
	padding-left: 27px;
	padding-right: 27px;
}

.Green220Box li {
	list-style:none;
}

.Green220Box li img {
	width: 50px;
}

.Green220Box li h1, .Green204BoxHi li h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	display: inline;
	text-align: left;
	top: -10px;
	left: -3px;
	padding: 0px;
	background-image: none;
}

.Green220Box a:link, .Green204BoxHi a:link  {
	text-decoration: none;
	color: #930;
}
.Green220Box a:visited, .Green204BoxHi a:visited  {
	text-decoration: none;
	color: #960;
}
.Green220Box a:hover, .Green204BoxHi a:hover  {
	text-decoration: none;
	color: #FF9;
}
.Green220Box a:active, .Green204BoxHi a:active  {
	text-decoration: none;
	color: #FFF;
}

.White780Box h2 a { 
    text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14pt;
}