html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	text-align: center;
	margin-top: 30px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

a {
	color: #5465ad;
}

a:hover {
	color: #af0000;
}

#main {
	background-color: #fff;
	width: 684px;
	margin: 0 auto;
	text-align: left;
	background-image: url('/img/bg.gif');
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#content {
	float: left;
	width: 487px;
	border-top: #848274 3px solid;
	border-left: #848274 1px solid;
}

#content p {
	margin-left: 20px;
}

#content p.bold {
	font-weight: bold;
	color: #af0000;
}

#content hr {
	margin-left: 20px;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

#right {
	float: left;
	width: 178px;
	margin-left: 17px;
}

#rightb {
	border-top: #848274 3px solid;
	font-size: 0.875em;
}

#rightb p {
	margin: 0;
	padding: 20px 15px;
	padding-right: 0;
	line-height: 1.3em;
}

#nav {
	background-color: #fefdf0;
	border-bottom: #848274 1px dotted;
}

#nav ul {
	list-style-type: none;
	padding: 20px 0;
	margin: 0;
	line-height: 1.7em;
	font-weight: bold;
}

#nav li {
	padding-left: 20px;
}

#nav li.active {
	background-image: url('/img/nav-bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px;
}

#nav a {
	text-decoration: none;
}

#nav li.active a {
	color: #000000;
}

#potential {
	padding-bottom: 20px;
	border-bottom: #848274 1px dotted;
}

.ticklist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.ticklist li {
	padding-left: 24px;
	background-image: url('/img/tick.gif');
	background-repeat: no-repeat;
	line-height: 1.6em;
}

#content .ticklist {
	margin-left: 35px;
}

#logo img {
	border: none;
}

#logo p {
	margin: 0;
/*	margin-left: -1px; */
	position: relative;
	left: -1px;
	border-left: #fff 1px solid;
	padding-bottom: 15px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #4b6077;
}

#logo p .cap {
	font-size: 12px;
}

#footer {
	width: 682px;
	margin: 0 auto;
}

#footer p {
	font-size: 0.875em;
	margin-top: 20px;
	color: #777;
	line-height: 1.8em;
}

#foota {
	float: left;
	width: 487px;
	border-top: #848274 1px solid;
}

#footb {
	float: left;
	width: 176px;
	margin-left: 17px;
	border-top: #848274 1px solid;
}
