/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  background: #E8F5FD;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrapper {
  margin: 30px auto 10px;
  width: 790px;
  border: 1px solid #0552A2;
  background: #FFFFFF;
  padding: 10px;
}
.column {
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px;
  float: left;
  width: 370px;
}
.clear {
  clear: both;
  width: 100%;
}
.column li { list-style-type: disc; }
.column ul { margin: 5px 5px 5px 25px; }
.glance { border: 1px solid #0252A7; }
.glance th {
  font-size: 1.1em;
  font-weight: bold;
  color: #FDFEFF;
  background: #0252A7;
  padding: 5px;
}
.glance .title { background: #889917; }

.glance td {
  padding: 5px;
  background: #F4F9FD;
  margin: 1px;
  border-bottom: 1px solid #0252A7;
}
.desc { font-size: .85em; }


.head {
  background: url(bg-header.jpg) repeat-x;
  text-align: center;
  border-bottom: 2px solid #D5D8AB;
  height: 85px;
  margin: -10px -10px 10px;
}
#wrapper h1 {
  color: #0956A8;
  margin: 10px;
  font: 1.5em "Arial Black", Arial, Tahoma, sans-serif;
}
h2 {
  color: #929515;
  font-size: 1.25em;
}

