/* CSS Document */
body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.8em;
	color: #585858;
	margin: 0px;
	background-image: url(body_bac.gif);
	background-repeat: repeat-x;
}

/* basic divs */

#wrapper {
	margin-right: 30px;
	position: relative;
	background-image: url(wrapper_bac.gif);
	background-repeat: no-repeat;
}

#right_hand_end {
	position: absolute;
	top: 0px;
	right: 0px;
}

#seo {
	text-align: right;
	padding-right: 20px;
	font-size: 8px;
	height: 10px;
}

#navigation {
	position: absolute;
	left: 19px;
	top: 15px;
	background-image: url(navigation_bac.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 579px;
	padding-top: 50px;
	padding-left:44px;
}

#navigation p, #navigation ul, #navigation ol {
margin:0;
padding:0 0 0px 0;
}

#navigation li {
	list-style: none;
}

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

#navigation a:link, #navigation a:visited {
	display: block;
	background-image: url(main_but_off.gif);
	width: 139px;
	height: 23px;
	padding: 4px 6px 2px 0px;
	text-align: right;
	margin-bottom: 6px;
	color:#00078C;
	text-decoration: none;
	font-size: 13px;
}

#navigation a:hover {
	background-image: url(main_but_on.gif);
	color: #82007F;
	width: 141px;
	height: 21px;
	padding: 6px 4px 2px 0px;
}

#navigation li li a:link, #navigation li li a:visited {
	display: block;
	background-image: url(sub_but_off.gif);
	width: 137px;
	height: 20px;
	padding: 7px 8px 2px 0px;
	text-align: right;
	margin-bottom: 6px;
	color:#00078C;
	text-decoration: none;
	font-size: 12px;
}

#navigation li li a:hover {
	background-image: url(sub_but_on.gif);
	color: #82007F;
	width: 139px;
	height: 18px;
	padding: 9px 6px 2px 0px;
}

#address_block {
	font-size: 13px;
	line-height: 1.8em;
	margin-top: 25px;
}

#main {
   margin: 4px 0px 10px 210px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	background-image: url(main_bac.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#main_header {
	background-image: url(header_bac.gif);
	height: 15px;
	margin-right: 8px;
	text-align: left;
}

.right_title_end {
	float: right;
}

.logo {
	margin: 25px 20px 0px 0px;
}

#main_content {
	padding: 25px;
	text-align: left;
	line-height: 1.5em;
	position: relative;
}

#main_picture {
	position: absolute;
	top: 46px;
	left: 30px;
}

#text_block {
	margin: 0px 0px 0px 322px;
	padding: 0px 30px 0px 30px;
	background-image: url(text_side.gif);
	background-repeat: no-repeat;
}


#footer{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 20px;
	background-color: gray;
}

#info {
	text-align: right;
	padding-right: 20px;
	font-size: 8px;
	padding-top: 40px;
}

/* 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 {
	font-size: 1.4em;
	margin-bottom: 2px;
	color: #01088C;
	text-align: right;
}

h2 {
	font-size: 1.2em;
	color: #01088C;
}

h3 {
	color: #01088C;
	font-size: 1.1em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.6em;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	color: #585858;
	margin-top: 9px;
	text-align: justify;
}

a:link, a:visited {
	color: #A500A5;
}

a:hover {
	color: #00078C;
}

a:active {
	
}

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

li {
	
}
