@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
h5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.frame #container #mainContent #innercontent {
	margin-left: 20px;
}
.frame #mainContent {
	float: left;
	width: 590px;
} 
.frame #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.frame #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.frame #container #menu {
	height: 22px;
	margin-top: 10px;
	float: left;
}
.frame #container #breadcrumble {
	float: left;
	height: 15px;
	width: 799px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	padding-top: 3px;
	padding-left: 20px;
	background-color: #117735;
	color: #FFF;
	display: none;
}

.frame #container #breadcrumble a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.frame #container #breadcrumble a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.frame #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin: 0 0 10px0;
	padding: 0 0 10px0;
}
.frame #container #sidebar1 #side1news {
	border: 1px solid #CBCBCB;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.frame #container #sidebar1 #side1news2 {
	border: 1px solid #CBCBCB;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.frame #container #sidebar1 img {
	margin: 10px 0 0 0;
}
.frame #footer {
	padding: 5px 10px 0 20px;
	text-align: center;
	background-image: url(../images/footerbg.jpg);
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 0 0 0;
} 
.frame #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.frame #container #mainContent #innercontent form {
	background-color: #F0F0F0;
	margin: 5px;
}
.frame #container #mainContent #innercontent blockquote strong {
	font-size: 14px;
}
 
.forma {
	width: 380px;
	margin: 2px;
}
.nope {
	display: none;
	color: #FFF;
	text-decoration: none;
	font-size: 4px;
}
