html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

#c {
  position: relative;
  min-height: 100%;
}
* html #c {
  height: 100%;
}

body {
	background: url(/img/top-bg.gif) repeat-x left top white;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

a:link, a:visited {
	color: #808080;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #EC1C24;
}

img { border: 0px; }

#content {
	width: 800px;
	margin: 0 auto;
}

#menu {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

#top {
	background: #F2F2F2;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#top p {
	color: #4d4d4d;
}

#textcont {
	margin: 0 auto;
	text-align: center;
	color: #808080;
	font-size: 15px;
}

#search {
	width: 363px;
	height: 41px;
	background: white;
	border: 1px solid #E6E6E6;
	color: #39B54A;
	font-size: 30px;
	padding-left: 3px;
}

#top table {
	margin-top: 10px;
	margin-bottom: 10px;
}

#textcont a:link, #textcont a:visited {
	text-decoration: none;
	color: #808080;
}

#textcont a:hover {
	text-decoration: underline;
	color: #EC1C24;
}

#sb, span {
	cursor: pointer;
}

.box {
	color: #4D4D4D;
	background: #F2F2F2;
	width: 726px;
	margin: 0 auto; 
}

.box p {
	margin: 15px;
}

h2 {
	font-size: 16px;
	color: #333333;
	margin-left: 26px;
}

h2 span {
	font-size:13px;
	color: #39B54A;
}

.hidebox {
	background: #E6E6E6;
	color: #999999;
	text-align: center;
	padding: 4px;
	padding-left: 0;
	padding-right: 0;
	width: 726px;
	cursor: pointer;
	display: block;
}


#subbottom {

	text-align: center;
	color: #848484;
	font-size: 10px;

  position: relative;
  margin-top: -2.5em;
  height: 2.5em;

}

#cont {
	padding-bottom: 2.8em;
}

.queries {
	width: 100%;
}

.queries td {
	padding: 10px;
}

.queries .alt {
	background: #eeeeee;
}
.queries .head {
	background: #cccccc;
	font-weight: bold;
}