*{
	font-size:13px;
	font-family:Arial, sans-serif;
	margin:0;
	padding:0;
	/* list-style:none; */
}

body{
	background:url(/assets/images/bgBody.gif);
	color:#000;
}

p{
	margin:0 0 16px 0;
}
accronym {
font-weight:bold;
}
dt {
font-size:14px;
font-weight:bold;
margin:0px 0px 5px 25px;
}
dd {
font-size:12px;
margin:0px 0px 15px 25px;
}
div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0;
}

a{
	color:#1e598e;
	text-decoration:none;
}

a:hover{
	color:#1e598e;
	text-decoration:underline;	
}

.clear{
	clear:both;
}

/* BEGIN: Headings ================== */
h1, h2, h3, h4, h5, h6{
	margin-bottom:10px;
}
h1{
	font-size:18px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px
}

h4{
	font-size:12px
}

h5{
	font-size:11px
}

h6{
	font-size:11px
}
/* END: Headings ================== */

#main{
	margin:0 auto;
	width:834px;
}

#header{
	width:797px;
	height:287px;
	padding:14px 0 0 37px;	
	background:url(/assets/images/bgHeader2.jpg) no-repeat;
}
#header p{
	text-indent:-9999px;
	margin:0;
}

#logo{
	display:block;
	text-indent:-9999px;
	width:160px;
	height:56px;
	background:url(/assets/images/imgLogo.gif) no-repeat;
}

#content{
	clear:both;
	width:834px;
	background:url(/assets/images/bgMain.gif) repeat-y;
}
#content img {
padding:10px;
}
#content ul{
margin-bottom:12px;
}
#content ul.directions h2 {
margin-top:10px;
}
#content ul.directions li p {
margin:2px; padding:0px;
}
#innerContent{
	clear:both;
	padding:10px 52px;
}
#innerContent ul {
padding-left:25px;
}

#btmContent{
	clear:both;
	width:834px;
	height:326px;
	background:url(/assets/images/btmContent.png) no-repeat;


}
/* #btmContent p {
font-size:9px;
} */
#leftNav{
	float:left;
	width:190px;
	margin:0 0 0 22px;
       list-style:none; 
}
#leftNav ul {
list-style:none; 
}
#leftNav li{
	text-align:right;
	width:171px;	
	border-bottom:solid 1px #2977b3;
}
#leftNav li.last{
	border-bottom:none;
}
#leftNav li a{
	display:block;
	color:#FFF;
	font-size:13px;
	padding:8px 5px 8px 0;	
}
#leftNav li a:hover{
	background:#2977b3;
	text-decoration:none;
}

#btmContent img{
	float:left;
	width:170px;
}

#btmContentText{
	float:left;
	width:370px;
	height:229px;
	padding:10px 30px 0 30px;
	background:url(/assets/images/btmContentText.gif) no-repeat;
}

#content .footnotes{
font-size:10px;
margin:20px 25px 20px 25px;

}
#content ol.footnotes li {
list-style:decimal;
}

#footer{
	clear:both;
	width:834px;
	padding:20px 0;
	margin:-1px auto 0 auto;
	background:#FFF;
	text-align:center;
}
#footer p{
	margin:0;
	font-size:11px;
}
#footer p a{
	font-size:11px;
}

