@charset "utf-8";
body  	
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #FFFFFF;
	background-color: #7A8696;
	background-image: url(images/bg1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat-x;
}
a:link, a:visited {
	color: #E2C593;
}

.twoColFixRtHdr #container {
	width: 890px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #334255;
	background-image: url(images/emtiBg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 8px;
	border-right-width: 0px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #060D15;
	border-bottom-color: #060D15;
}
/*left box*/
.twoColFixRtHdr #container #mainContent #left {
}
.twoColFixRtHdr #container #mainContent #left .padding {
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #container #mainContent #left .padding p {
	padding-top: 5px;
	letter-spacing: .07em;
	line-height: 14px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 8px;
	color: #E2DCC7;
}

.twoColFixRtHdr #container #mainContent #left .padding h1 {
	font-size: 14px;
}
.twoColFixRtHdr #container #mainContent #left .padding img {
	padding-right: 12px;
	padding-bottom: 8px;
}
/*right box*/

.twoColFixRtHdr #container #sidebar1 #right {
}
.twoColFixRtHdr #container #sidebar1 #right .padding {
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #container #sidebar1 #right .padding p {
	padding-top: 5px;
}
.twoColFixRtHdr #container #sidebar1 #right .padding h1 {
	font-size: 14px;
}
.twoColFixRtHdr #container #sidebar1 #right .padding img {
	padding-right: 12px;
	padding-bottom: 8px;
}

.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/emtiHeader.png);
	text-indent: -9999px;
	height: 155px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 315px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.twoColFixRtHdr #container #footer a {
	color: #BEAA71;
}

.twoColFixRtHdr #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: 11px;
}
.twoColFixRtHdr #address {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixRtHdr #address a {
	color: #CCCCCC;
}

.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;
}
li {
	list-style-image: url(images/button.png);
	margin-right: 3px;
	padding-right: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	color: #E2DCC7;
}
