body {
	margin: 0;
	padding: 0;
	font: 0.8em "Lucida Grande", Verdana, sans-serif;
	line-height: 1.2;
}

#container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

#footer {
	font-size: 0.8em;
	border-top: 1px dashed #bdbdbd;
	margin-top: 10px;
	clear: both;
	text-align: center;
	line-height: 1.5;
}

#livehelp { float: right; padding-top: 10px; }

h1 { float: left; }

a { font-weight: bold; }

a:link {
	font-weight: bold;
	color: #00248F;
}

a:visited {
	color: #00248F;
}

a:active {
	color: #809FFF;
}

a:hover {
	color: #0033CC;
}

img {
	border: 0;
}

ul#menu { width: 850px; height: 36px; background: #FFF url("images/nav-bg.png") top left no-repeat; font-size: 0.9em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0 0 0 90px; clear: both; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 36px; color: #000; text-decoration: none; display: block; float: left; line-height: 200%; padding: 5px 15px 0; }
ul#menu li a:hover { color: #333; background: #c3c2c2; height: 31px; }
ul#menu li a.current{ color: #000; background: #c3c2c2 top left repeat-x; padding: 5px 15px 0; height: 31px; }

	

#content ul {
	list-style-type: none;
}

#content ul li {
	background: url("images/tick.png") no-repeat;
	padding-left: 30px;
}

#content th {
text-align: center; }

#content td {
	padding: 3px 30px 3px 3px;
}

label { float: left; width: 12em; }
select { width: 300px; }
input { width: 200px; }
text-area { width: 300px; height: 200px; }