body {
  margin: 0;
  padding: 0;
  background: #000 url(images/bg-overall.jpg);

	font-size: 10pt;
  font-family: Verdana, Arial, Sans-serif;
  text-align: center;
  line-height: 145%;
}

ul {
	margin: 5px 0;
}

li {
	list-style-type: none;
	background: url(images/bullet.gif) 0 7px no-repeat;
	margin: 0 0 .4em 5px;
	padding: 0 0 0 14px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}


#frame-wrapper {
  margin: 20px auto;
  width: 762px;
  background-color: #000;
  border-bottom: 1px #000 solid;
  border-top: 1px #000 solid;
}



#frame {
  margin: 0 auto;
  width: 760px;
  background-color: #fff;

  text-align: left;
}



#nav-primary {
  background: #141B49 url(images/bg-top-nav.jpg) top left repeat-x;
  border-top: 1px #000 solid;
  border-bottom: 1px #225 solid;

  font-family: Arial;

  line-height: 27px;
}

#nav-primary a, #nav-primary a:visited, #nav-primary a:active {
  display: block;
  float: left;
  padding: 0 12px;
  background: transparent url(images/bg-nav-anchor.gif) bottom right repeat-y;

  font-size: 10pt;
  text-align: center;
  color: #fff;
  text-decoration:none;
  line-height: 27px;
}

#nav-primary a:hover {
  color: #250;
  background-color: #fa4;
}

#content-main {
  padding: 10px 50px;
}

h1.page-title {
  background: #000 url(images/bg-title.jpg) top left repeat-x;
  margin: 0;
  padding: 12px 50px;


  font-size: 28px;
  font-variant: small-caps;
	font-weight: normal;
  line-height: 34px;
  letter-spacing: 1px;
  color: #ff0;
}

.col-1 {
	float:left;
	margin-right: 60px;
}

fieldset.quote {
	width: 500px;
	border: 2px #ddd solid;
	margin-bottom: 10px;
}

fieldset.quote legend {
	font-size: 12pt;
	color: #448;
}

table.quote {
	margin: 5px;
}

table.quote th {
	text-align: right;
	width: 170px;
	font-weight: normal;
	vertical-align: top;
}

table.quote th, table.quote td {
	padding-bottom: 6px;
}

#footer {
  padding: 15px 50px;
  clear: both;
  border-top: 1px #aaa solid;

  color: #555;
  font-size: 85%;
	text-align: center;
}

ul.col-list {
	float: left;
	margin-top: 0;
	margin-right: 50px;
}

.img-right {
  float: right;
  margin: 0 0 15px 15px;
}

.img-left {
  float: left;
  margin: 0 15px 15px 0;
}

.clear-empty {
	clear:both; 
	line-height: 1px
}
