html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	background-color: #f0eedf;
	background-image:url(images/body_gradient.gif);
	background-repeat: repeat-x;
}
div.container {
	position:absolute;
	margin: 0 auto;
	width: 749px;
	left:50%; 
	margin-left:-375px;
	min-height:auto;
	border: 1px solid #ffffff;
	text-align: left;
	background-color:#e2debf;
}
div.topbar {
	width: 750px;
	height: 88px;
	background-image:url(images/top_gradient.gif);
	background-repeat: repeat-y;
	background-color:#e2debf;
}
div.main_nav {
	width: 749px;
	height: 47px;
	padding-top: 2px;
}
div.content {
	float:left;
	width: 749px;
	height: 100%;
	top: 0;
	min-height: 100%;
	height: 100%;
	min-height:auto;
	background-color:#e2debf;
}
div.left-column{
	float:left;
	top: 0;
	min-height: 100%;
	height: 100%;
	min-height:auto;
}
div.logo{
	width: 207px;
	height:97px;
	font: 14pt Arial;
	color: #FFFFFF;
	line-height: 22px;
	text-align: right;
	padding: 10px 10px 0 0;
}

div.navlist{
	margin:0px;
	width: 217px;
	font-family: arial;
	font-weight: bold;
	font-size:12px;
	text-align: right;
}
div.navlist ul {
	margin: 0; 
	padding: 0;
	background-color: transparent;
	list-style-type: none;
}
div.navlist li a{
border-bottom: 1px solid #999999;
color: #666666;
display: block;
padding: 8px 10px 6px 4px;
text-decoration: none; 
height: 1%;
}

div.right-column{
	float:right;
	border-left: 1px solid #FFFFFF;
	top: 0;
	min-height: 100%;
	height: 100%;
	min-height:auto;
	padding: 0 0 20px 0;
}
div.image{
	width: 531px;
	height:97px;
	background-color:#FFFFFF;
}
div.capsule{
	width: 509px;
	height: 100%;
	margin: 10px 0 0 10px;
	background-image:url(images/captop.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#f0eedf;
}
div.capsule div{
	font: 8pt Arial;
	color:#666666;
}
div.capsule div div{
	padding: 10px;
	background-image:url(images/capbot.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height: 340px;
	height:100%;
}
div.capsule hr {
	color:#FFFFFF;
}
h3{
	font-size: 11pt;
	line-height: 14pt;
	font-weight: bold;
	color:#666666;
	text-align:right;
}
h4{
	font: 12pt Arial;
	line-height: 16pt;
	font-weight: bold;
	display:block;
	height: 20px;
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ffffff;
	padding: 4px 0 4px 0;
}
.inset{
	float:left;
	z-index: 0;
	padding: 0 10px 8px 8px;
	clear:both;
	/*margin: 8px;*/
}
div.footer {
	display:block;
	width: 750px;
	height: 30px;
	clear: both;
	bottom: 0px;
	background-image:url(images/footer_alt.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font: 8pt Arial;
	color:#999999;
	text-align:center;
	padding: 26px 0 0 0;
}
div.footer a{
	color:#FF6600;
}