/* base styles */
body
{
	color:#000;	background:#fff;
	font:14px/1.4 "Microsoft Sans Serif", "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}
	/* base link style */
	a
	{
		color:#0080c0;
	}
	/* turn off image borders */
	img
	{
		border:none;
	}
	/* turn off list bullets */
	ul
	{
		list-style-type:none;
	}
	/* turn off default browser margins and padding */
	body, h1, h2, h3, p, ul, li, dl, dt, dd
	{
		margin:0;
		padding:0;
	}



/* layout */
body
{
	margin:59px 0 30px 0;
	/* background:#f0f8f8; */
}
#container2
{
	margin:0 auto;
	width:773px;
}
#container
{
    float:left;
	width:773px;
	padding-bottom:24px;
	background:url(/images/pagebottom.gif) no-repeat left bottom;
	/* background:#fff;
    border:solid 2px #bfdfdf; */
}
#page
{
	/* clear:both; */
	float:left;
	padding-left:21px;
	background:#fff url(/images/spirals.gif) repeat-y top left;
}
#page2
{
    float:right;
    width:752px;
}
#categories
{
    float:left;
    margin-right:10px;
    width:140px;
    font-size:12px;
}
#categories li
{
    margin-top:1px;
	color:#000;
}
#categories a
{
    display:block;
	color:#fff;
	text-decoration:none;
}
#categories a, #categories #active_category
{
    padding:2px 2px 2px 6px;
	background:#0080c0;
}
#categories ul li a, #categories ul #active_category
{
    padding:2px 2px 2px 10px;
    background:#bfdfdf;
}
#categories ul li a
{
    color:#000;
}
#categories ul ul li a, #categories ul ul #active_category
{
    padding:2px 2px 2px 14px;
    background:#eff8f8;
}
#categories a:hover
{
	text-decoration:underline;
}
#categories #hometab
{
	font-weight:bold;
}
#categories ul #active_category
{
    color:#0080c0;
}
#content
{
	margin:0 27px 0 25px;
}
#home_TEMP
{
	clear:both;
	/* margin:0 0 20px 0;
	height:240px; */
	margin:0;
	height:375px;
	padding-top:17px;
}
#help_page
{
	clear:both;
	margin:0 15px 20px 0px;
	height:375px;
	padding-top:17px;
}
#help_menu
{
    float:left;
    margin-right:10px;
    height:100%;
    font-size:12px;
}
#help_menu ul
{
    border:solid 1px #bfdfdf;
    padding:0px 1px 1px 1px;
}
#help_menu li
{
    margin-top:1px;
}
#help_menu a
{
    display:block;
    padding:2px 12px 2px 6px;
    color:#000;
    background:#bfdfdf;
    text-decoration:none;
}
#help_menu a:hover
{
	text-decoration:underline;
}

/* top menu tabs */
#tabs2
{
    position:absolute;
    top:15px;
    left:0;
    /* height:70px; */
    width:100%;
}
#tabs
{
    margin:0 auto;
	/* float:left; */
	width:749px;
	height:44px;
	padding-left:24px;
	background:url(/images/pagetop.gif) no-repeat left bottom;
	font-size:11px;
}
#tabs li
{
	float:left;
	margin-left:3px;
	width:60px;
	padding-top:7px;
	color:#012;
}
#tabs a
{
	display:block;
	margin-bottom:5px;
	padding:6px 0 2px 0;
	color:#182828;
	background:url(/images/tab.gif);
	line-height:24px;
	text-align:center;
	text-decoration:none;
}
#tabs a:hover
{
	text-decoration:underline;
}
#tabs #activetab
{
	padding-top:0;
}
#tabs #activetab a
{
	padding:10px 0 10px 0;
}
#tabs #hometab
{
    color:#0080c0;
	font-weight:bold;
}
#tabs .twoline
{
	line-height:12px;
}


#logo
{
	float:left;
	color:#333;
	text-decoration:none;
	text-align:right;
}
#logo, #logo h1
{
   	font:10px/1 Arial, Helvetica, Sans-Serif;
}
#logo img
{
	margin:15px 0 0 20px;
}

#help
{
	float:right;
	padding:14px 25px 0 0;
	font-size:12px;
}




#footer
{
	/* margin:0 auto;
	height:14px;
	width:285px;
	padding:4px 0;
	font-size:11px; */
	font-size:10px;
	/* line-height:1.2; */
	text-align:center;
}





strong
{
	font-weight:bold;
}

h1, h2
{
	font-weight:normal; font-size:20px;
}
h3
{
	font-weight:bold; font-size:14px;
}
#sitemap
{
    clear:both;
    margin:0 0 10px 0;
    padding-top:17px;
}
#sitemap h1, h2
{
    clear:both;
	font-weight:bold; font-size:14px;
}
#sitemap h2
{
	padding-top:25px;
}
#sitemap h3, #home_TEMP h3
{
    font-size:12px;
    text-decoration:underline;
}
#sitemap table, #home_TEMP table
{
    font-weight:bold; font-size:12px;
    width:100%;
}
td ul
{
    margin-bottom:15px;
    font-weight:normal;
}
td ul ul
{
    margin:0;
}
td li
{
	padding-left:10px;
}
td
{
	padding:0 12px;
	vertical-align:top;
}
#help_page dl
{
    margin-top:14px;
}
#help_page dt
{
	font-weight:bold;
}
#help_page dd
{
	padding:2px 0 20px 0;
}
#help_page form dt
{
    font-weight:normal;
}

#contact p
{
    margin:15px 0;
}