		a:link { color: #cd0000; text-decoration: underline}
		a:visited { color: #333333; text-decoration: underline}
		a:hover { color: #7d0d00; text-decoration: underline}
		a:active {  color: #ff1a00; text-decoration: none}


body{
background:#000 url(../images/common/background.jpg) no-repeat top center;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0 auto;
}

p {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.sideanchors{
	padding:3px;
	margin:0;
}

.sideanchors a{
	font-size: 10px;
	margin:0;
	color:#222;
	font-weight: bold;
	text-decoration:none;
}

.sideanchors a:hover{
	font-size: 10px;
	background:#cd0000;
	padding:3px;
	margin:0;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
}

.body-dates {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.head-pagehead {
	font-size: 21px;
	color: #627431;
	line-height: 21px;
	padding-bottom: 1px;
}
.head-contenthead {
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.head-pageheadminor {
	font-size: 26px;
	font-weight:bold;
	color: #cd0000;
	margin:0;
	padding:0;
	line-height: 30px;
	padding-bottom:5px;
}
.grayedText {
	color: #666666;
}
.head-contentheadgreen {
	font-size: 13px;
	margin:0;
	font-weight: bold;
	color:#cd0000;
	padding:0;
}
.copyright {
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
}
.loosepara {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
.comment {
	font-size: 9px;
	color: #666666;
}


/*--MENU STYLE--*/
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #8a9633 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 20px;
	float: left;
	text-transform: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 20px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
color:#111;
	background: transparent url(images/bg-bubplastic-hover.gif) top left no-repeat;
	
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
color:#111;
	background: transparent url(images/bg-bubplastic-hover.gif) top right no-repeat;
	}

#test li {
	display: block;
	border: solid 1px red;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#styletwo{position:relative;display:block;height:24px;font-size:10px;font-weight:normal;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif; width:100%;}
#styletwo ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styletwo ul li{display:block;float:left;margin:0 1px 0 0;}
#styletwo ul li a{display:block;float:left;color:#000;text-decoration:none;padding:6px 15px 0 20px;height:18px;}
#styletwo ul li a:hover,#styletwo ul li a.current{color:#fff;background:transparent url(images/bgON.gif) repeat-x top left;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */