/* Site-Specific Classes
----------------------------*/

.spacer { background-color:#FFFFFF; }
.topnav { width: 727px; height: 20px; background-color:#FFFFFF; }
.topnav_pad { padding-right: 32px; }

.homepage_left_pad { padding: 16px; }
.homepage_left {
	width: 492px;
	height: 257px;
	vertical-align:top;
	text-align:left;
	background-color:#eeeded;
}

.homepage_right_pad { padding: 8px; }
.homepage_right {
	width: 232px;
	height: 257px;
	vertical-align:top;
	text-align:left;
	background-color:#dddcdc;
}

.search_cell {
	width: 232px;
	height: 36px;
	background-color:#dddcdc;	
}
.search_i_pad { padding-left: 16px; }
.search_i_cell {
	width: 725px;
	background-color:#eeeded;
}

.internal_content_pad { padding: 16px; }
.internal_content {
	width: 725px;
	height: 300px;
	vertical-align:top;
	text-align:left;
	background-color:#eeeded;
}

.footer_spacer { background-color:#eeeded; }

.home_icp_pad { padding-top: 28px; padding-left: 8px; padding-right: 4px; padding-bottom: 4px; }
.home_icp {
	width: 213px;
	height: 80px;
	vertical-align:top;
	text-align:left;
	font-size: 9px;
	background-image:url(../images/icp_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom: 1px solid #bcbcbd;
}


/* Global
----------------------------*/
form { margin: 0px; }
img { border-style: none; }

table { font-size: 11px; }
table a { color:#183985; font-weight: normal; text-decoration: underline; }
table a:hover { color: #000000; font-weight: normal; text-decoration: underline; }

table, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

/* Common Classes
----------------------------*/
.body { margin:8px; background-color:#666699; }

.bullet { margin-bottom: 1px; width: 4px; height: 4px; }
.subnav_pad { padding: 0px; }
.subnav a { color: #0F1855; font-weight: bold; text-decoration: none; }
.subnav a:hover { color: #5E5E5E; font-weight: bold; text-decoration: none; }

.sitemap_subnav a { color: #626262; font-weight: normal; text-decoration: none; }
.sitemap_subnav a:hover { color: #000000; font-weight: normal; text-decoration: none; }

.crumb { font-size: 10px; }
.crumb a { color: #006468; font-weight: bold; text-decoration: none; }
.crumb a:hover { color: #000000; font-weight: bold; text-decoration: none; }

.footer_pad { padding: 4px; }
.footer { 
	font-size: 10px; 
	color:#6f6f6f; 
	text-align:center; 
	vertical-align:middle;
	background-color:#FFFFFF; 
}


.search { 
	font-size: 9px;
	font-weight: bold;
	padding-left: 4px;
	width: 115px;
}

.button {
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
}

