html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	font-family: inherit;	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
 */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	list-style-position: outside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
/*	text-align: left; */
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

*
{
	font-family: Verdana, Geneva, sans-serif;
}

#content_cm h1
{
	font-size: 14px;
	line-height: 17px;
  font-weight:bold;
  margin:5px 0;
}
#content_cm h2
{
	font-size: 11px;
  font-weight:bold;
	line-height: 14px;
  margin:5px 0;
}
#content_cm h3
{
  font-size:11px;
  font-weight:bold;
	line-height: 14px;
  margin:0px;
}
p
{
	font-size: 11px;
	line-height: 14px;
  margin:0 0 14px 0;
}

html, body
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	width:980px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
  font-size:11px;
}

span.hide
{
	display: none!important;
}

div#header
{
	width: 980px;
	height: 85px;
}
		/* Inside Header Div */
		form#searchform
		{
			display: block;
			float: right;
			clear: right;
		}
		div#searchBox
		{
			float: right;
			clear: both;
		}
		input#searchButton
		{
			float: right;
			clear: right;
			margin-left: 5px;
		}
		input#searchTextBox
		{
			float: right;
			clear: left;
			background: transparent url('../img/searchbox_bg.gif') left top no-repeat;
			width: 170px;
			height: 20px;
			font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
			font-size: 9px;
			font-weight: normal;
			text-transform: uppercase;
			color: #64656a;
			border: none;
			padding: 0;
			margin: 0;
			padding-top: 3px;
			padding-left: 8px;
			padding-right: 6px;
		}

div#mainmenu_div
{
	width: 980px;
	height: 39px;
}

div#footer
{
	float: left;
	clear: both;
	width: 980px;
	height: 29px;
	color: #cccccc;
	background: #4f4f4f url('../img/footer_corner.gif') right bottom no-repeat;
}
		/* Inside Footer Div*/
		div#footer_left, div#footer_right
		{
			font-family: Verdana, Geneva, sans-serif;
			font-size: 10px;
			letter-spacing: -0.05em;
			margin-top: 8px;
			height: 12px;
      white-space:nowrap;
		}
		
		div#footer_left
		{
			float: left;
			margin-left: 24px;
			border: 0;
			text-align: left;
		}
		div#footer_right
		{
			float: right;
			margin-right: 24px;
			border: 0;
			text-align: right;	
		}
		div#footer a
		{
			color: #cccccc;
			text-decoration: underline;
		}
		div#footer a:hover
		{
			text-decoration: underline;
		}


table.collapse
{
	border-collapse: collapse;
}
.collapse
{
  font-family: Verdana, Geneva, sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
  text-align:center;
}