* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background: #E6E6E6 url(images/body-bkg.gif) repeat-x;
	text-align: center;
	font-size: 84%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
}

body.front {
	background: #E6E6E6 url(images/f-body-bkg.jpg) repeat-x;
}

a:link, a:visited {
   color: Blue;
   text-decoration: none;
}

a:hover, a:active {  
  color: #006699;
  text-decoration: underline;
}

#container {
	background: #fff;
	border: none;
	width: 740px;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#header {
	height: 176px;
	background: url(images/masthead.jpg) no-repeat ;
}

#header .logo {
	float: left;
	margin-left: 2em;
	margin-top: 0.5em;
	border: none;
	margin-left: 10px; 
	margin-top: 20px;
}

#header .tagline {
	float: right;
	margin-right: 1em;
	margin-top: 60px;
}

body.front #header  {
	height: 106px;
	background: url(images/f-masthead.jpg); 
	border: none;
}

#header h1 {
	display: none;
}

#frontnav {
	background: url(images/front-nav-bkg.jpg);
	height: 160px;
}

#sidenav {
	margin-top: 10px;
	margin-left: 2em;
}

#content {
	text-align: left;
	line-height: 1.3em; 
	margin-left: 230px;
	width: 475px;
	padding: 20px 10px 40px 0px;
}

#content h1, h2 {
	color: #017C39;
	margin-bottom: 4px;
	font-weight: bold;
}

#content h1 {
	font-size: 1.2em;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 1em;
	margin-top: 10px;
}

#content p {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	font-size: .8em;
	background: #fff;
	text-align: right;
	padding: 10px 10px 8px 10px;
	position: absolute;
	bottom: 0;
	right: 0; 
}

#footer p {
	line-height: 1.3em;
}

hr {
	color: #3399CC;
	height: 1px;
	width: 80%;
	text-align: center;
}

#frontnav #nav {
	float: left;
	width: 170px;
	margin-top: 0px;
	padding-left: 22px;
}

#frontnav #nav ul {
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

#frontnav #nav li {
	margin-top: 20px;
	margin-bottom: 10px;
}

#frontnav #nav li a {
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

/* inside pages - navigation */
#nav {
	float: left;
	width: 160px;
	text-align: left;
	margin-top: 0px;
}

#nav p.contact {
   margin-top: 50px;
	padding-top: 18px;
	border-top: 1px solid #065798;
}

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

#nav li {
	margin-top: 16px;
	margin-bottom: 10px;
}

#nav li a {
	padding: 0;
	color: #065798;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

table.products {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding-bottom: 20px;
}

table.products td {
	border: 1px solid #999;
	padding: 4px;
	vertical-align: top;
	font-size: .9em;
}

table.products tr.heading, table.products td.heading {
	font-weight: bold;
	color: #04024E;
}

/* forms */
td.formlabel {
	font-weight: bold;
	font-size: .8em;
	padding-right: 10px;
	vertical-align: top;
}

table.form td {
	padding: 4px 4px 4px 0; 
}

td.formsection {
	font-weight: bold;
	padding-left: 10px;
}

input.submit {
    background-color: #E6E6E6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	padding: 2px;
}

.textbox {
	font-size : 12px;
	font-family: arial, sans-serif;
}

p.announce {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #D15600;
	font-size: 1.2em;
}

p.notice {
	background-color: #E2F1FE;
	color: #04024E;
	font-weight: bold;
	padding: 10px;
}