/*--------------------------------
   do some resets
--------------------------------*/

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
a { text-decoration: none; color: inherit;}

h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1; margin: 1.2em 0 0.4em 0; font-weight: bold;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/*--------------------------------
   BASICS
--------------------------------*/
body {
	background-color: #666666;
	height: 100%;
	margin: 0;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#center {
	background-color: #FFFFFF;
	color: #666666;
	margin: 0 auto;
	padding: 20px;
	width: 987px;
}

#logotable {
	margin: 0 0 30px 0;
	overflow: hidden;
}
#logotable .r {
	overflow: hidden;
}
#logotable .space {
	margin-bottom: 3px;
}
#logotable div {
	float: left;
	display: block;
	height: 30px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 9px !important;
	line-height: 30px;
}
#logotable .last { margin-right: 0px !important; }
#logotable .w1 { width: 30px; margin-right: 3px; }
#logotable .w2 { width: 63px; margin-right: 3px; }
#logotable .w3 { width: 96px; margin-right: 3px; }
#logotable .w4 { width: 129px; margin-right: 3px; }
#logotable .w6 { width: 195px; margin-right: 3px; }
#logotable .cC { background-color: #CCCCCC !important;}
#logotable .c9 { background-color: #999999 !important;}
#logotable .c6 { background-color: #666666 !important;}
#headtable {
	border: 0px #FFFFFF solid;
	border-collapse: separate;
	border-spacing: 3px;
	margin-bottom: 20px;
	table-layout: fixed;
}
#logotable a {
	color: #333333;
	display: block;
	font-size: 9px;
	text-decoration: none;
}
#logotable a:hover {
	color: #FFFFFF;
}

#contentleft {
	float: left;
	width: 165px;
}
.divbox {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	margin-right: 3px;
}
.boxtitle {
	height: 30px;
	width: 110px;
	display: block;
	float: left;
	background-color: #CCCCCC;
	font-size: 10px;
	padding-left: 5px;
	line-height: 30px;
}

#contentright {
	float: left;
	width: 822px;
	font-size: 13px;
}
#contentright a {
	color: #8195A5;
	text-decoration: underline;
}
#contentright a:hover {
	color: #666666;
	text-decoration: none;
}
