body {
	background: #FFFFFF url(../images/bkg.jpg) repeat-x;
	text-align: center;
	margin: 0px auto;
	font-size:62.5%;
}
p,td,div {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
p, h1 {
	margin: 0px 0px 10px 0px
}
hr {
	border: 0px;
	color: #018E9F;
	background-color: #018E9F;
	height: 1px;
	display: block;
}
#contenthalf ul, #contentfull ul {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 18px;
	list-style: none;
}
#contenthalf ul li, #contentfull ul li {
	margin: 0px;
	padding: 3px 0px 3px 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style: none;
	border-bottom: 1px solid #94C0CE;
}
#contenthalf a:link, #contentfull a:link, #note a:link  {
	font-weight: bold;
	color: #89B52C;
	text-decoration: none;
}
#contenthalf a:visited, #contentfull a:visited, #note a:visited {
	font-weight: bold;
	color: #65881F;
	text-decoration: none;
}
#contenthalf a:hover, #contenthalf a:hover, #note a:hover {
	font-weight: bold;
	color: #FE7160;
	text-decoration: underline;
}
h1 {
	font-size: 1.6em;
	color: #111683;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0E1269;
	background: #D6EAF0;
	display: block;
	padding: 5px;
	border-bottom: 8px solid #94C0CE;
	margin-top: 0px;
	font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #018E9F;
	padding-bottom: 5px;
	padding-right: 5px;
}
h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #111683;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica, sans-serif;
}
h5 {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
	padding-right: 5px;
	border-bottom: 1px solid #999999;
}
.skip {
	display: none;
}
dl {
	width: 200px;
	margin: 5px 0px 0px;
	padding: 0px;
}

dt {
	margin: 0px;
	padding: 0px 10px 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #018E9F;
	background: url(../images/arrow.gif) no-repeat 0px 3px;
}
	
dd {
	margin: 0px;
	padding: 0px 10px 10px;
}
	
#light, #light dt {
	background-color: #E9F5F6;
}
#right a:link {
	font-weight: bold;
	color: #89B52C;
	text-decoration: none;
}
#right a:visited {
	font-weight: bold;
	color: #65881F;
	text-decoration: none;
}
#right a:hover {
	font-weight: bold;
	color: #FE7160;
	text-decoration: underline;
}
