body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #222;
}
body {
	background-color: #FFF;
	margin: 10px 0px;
}
a {
   outline: none;
}

a:link {
	text-decoration: none;
	color: #153F70;
}
a:visited {
	color: #1793C9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	outline: none;
}

:-moz-any-link:focus {
  outline: none;
}

#wrapper {
	width: 970px;
	padding: 0;
	margin: 0 auto;
	height: 650px;
	overflow: visible;
}
#header {
	width: 100%;
	height: 110px;
	padding: 0;
	margin: 0 auto;
	/*background: url(../images/arctrieval_logo.jpg) no-repeat;*/
}
#header .tagline {
	padding: 0 0 0 24px; /* Top should be 75px with image background */
	margin: 0;
	font-size: .875em;
}

#content {
	width: 930px;
	padding: 20px;
	margin: 0;
	overflow: visible;	
	height: 450px;
	background: url(../images/background.jpg) top left no-repeat;
}

.clear {
	clear: both;
}

.module_maincontent {
	background: url(../images/module_top_maincontent.png) top left no-repeat;
	width: 680px;
	padding: 0;
	float: left;
	zoom: 1;
	margin: 0;
	font-size: .875em;
	line-height: 1.375em;
}
.module_bottom_maincontent {
	background:url(../images/module_bottom_maincontent.png) no-repeat left bottom;
	padding: 0 50px 30px 30px;
	margin: 35px 0 0 0;
	overflow: visible;
}
h1 {
	color: #153F70;
	font-size: 1.625em;
	line-height: 1.125em;
}
h2 {
	color: #F58831;
	font-size: 1.125em;
}
h3 {
	color: #F58831;
	border-top: dotted 1px #F58831;
	padding: 10px 0 5px 0;
	margin: 0;
}
h3 .link {
	color: #F58831;
	text-decoration: underline;
}
hr {
	border-top:1px solid #F58831;
	border-right: none;
	border-left: none;
	border-bottom: none;
}
.disclaimer {
	font-style: italic;
	font-size: 0.875em;
}
.image_right {
	float: right;
	padding: 10px 0 10px 20px;
	margin: 0;
}
.iconimg {
	float: left;
	margin: 0;
	padding: 0 15px 50px 0;
	clear: none;
}
.module_sidebar {
	float: right;
	width: 240px;
	padding: 0;
	margin: 0;
	font-size: .500em;
	text-align: center;
}

a.module_button {
	background: url(../images/sidebar_up.png) no-repeat left top;
	padding: 24px 0 0 40px;
	margin: 0;
	width: 206px;
	height: 52px;
	display: block;
	text-align: left;
	font-size: 20px;
	color: #F58831;
}
.module_button:hover{
	background: url(../images/sidebar_over.png) no-repeat left top;
	text-decoration: none;
}
a.module_button_2line {
	background: url(../images/sidebar2line_up.png) no-repeat left top;
	padding: 12px 0 0 40px;
	margin: 0;
	width: 206px;
	height: 64px;
	display: block;
	text-align: left;
	font-size: 20px;
	color: #F58831;
}
.module_button_2line:hover{
	background: url(../images/sidebar2line_over.png) no-repeat left top;
	text-decoration: none;
}

.form_item {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.00em;
}
.form_item label {
	display: block;
	font-weight: bold;
}
.form_required {
	color: #cc0000;
	font=weight: bold;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#footer {
	padding: 5px 30px 20px;
	margin: 0;
	color: #999;
	font-size: .857em;
}
#footer a {
	padding: 0;
	color: #153F70;
	font-size: .857em;
}
#footer a:hover{
	color: #153F70;
	text-decoration: underline;
}
#footer div {
	float: right;
	font-size: .857em;
}


.home_smallmodule {
	background-image: url(../images/home_smallmodule.png);
	background-repeat: no-repeat;
	margin: 10px 10px 0 0;
	padding: 20px;
	float: left;
	height: 128px;
	width: 178px;
	font-size: 0.875em;
}
.home_smallmodule:hover {
	background-image: url(../images/home_smallmodule_hover.png);
}
.home_smallmodule h1 {
	font-weight: normal;
	color: #153F70;
	font-size: 1.25em;
	padding: 0;
	margin: 0;
}
.home_smallmodule a {
	font-weight: bold;
	display: block;
	color: #F58831;
	font-size: 0.8750em;
	padding: 4px 0 0 0;
	margin: 0;
}