*			{ margin: 0px; padding: 0px; }
html 		{ min-height: 100%; margin-bottom: 1px; }

body		{ background: #fff; font: 11px arial, verdana, sans-serif; color: #333; text-align: center; }
table, td, th, form, input, textarea	{ font: 11px arial, verdana, sans-serif; color: #333; text-align: left;}

#skip, #breadcrumbs, .top		{ display: none;}

#container	{ position: relative; width: 640px; margin: 0px auto 30px; text-align: left;}

#header		{ position: relative; height: 112px; width: 100%; border-bottom: 2px solid #000; }
#header #SH img	{ width: 340px; height: 63px; }
#logo		{ position: absolute; background: #ddd; }

#nav, #H_signup, #footer, #subnav	{ display: none; }

/* CONTENT Homepage 
--------------------------------------------  */

#H_main			{ border-bottom: 2px solid #1a1a1a; padding-bottom: 20px; /*\*/ height: 100%;/**/}
#H_welcome		{ position: relative; float: left; width: 100%; padding-bottom: 40px; color: #bbb; line-height: 16px;}
#H_welcome p	{ margin-bottom: 20px; }		
#H_news			{ position: relative; float: left; width: 100%; }

#S_main		{ background: #666 url(../images/subnav_back.gif) no-repeat bottom left; /*\*/ height: 100%;/**/}
#SH			{ position: absolute; top: 14px; right: 0px;}

#content	{ position: relative; float: left; width: 100%; background: #fff; line-height: 16px; }
#content p	{ padding: 0px 0px 15px;}
#content ul	{ margin-left: 25px; margin-bottom: 15px }

#breadcrumbs	{ padding: 20px 0px; font-size: 10px;}


/* LINKS 
--------------------------------------------  */
a:link, a:visited 	{ color: #0033ff;
					  background: transparent;
					  text-decoration: none; }
					  
a:after				{ content: " (<" attr(href) ">) "; font-size: 10px; text-decoration: none; color: #ccc; }	

/* ELEMENTS 
--------------------------------------------  */
h1		{ font-size: 16px; color: #1C4477; padding: 0px 0px 5px;}
h2		{ font-size: 14px; line-height: 15px; margin-bottom: 3px; color: #52443B; padding: 0px 0px 5px;}
h3		{ font-size: 12px; color: #52443B; padding: 10px 0px 5px;}
.float_r	{ float: right; margin: 0px 0px 15px 15px;}
