﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #2a497d;
}
#container {
	width: 1330px;
	margin: 0 auto;
	background-color: #fff;
	border: 2px black solid;
}
#step1 {
	float:left;
	width:50%;
	margin-bottom:5px;
}

#step2 {
	float:right;
	text-align:right;
	width:40%;
	margin-bottom:5px;
}

h1 {
	
	text-align:Left;
	font-size:250%;
	margin-top:25px;
}

h2 {
	
	text-align:Left;
	font-size:160%;
	margin-top:18px;
}

h4  {
	clear:both
}

#content {
	float: left;
	width: 1300px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#contentsplit {
	float: left;
	width: 550px;
	overflow: hidden;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#masthead {
	text-align: Center;
	font-size: 100%;
	width: 1330px;
	overflow: auto;
	padding-top: 10px;
	border-bottom: 2px black solid;
}
#masthead img {
	padding-left: 10px;
	float: left;
}
#masthead h3 {

	text-align: right;
	padding: 10px;
}

#masthead a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#masthead a:hover {
	color: #2a497d;
	font-weight: bold;
	text-decoration: none;
}
#button {
	text-align: left;
	font-size: 100%;
	width: 1330px;
	overflow: auto;
	background-repeat: repeat;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px black solid;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 1330px;
	overflow: auto;
	border-top: 2px black solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	font-size: 1em;
	padding: 10px;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.list1 {
	float: left;
	width: 30%;
	list-style-type: square
}
#content ul {
	float: left;
	width: 30%;
	margin-left:5px;
	padding-left:5px;
}

#content li {
	padding-top:5px;
	list-style:none;
}
