body {
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	line-height: 2.6em;
	text-align: justify;
	}

/*** Header Styles ***/

#header {
	height: 80px;
	background-repeat: no-repeat;
	background-position: right top;
	border: none;
	min-width: 500px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #000;
	background-image: url(/inc/images/title_banner.png);
	left: 11px;
	margin-left: 15px;
}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-left: 3em;
	color: #CCCCCC;
	font-weight: normal;
}
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
	line-height: 0em;
	color: #FFFFFF;
	margin-left: 0.5em;
	font-variant: normal;
	font-style: normal;
	text-decoration: underline;
}

#submenu {
	border: 1px solid #999999;
	min-width: 900px;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 18em;
	margin-top: 0px;
	line-height: 1em;
	word-spacing: normal;
	text-align: left;
	white-space: normal;
	background-color: #EAEAEA;
}

#submenu p {
	line-height: 1em;
	word-spacing: normal;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#submenu a {
    color: #000;
}

/*** Navigation Bar Styles ***/

#nav {
	position: absolute;
	top: 93px;
	left: 11px;
	width: 195px;
	w/idth: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border: none;
}
#nav ul {
	list-style: none;
	padding: 0;
}
#nav li {
	position: relative;
	padding: 2px 3px;
}

#nav h2 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	padding: 2px 3px 5px 0px;
	text-indent: 5px;
	border: none;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #444;
	display: block;
	text-decoration: none;
}

#nav a:hover {
	color: #444;
	text-decoration: underline;
}

#navbox {
	clear: both;
	background-image: url(/inc/images/div_background.png);
	background-repeat: no-repeat;
	border: 1px solid #999;
}


/*** Content Styles ***/

#content {
	margin-left: 18em;
	margin-right: 20px;
	min-height: 600px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	#content p
	  {
	font-size: 1.0em;
	padding-bottom: 1em;
	border-bottom:2px solid #DDDDDD;
	clear: both;
	color: #333333;
	  }

   strong
	  {
	font-weight: bold;
	  }
  	  
	#content li
	  {
	  font-size: 1.0em;
	  text-align: justify;
	  color: #333333;
	  }
	
	#content h2
	  {
	color: #333333;
	font-size: 2.0em;
	font-weight: normal;
	background-color: #FFFFFF;
	  }
	
	#content h3
	  {
	color: #333333;
	font-size: 1.16em;
	font-weight: bold;
	background-color: #FFFFFF;
	  }

	#content h4
	  {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	background-color: #FFFFFF;
	  }
	  
	#content a
	  {
	  color: #3366FF;
	  text-decoration: none;
	  }

	#content a:hover
	  {
	color: #3366FF;
	text-decoration: underline;
	  }
	  
	#centered_image
	  {
	  display:block;
	  margin-left:auto;
	  margin-right:auto;
	  }
	  
    #address ul
	  {
	  text-align: justify;
	  color: #333333;
	  float: left;
	  width: auto;
	  list-style: none;
	  margin: 0;
	  padding: 0px 2.5em 0px 0px;
	   }
	   
    #address li { float: left;
      width: auto;
      margin: 0;
	  padding-right: 2.5em;
      display:inline;
      }

    #example_lists ul
	  {
	text-align: justify;
	color: #333333;
	float: left;
	width: 40em;
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 2.5em;
	padding-bottom: 0px;
	padding-left: 0px;
	   }
	   
    #example_lists li {
	float: left;
	width: 10em;
	margin: 0;
	padding-right: 2.5em;
	display:inline;
      }
    
	#example_lists br {
	clear: both;
      }
	


#footer {
	bottom: 0;
	margin-left: 16em;
	margin-right: 20px;
	border: 1px solid #999;
	text-align: center;
	background-color: #EAEAEA;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
line-height: 1.6em;
	color: #000000;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #000000;
}
.centered_image {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.header_image {
	display: block;
	margin-left: 0px;
}
