/* REDEFINED TAGS */
body {
  padding: 0;
	margin: 0;
  font-family: Arial, helvetica, sans-serif;
  font-size:13px;
  
	line-height: 1.6em;
  color: #414345;
  background: #ffffff;
	text-align: center;
}

table {
  font-size: 1em; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	margin-top: 0;
	padding-top: 0;
}

h5 {
	font-size:14px;
	color: #2b7582;
	padding:0;
	margin:0
}


a               { color:#2b7582; text-decoration:none; }
a:active        { color:#2b7582; text-decoration:none; }
a:visited       { color:#2b7582; text-decoration:none; }
a:hover         { color:#2b7582; text-decoration:underline; }
a:visited:hover { color:#2b7582; text-decoration:underline; }

/* CLASSES */
.printOnly {
  display: none;
}

.spacer {
	height: 1.5em;
	background: #edf7f7;
	clear: both;
}

/* PAGE ELEMENTS */
#wrap {
	background:  #edf7f7;
	width: 100%;
	text-align: center;
}

#wrap2 {
	background:  #edf7f7;
	width: 800px;
  	margin: 20px auto 0 auto;
	text-align: left;
}

#head {
	width: 100%;
	background:#fff;
	padding: 0;
	margin: 0;
	text-align:center
}

#head2 {
	height: 230px;
	width: 750px;
	margin: 00px auto 0 auto;
	text-align: left;
	
}

#homeNav {
	top: 10px;
	left: 50px;
	position: absolute;
	width: 130px;
	z-index: 3;
}

	#homeNav ul {
		border-right: 1px solid #2b7582;
	}
	
		#homeNav ul li {
			text-align: right;
			list-style-type: none;
			list-style-position: outside;
			text-transform: lowercase;
			padding: 0 10px;
			line-height: 2.1em;
		}

			#homeNav ul li a {
				color: #2b7582;
				text-decoration: none;
				font-size: 12px;
			}

#contact {
	position:relative;
	top: -85px;
	left: 150px;
	width: 150px;
}

#pageImage {
	left: 47px;
	position: relative;
	display: inline;
	z-index: 1;
}

#left {
	width: 190px;
	float: left;
	padding-left: 10px;
	
	
}

	#left ul {
		padding: 0px;
		margin: 0px;
	}

		#left ul li {
			text-align: right;
			list-style-type: none;
			list-style-position: outside;
			text-transform: lowercase;
			line-height: 2.1em;
		}
			#left ul li a {
				color: #2b7582;
				text-decoration: none;
				font-size: 12px;
			}

			#left ul li a:hover {
				color: #2b7582;
				text-decoration: underline;
				font-size: 12px;
			}

#right {
	width: 520px;
	margin: 0 0 0 219px;
	padding: 0 0 0 15px;
	border-left:1px solid #2b7582;
	text-align:left
}

	#right ol li {
	margin: 0 0 1.5em 0;
	}
	
#right table, td {
            border-color: #d8ecef;
            border-style: solid;
}

#right table{
            border-width: 0 0 1px 1px;
            border-spacing: 0;
            border-collapse: collapse;
}

#right td{
            padding: 4px;
            border-width: 1px 1px 0 0;
            height: 40px;
}

#foot {
	position: relative;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 90%;
	line-height: 2em;
	font-weight: normal;
	color: #9cd3d3;
	text-align: center;
  background: #d8ecef;
  padding-bottom:30px
}
