iframe, table {
	display: none;
}

a:link {
	background-color: transparent;
	border: 0;
	color: #000;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	border-bottom: 1px dashed #000;
}

a.noBorder, img {
	border: 0;
}

body {
	background-color: #000080;
	color: #fff;
	font: medium/1em "Franklin Gothic Medium", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

blockquote {
	font-style: italic;
	margin: 0 10px 20px 10px;
}

blockquote p {	
	font-size: small;
	font-style: normal;
	font-weight:  bold;
	margin: 2px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
   color: #fff;
}

h1 {
	font: italic bold 160% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font: bold 140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	font-size: 120%;
}

h4 {
	font-weight: bold;
	font-size: 90%;
	line-height: 1.1em;
}

h5 {
	font-size: 80%;
	line-height: .9em;
	font-weight: bold;
}

h6 {
	font-weight: bold;
	font-size: 70%;
	line-height: .7em;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

img.photo {
	border: 1px solid #fff;
	float: right;
}

p {
	margin: 0 0 .5em 0;
}

.clear {
	clear: both;
}

.cntr {
	text-align: center;
}
.front_h{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	position:relative;
	top: 4px;
	text-align:center;
	margin-bottom:6px;
}
}
#contact {
	margin: 10px auto 10px auto;
	width: 100%;
}

#container {
	background-color: transparent;
	border: 0;
	margin: 20px auto 10px auto;
	position: relative;
	text-align: left;
	width: 652px;
}

#content{
	background: #06c url(images/bodyBG.gif) repeat-y;
	border: 2px solid #fff;
	left: 0px;
	margin:  25px 0px 0px 0px;
	min-height: 100%; /* Sets height to 100% for compliant browsers */
	padding: 0px 15px 0px 15px;
	position: absolute;
	text-align: left;
	width: 622px;
}

* html #content {
	height: 100%; /* Sets height: 100%; for IE */
	padding: 12px 15px 0 15px;
}

#content #roundCornerTopLeft {
	background: url(images/roundCornerTopLeft.gif) no-repeat;
	height: 22px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 22px;
}

#content #roundCornerTopRight {
	background: url(images/roundCornerTopRight.gif) no-repeat;
	height: 22px;
	right: -2px;
	position: absolute;
	top: -2px;
	width: 22px;
}

#content #roundCornerBottomLeft {
	background: url(images/roundCornerBottomLeft.gif) no-repeat;
	height: 22px;
	left: -2px;
	position: absolute;
	bottom: -2px;
	width: 22px;
}

#content #roundCornerBottomRight {
	background: url(images/roundCornerBottomRight.gif) no-repeat;
	height: 22px;
	right: -2px;
	position: absolute;
	bottom: -2px;
	width: 22px;
}

* html #content #roundCornerBottomLeft, * html #content #roundCornerBottomRight {
	bottom: -3px;
}

#header {
	background: #06c url(images/header.gif) no-repeat;
	height: 162px;
	width: 652px;
}

#header p {
	display: none;
}

#nav {
	background-color: transparent;
	color: #fff;
	float: left;
    font: bold 14px "Arial Narrow", Arial, sans-serif;
	height: 25px;
	margin: -2px 0px 0px 32px;
	text-transform: uppercase;
	width: 800px;
}

#nav ul {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0;
}

#nav a {
	background-color: transparent;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #fff;
	display: block;
	height: 21px;
	margin: 0;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	white-space: nowrap;
}

* html #nav a, * html #nav a:hover, * html #nav strong {
  width: 1%; /* Fixes Nav display for IE6.  See explanation here: 
                http://www.positioniseverything.net/explorer/escape-floats.html */
  padding: 2px 15px 1px 15px;
}

#nav a:hover {
	background: #000080;
	border-bottom: 2px solid #06c;
	border-top: 2px solid #06c;
	color: #fff;
	height: 21px;
	margin: 0;
}

#nav strong {
	background: #000080;
	border-bottom: 2px solid #06c;
	border-top: 2px solid #06c;
	color: #fff;
	display: block;
	height: 21px;
	margin: 0;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
}