body {
	width:720px;
	margin: 0 auto;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	padding: 25px 15px;
	width: 650px;
	float:left;
	background: #f1f3f4;
	position:relative;
}
.corner {position:absolute; width:17px; height:17px;}
	.topLeft {top:0; left:0; background-position:-1px -1px;}
    .topRight {top:0; right:0; background-position:-19px -1px;}
    .bottomLeft {bottom:0; left:0; background-position:-1px -19px;}
    .bottomRight {bottom:0; right:0; background-position:-19px -19px;}

#container .corner {
	background-image:url(images/sprite.gif);
}
#infoUsa {
	padding: 30px 0;
}
#rCol {
	float: right;
	width: 275px;
	text-align: center;
}
#rCol p {
	text-align: left;
	border:1px solid red;
}
#rCol .highlight {
	text-align: center
}
#rColContent {
	text-align: left;
	padding-bottom: 10px;
}
#lCol {
	float:left;
	width: 350px;
	padding: 0 15px 0 0;
	border-right: 2px dotted #999;
}
a img {
	border:none;
	padding: 10px 0;
}
a.index img {
	padding: 0;
}
h1 {
	color:#CDD52A;
	margin:0px;
	padding:0px;
}
h1.long {
	font-size: 18pt;
}
h2 {
	display:block;
	font-size:18px;
}
h3 {
	display: block;
}
ul {
	margin: 5px 0;
	padding: 0 auto;
}
li {
	list-style:none;
	background: url("images/arrowsq_sm.gif") no-repeat left 0px;
	padding: 0 0 10px 25px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
#note {
	float:left; 
	font-size: 9px;
	width: 660px;
	margin: 10px 0 40px 10px;
}
