@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{ font-size: 18px;}
h2{ font-size: 16px;}
h3{ font-size: 14px;}
h2{ font-size: 12px; font-weight: bold;}

#wrapper
{
	width: 765px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	border: 2px solid #000000;
}

#logo
{
	width: auto;
	height: 83px;
}

#navigation
{
	width: 756px;
	height: 46px;
	background:url(../images/bkg_top_nav.jpg) repeat-x;
}

#end-navigation
{
	width: 9px;
	height: 46px;
	float: right;
}

#btm-navigation, #end-btm-navigation
{
	height: 20px;
}

#end-btm-navigation
{
	width: 9px;
	float: right;
}

#btm-navigation
{
	width: 756px;
	background:url(../images/top_btm_bkg.jpg) repeat-x;
}

#content-wrapper
{
	width: auto;
	height: auto;
	margin-top: 4px;
}

#feature
{
	width: auto;
}

#home-content-wrapper, #inside-content-wrapper
{
	width: auto;
	height: auto;
}

#disclaimer{
	color:#000000;
	width: 756px;
	text-align: center;
	font-size: 10px;
	margin: 0px auto 0px auto;
}
a.disclaimerLink{
	color:#000000;
	text-decoration: underline;
}
