/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 80%;
	text-align: center;
	color: black;
	background-color: #DCE1FE;
	background-image: url(site_back.gif);
	background-position: center;
	background-repeat: repeat-y;
}

/* basic divs */

#wrapper {
	width: 1022px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #ffffff;
}

#header {
	border-bottom: 1px solid #3C69AD;
	margin: 10px 20px 0px 20px;
	height: 100px;
}

#leftheader {
	float: left;
	width: 374px;
}

#rightheader {
	background-image: url(banner.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 100px;
}

#topnavtable {
	margin-top: 70px;
}

#topnavtable a:link, #topnavtable a:visited {
   display: block;
	height: 22px;
	padding-top: 8px;
	width: 138px;
	background-image: url(topbut_off.png);
	text-decoration: none;
	text-align: center;
	color: #082B60;
	font-size: 110%;
}

#topnavtable a:hover {
	background-image: url(topbut_on.png);
}

#mainpage {

}

#leftcolumn {
	float: left;
	width: 220px;
}

#rightcolumn {
	float: right;
	width: 790px;
}

#navigation {
	padding-bottom: 10px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 158px;
	height: 18px;
	background-image: url(leftnav_off.gif);
	margin-left: 20px;
	text-align: right;
	margin-bottom: 3px;
	color: #082B60;
	text-decoration: none;
	padding: 2px 10px 0px 0px;
}

#navigation a:hover {
	background-image: url(leftnav_on.gif);
}

#maincontent {
	padding: 0px 20px 0px 140px;
}

#theiframe {
	margin-top: 20px;
	border: 0px;
}

#info {
	text-align: right;
	clear: both;
	border-top: 1px solid #3C69AD;
	margin: 10px 20px 0px 20px;
	padding-top: 4px;
	font-size: 80%;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	
}

a:hover {
	
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

#lefthome {
	float: left;
	width: 480px;
}

#righthome {
	float: right;
	width: 260px;
	margin-right: 20px;
}

.floater {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#testiments {
  margin-right: 40px;
}