@charset "UTF-8";
/* CSS Document */

/* Main Styles */
body				{ margin:0; }
body, table,
td, p, li			{ font-family:verdana, arial, sans-serif; color:#4B4B4B; font-size:10px; }
a					{ color:#930; }
h1					{ font-size:14px; font-weight:bold; margin:0 0 5px 0; color:#669900; }
h2					{ font-size:12px; font-weight:bold; margin:0 0 5px 0; }
h3					{ font-size:11px; font-weight:bold; margin:0 0 5px 0; color:#669900; }

/* Font/Form Styles */
.small				{ font-size:9px; }
.smallRed			{ font-size:9px; color:#C00; }
.textInput			{ width:115px; font-size:9px; }
.contactInput		{ width:200px; font-size:9px; }

/*Image  Styles */
/* #logo				{ margin:34px 0 10px 20px; } */
#logo				{ margin:10px 0 10px 90px; }
.title				{ margin:28px 0 7px 18px; }

/* Layout Styles */

.featureTitle		{ font-weight: bold; }
.homeContent		{ margin:30px 25px 30px 21px; line-height:15px; }
.mainContent		{ margin:30px 25px 30px 21px; line-height:15px; width:496px; }
.mainContentForm	{ margin:0 0 30px 0; line-height:15px; }
.mainContentList	{ margin:0 25px 30px 21px; line-height:15px; }
.featureContent		{ padding:10px; line-height:15px; background-color:#DFDFDF; width:176px; border-top:1px solid #FFFFFF; }
.loginArea			{ width:176px; }


div.horizontal-line	{ clear:both; width:100%; height:0; border-bottom:1px solid #CCCCCC; margin:0 0 5px 0; padding:0; line-height: 0; }
div.footer-line		{ clear:both; width:100%; height:0; border-bottom:6px solid #669900; margin:0 0 5px 0; padding:0; line-height: 0; }
.grey-footer-bar	{ border-top:6px solid #C5C5BD; }
.dkGrey-footer-bar	{ border-top:6px solid #6E6E5A; }
.footer-address		{ font-size:8px; font-weight:bold; }
