*
{
	-moz-box-sizing: border-box;
	box-sizing: content-box;
}

p
{
	margin: 5px 0px 5px 0px;
}

table,td
{
	margin:0;
	padding:0;
}

html, body
{
	height: 100%;
	margin:0;
	padding:0;
	font-size: 11px;
}

/* HEADINGS */
h1 { font-family: Trebuchet MS,Verdana, Sans-Serif; font-size: 24px; color: #010101; }
h2 { font-family: arial, sans-serif; font-size: 14px; color: #CC6600; }


/* FOOTER */

div#page_footer *
{
	color:#fff;
}

.footer
{
	color: #fff;
}

.footer a 
{
	color: #efda1b !important;
	font-weight: normal;
	text-decoration: underline;
	font-family:arial, sans-serif;
	font-size: 12px;
}

.footer a:hover
{
	color: #efda1b;
	font-weight: normal;
	text-decoration: none:
}

/* CONTENT STYLES */

.contentHdr
{
	color:#000;
	font-family: Trebuchet MS,Verdana, Sans-Serif;
	font-size: 20px;
}

.contentHdrSub
{
	color: #cc6600;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight:bold;
}

.contentTxt
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #000;
}

/* DEFAULT HYPERLINK STYLE */

a {
	color: #000;
	font-weight:normal;
	text-decoration: underline;
	cursor: pointer;
	font-size: 11px;
}

a:hover {
	color: #000;
	font-weight:normal;
}

/* NEWSSCROLL */


.newsHdr
{
	color: #1A1A1A;
	text-transform: capitalize;
	padding: 0.5em 3em 0.1em 0em;
	font-size: 18px;
	font-family:Trebuchet MS, Verdana,arial,sans-serif;
	width:192px;
	font-weight:bold;
	
}

.newsSubHdr
{
	border-top:none;
	color: #be002b;
	margin-top:5em;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

.newsContent
{
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-size:11pt;
}

.newsBtn
{
	background-color: #289260;
	color: #fff;
	font-size: 14px;
	font-family:Verdana, Arial, Sans-Serif;
	float:left;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}
	

/* FORMS */

.comments
{
	width: 300px;
}

/* OVERFLOW MODELS */

.hideover
{
    overflow: hidden;
}

.visover
{
    overflow: visible;
}

.scrollover
{
    overflow: auto;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
	display: none;
}

hr {
	height: 1px;
	border: 0;
}


/* CLEAR */

.clearfix:after 
{
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac\*/
*html .clearfix {height: 1%}
/* End hide from IE-mac*/