/* CSS Document */
body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #141F38;
	background-image: url(page_bac.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
}

#header {
	height: 44px;
	text-align: right;
	position: relative;
	border-bottom: 1px solid #000080;
	font-size: 11px;
	line-height: 13px;
	padding-top: 6px;
}

#strap {
	position: absolute;
	left: 0px;
	top: 10px;
}

#mainpage {
	margin-left: 237px;
	margin-right: 10px;
	height: 400px;
	text-align: left;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 207px;
	padding: 0px 10px 230px 10px;
	background-image: url(nav_bac.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navigation2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 207px;
	padding: 0px 10px 230px 10px;
	background-image: url(side_two.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navigation3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 207px;
	padding: 0px 10px 230px 10px;
	background-image: url(side_three.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navigation img, #navigation2 img, #navigation3 img {
	margin-top: 8px;
	margin-bottom: 20px;
}

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

#navigation a:link, #navigation a:visited, #navigation2 a:link, #navigation2 a:visited, #navigation3 a:link, #navigation3 a:visited  {
	display: block;
	width: 197px;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	background-color: black;
	border: #67789C solid 1px;
	color: white;
	margin-bottom: 7px;
	text-decoration: none;
	font-size: 12px;
}

#navigation a:hover, #navigation2 a:hover, #navigation3 a:hover  {
	border: #67789C solid 1px;
	background-color: #67789C;
}

#maincontent {
	padding: 0px 0px 100px 0px;
}

#textblock {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 40px;
	position: relative;
}

#picture {
	position: absolute;
	left: 0px;
	top: 30px;
}

.picture {
	float: left;
	margin-right: 30px;
}

.ender {
	clear: both;
}

#thetext {
	margin-left: 150px;
}

#footer{
	border-bottom: 1px solid #000080;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	text-align: right;
}

/* 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 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

h2 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 1.1em;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #213152;
}

a:link, a:visited {
	
}

a:hover {
	
}

a:active {
	
}

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