body { 
padding: 0; 
margin: 0; 
font: .74em Arial, sans-serif; 
line-height: 1.5em; 
background: #f5f5f5 url(images/bg-grad1.jpg) repeat-x top; 
color: #454545; 
}
	
a {
color: #BF0021;
background: inherit;
font-weight:bold;
}

a:hover {
color: #252525;
background: inherit;
text-decoration: underline;
font-weight:bold;
}

p {
margin: 10px 0 10px 0;
}

ul {
margin: 0;
padding : 0;
list-style: none;
}

img {
border: 0;
margin: 5px;
}

.content {
background-color: #fff;
border-left: 1px solid #787878;
border-right: 1px solid #787878;
margin: 0 auto;
width: 800px;
}

#top {
background: transparent;
height: 195px;
}

#top #header a {
float: left;
background: url(images/header.jpg) no-repeat;
height: 129px;
width: 800px;
overflow: hidden;
}
	
#main {
}

.full_block {
background: #FFF url(images/cf_letters.gif) no-repeat;
background-position: top right;
margin: -20px 25px 10px 25px;
width: 750px;
}

.full_block p {
color: #454545;
padding: 0 5px 0 5px;
text-align: justify;
}

.full_block img {
padding: 0 10px 5px 0;
}

.full_block ul {
list-style-position: inside;
margin-left: 2px;
}

.full_block ul li {
list-style-type: square;
margin-left: 15px;
}

.full_block ul ul li {
list-style: none;
margin-left: 10px;
list-style-type: lower-alpha;
list-style-position: inside;
}

.full_block2 {
background: #FFF;
margin: -20px 25px 10px 25px;
width: 750px;
}

.full_block2 p {
color: #454545;
padding: 0 5px 0 5px;
text-align: justify;
}

.full_block img {
padding: 0 10px 5px 0;
}

#footer {
clear: both;
margin: 0px auto;
color: #777;
width: 800px;
background-color: #f5f5f5;
}

#footer a {
text-decoration: none;
}

#footer .right {
float: right;
text-align: right;
}

#footer #graphic a {
float: left;
background: url(images/footer.jpg) no-repeat;
height: 52px;
width: 802px;
margin-left: -1px;
overflow: hidden;
}

#footer #mmc a {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
text-align: center;
background: url(images/mmc.png) no-repeat;
height: 27px;
width: 27px;
overflow: hidden;
}

#footer #mmc a:hover {
background-position: -27px 0;
margin-left: auto;
margin-right: auto;
}

#date {
color: #8F8F8F;
display: block;
float: right;
height: 25px;
margin-top: -35px;
margin-bottom: 15px;
}



	.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
        position: relative;
        top: 125px;
        margin-left: auto;
        margin-right: auto;
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
        position: relative;
        top: -129px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: #000 url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 34px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 90%;
	color: #CFCFCF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 34px;
	background: #000 url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}	