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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: 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;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68.75%; /* reset the default font-size to 11px (68.75% of 16) */
	color: #163551;
	background-color: #fff;
	height: 100%;
}

h1, div#noscript {
	font-size: 145%; /* 16px */
}

div#noscript {
	border-left: #E7E7E7 185px solid;
	padding: 1.56em; /* 25px at defualt font-size of 16px */
}

div#noscript p {
	margin-bottom: 0;
}

h1 {
	display: none;
	visibility: hidden;
	margin-bottom: 2.5em; /* 40px at default font-size of 16px */
	font-weight: bold;
}

h2 {
	color: #346A99;
	background-color: transparent;
	padding-bottom: 0.46em; /* 6px at default font-size of 13px */
	font-size: 118%; /* 13px */
	font-weight: bold;
	line-height: 1.08;
}

h4 {
	font-weight: bold;
	line-height: 1.3;
}

h4.first {
	margin-top: .64em;
}

a {
	color: #5B1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.3;
	margin-bottom: 1.27em; /* 14px at default font size of 11px */
}

/************************* Header ******************************/
#header {
	height:72px;
	width:100%;
	background-image:url(../img/logo.jpg); /* Why is this a background image? */
	background-repeat:no-repeat;
	background-position:25px 25px;
	text-align:right;
	border-bottom: 25px solid #999;
}

#header img {
	margin:25px;
}

/************************* Contents ******************************/
#content {
	min-height: 100%;
	float: left;
	border-left: #E7E7E7 185px solid;
	padding: 2.27em; /* 25px at default font-size of 11px */
	width: 49.82em; /* 548px at default font-size of 11px. Only IE 5.5 will receive this value */
	voice-family: "\"}\""; /* Start of box model hack */
	voice-family: inherit;
	width: 31.82em; /* 350px at default font-size of 11px. End of box model hack - IE 5.5 will not receive this value */
}

* html #content { /* Hack for IE 5.5 and 6 - only they will receive the following property */
	height: 100%;
}

#content h2 {
	border-bottom: 1px solid #CCC;
}

/************************* Help ******************************/
#help {
	/*border: 1px solid blue;*/
	padding-top: 9.18em; /* 101px at default font-size of 11px */
	width: 22.45em; /* 247px at default font-size of 11px */
	float: left;
	display: inline;
}

#help div {
	border: 1px solid #CCC;
	background-color: #F0F0F0; 
	color: #666;        
	padding: .91em; /* 10px at default font-size of 11px */
	visibility: hidden;
	display: none;
	position: absolute;
	width: 22.45em; /* 247px at default font-size of 11px */
}

#help h3 {
	border-bottom: 1px solid #CCC;
	padding-bottom: .55em; /* 6px at default font-size of 11px */
	font-weight: bold;
	line-height: 1.3;
}

#help p {
	/*margin-bottom: 1em;  11px at default font-size of 11px */
	/*line-height: 1.3;*/
}

#help p.first {
	margin-top: .64em; /* 8px at default font-size of 11px */
}

