body {
	background: transparent url(/images/bg-left.gif) repeat-y top left;
	margin: 0;
	border: 0;
	padding: 0;
	font: 95% Tahoma, Arial, Helvetica, sans-serif;
	cursor: default;
}

p {
	margin: 0.5em 0 1em 0;
}

img {
	border: 0;
}

#wrapper {
	background: transparent url(/images/bg-top-loop.gif) repeat-x top left;
	height: 220px;
}

#header {
	background: transparent url(/images/bg-logo.gif) no-repeat top left;
	height: 220px;
}

#login {
	color: #fff;
	font-size: 80%;
	vertical-align: middle;
}

#login input {
	font-size: 80%;
}

#login a {
	color: #fff;
}

#login a:hover {
	color: #F31234;
}

#header {
	height: 220px;
	margin: 0;
}

#topbar {
	background: transparent url(/images/bg-top-right.gif) no-repeat top right;
	float: right;
	text-align: right;
	color: #fff;
	padding: 0 60px 5px 50px;
	font-size: 88%;
	height: 220px;
	width: 400px;
}

#topbar p {
	margin: 10px 0 0 0;
}

#topbar a {
	color: #fff;
}

#topbar a:hover {
	color: #F31234;
}

#menu {
	position: absolute;
	height: auto;
	left: 10px;
	top: 100px;
	width: 160px;
	margin: 0;
	padding: 0 0 0 5px;
	color: #fff;
}

#menu h1 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #F31234;
}

#menu h1 a {
	background: transparent url(/images/menu.gif) no-repeat center left;
	padding: 0 0 0 14px;
	color: #F31234;
}

#menu h1 a:hover {
	background: transparent url(/images/menu-open.gif) no-repeat center left;
	padding: 0 0 0 14px;
	color: #F31234;
}

#menu a.headingover {
	background: transparent url(/images/menu-open.gif) no-repeat center left;
	padding: 0 0 0 14px;
	color: #F31234;
}

#menu a.headingover:hover {
	background: transparent url(/images/menu-up.gif) no-repeat center left;
	padding: 0 0 0 14px;
	color: #F31234;
}

#menu p.content {
	font-size: 95%;
	margin: -3px 0 10px 25px;
}

#main {
	margin: -65px 25px 0 220px;
}

#main strong {
	color: #F31234;
	font-weight: bold;
}

#main p {
	margin-left: 20px;
}

#main p.small {
	font-size: 90%;
}

#main p.quote {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #00397C;
}

#main ul.tick {
  list-style: url(/images/tick.gif) disc outside;
}

#main li.tick {
	margin-bottom: 6px;
	padding-left: 5px;
}

#main li {
	margin-bottom: 8px;
}

#main a {
	color: #000;
}

#main a:hover {
	color: #F31234;
}

#main a:active {
	color: #666;
}

#main h1 {
	color: #00397C;
	font-size: 150%;
}

#main h2 {
	color: #F31234;
	font-size: 125%;
}

#main h3 {
	color: #00397C;
	font-size: 115%;
	margin: 5px 0 0 0;
}

#main h4 {
	color: #F31234;
	font-size: 105%;
	margin: 5px 0 0 15px;
}

#main table h3 {
	text-align: center;
}

#main table img {
	text-align: center;
}

#footer {
	font-size: 80%;
	text-align: center;
	padding: 0 0 0 180px;
}

#footer hr {
	width: 90%;
	height: 1px;
	clear: right;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	color: #D60829;
}