
body 
{
	margin: 0;
	padding: 15px 0 15px 0;
	background-color: #777777;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:160%;
	color: Black;
	}

p
{
	padding:0;
	margin:0 0 20px 0;
}

a
{
	color:blue;		/* 426994 from eyedropper of map color */
	text-decoration:underline;
}

a:visited
{
	color: blue;		
}

a:hover
{
	color:Gray;
}

h1, h2, h3
{
	padding: 0;
	color:  #008822;  /* was 009933, then 009900, then 008822 */
	line-height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

h1 
{
	font-size: 18px;
}

h2 
{
	margin:0 0 7px 0;
	font-size: 14px;
}

h2 a
{
	color:  #008822;  /* was 009933, then 009900, then 008822 */
	text-decoration:underline;
}

h2 a:visited
{
	color:  #008822;  /* was 009933, then 009900, then 008822 */
}

h2 a:hover
{
	color:blue;
}

h3
{
	margin: 0 0 3px 0;
	font-size: 12px;
}

/* Header */

#header
{
	margin: 0 auto;
	padding:0;
	width:860px;
	height:92px;
	background-image:url("Images/header.jpg");
	background-repeat:no-repeat;
}

#header_right_top
{
	float:right;
	padding:20px 20px 25px 0px;
	text-align:right;
	line-height:100%;
	font-size:12px;
}

#header_right_top a
{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#header_right_top a:hover
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#header_right_bttm
{
	clear:right;
	float:right;
	height:20px;  /* varies with language;  check all CSS sheets */
	padding: 10px 20px 0 0;  /* varies with language;  check all CSS sheets */
	text-align:right;
	line-height:100%;  /* varies with language;  check all CSS sheets */
	font-size: 18px;   /* varies with language;  check all CSS sheets */
	font-weight:bold;  /* varies with language;  check all CSS sheets */
	color: #000000;

}

/* top navigation */

#top_nav {
	clear:both;
	width: 860px;
	height: 22px;
	margin: 0 auto;
	background-color:Black;
}

#top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_nav li {
	display: inline;
}

#top_nav a 
{
	float:left;
	display: block;
	height:22px;
	padding: 0 20px 0  20px;
	text-decoration: none;
	font-size: 13px;
	line-height:20px;
	background-color:Black;
	color: white;
}

#top_nav a:hover 
{
	background-color:#7e96ba;  /* pulled by eyedropper from map */
	color: white;
}

/* Content */

#middle 
{
	overflow:hidden;			/*  part of hack to extend both columns to same length */
	clear:left;
	width: 860px;
	margin: 0 auto;
	background-color:White;
}

#col1, #col2 
{ 
	padding-bottom: 20000px; 		/*  part of hack to extend both columns to same length */
	margin-bottom: -20000px; 		/*  part of hack to extend both columns to same length */
} 

/* Column 1 */

#col1 
{
	float:left;
	padding-top:8px;
	width: 140px;
	background-color:#cccccc;
}

#col1 a
{
	display: block;
	margin: 0 0 18px 0;
	padding: 3px 10px 3px 15px;
	max-width: 140px;
	background-color: #cccccc;
	text-decoration:none;	
	color: black;
	font-size:13px;
	line-height:110%;
}

#col1 a:hover
{
	background-color: #7e96ba;  /* or 0033gg from map */
	color:white;
}

/* Column 2 */

#col2 
{
	float:left;
	width: 690px;
}

#col2_banner_tall 
{
	float:left;
	width:720px;
	height:150px; 
	background: url(Images/banner.jpg) no-repeat;
	background-position:center;
}

#col2_banner_short
{
	float:left;
	width:720px;
	height:100px;
	background: url(Images/banner_sm.jpg) no-repeat;
	background-position:center;
}

#col2_ban_tall_title, #col2_ban_shrt_title
{
	width:500px;
	padding:0;
	font-size:24px;
	font-weight:bold;
	line-height:130%;
	color:White;
}

#col2_ban_shrt_title
{
	height:40px;
	margin:55px 0 0 30px;
}

#col2_ban_tall_title
{
	height:70px;
	margin:40px 0 0 30px;
}

#main_content
{
	clear:both;
	padding:20px 35px 30px 30px;
	margin:0;
}

/* Footer */

#footer 
{
	clear:left;
	width: 860px;
	height:15px;
	margin: 0 auto;
	padding: 3px 0 0px 0;
	background-color:Black;
	font-size:10px;
	line-height:100%;
	color:White;
	text-align:center;
}

/* images */

#sww_globe
{
	float:right;
	width:168px;
	height:168px;
	margin: 10px 0 20px 20px;
}

#content_image_a, 
#content_image_b, 
#content_image_c
{
	float:right;
	margin: 10px 0 25px 40px;
}


#content_image_a
{
	width:175px;
	height:209px;
}

#content_image_b
{
	width:250px;
	height:166px;
}

#content_image_c
{
	width:250px;
	height:238px;
}

#imforce_logo
{
	float:right;
	width:120px;
	height:77px;
	margin: 20px 10px 30px 30px;
}