@charset "UTF-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #696662;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #A8A38D;
	background-image: url(../g/bg.gif);
}
p {
	font-size: 0.95em;
	line-height: 1.2em;
	letter-spacing: 10%;
	margin-bottom: 1.1em;
	margin-top: 0.75em;
}
h1 {
	font-size: 1.1em;
	color: #1A9A91;
	line-height: 2.6em;
	letter-spacing: .1em;
}
h2 {
	font-size: 0.81em;
	color: #534F26;
	line-height: .8em;
	letter-spacing: 10%;
}
h3 {
	font-size: 0.95em;
	color: #1A9A91;
	font-weight: normal;
	letter-spacing: 10%;
	margin-top: 13%;
	margin-bottom: -2%;
}
h4 {
	font-size: 0.75em;
	color: #625F26;
	font-weight: bold;
	line-height: 2.6em;
	letter-spacing: 10%;
	margin-bottom: -8.5%;
}
h5 {
	font-size: 0.81em;
	color: #534F26;
	font-weight: normal;
	line-height: 0em;
}
h6 {
	font-size: 0.81em;
	color: #696662;
	line-height: 1.4em;
	font-weight: normal;
	vertical-align: text-top;
	margin-bottom: .8em;
	margin-top: .8em;
}
headline {
	font-size: 1.1em;
	color: #1A9A91;
	line-height: .8em;
}
subhead {
	font-size: 0.80em;
	color: #534F26;
	font-weight: bold;
	line-height: 1.4px;
}
content {
	font-size: 0.95em;
	line-height: 1.45em;
}
content2 {
	font-size: 0.8em;
	line-height: 1.4em;
}
headerlink {
	font-size: 0.75em;
	font-weight: bold;
}
.space {
	margin-bottom: 1.2em;
}
.home #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #EEEFE5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.home #interview {
	width: 220px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #EEEFE5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 160px;
}
.home #header {
	background-color: #DDDAD0;
	height: 390px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #1A9A91;
}
.home #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	vertical-align: top;
}
.home #mainContent {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	width: 518px;
} 
.home #mainContenthead {
	font-size: 1.2em;
	color: #1A9A91;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.home #footercontainer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.home #footer {
	background-color: #A8A38D;
	width: 900px;
	padding-top: 16;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	height: auto;
} 
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .65em;
	color: #524F26;
	visibility: inherit;
}
