body {
  font: 62.5%/1.6 "Arial", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#fff;
  text-align: center;
  min-width: 760px;
}
p {
  font-size:1.1em;
  color: #414141;
}

#content ul li, #content ul ul {
  font-size:1.1em;
  color: #414141;
}

#content .indent {
  font-size:11px;
  color: #414141;
}

#wrapper {
  background-color: #fff;
}
#header {
  margin: 0;
  padding: 0;
  height: 168px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
  position:relative;
}
#footer {
  padding: 40px 20px 20px 20px;
  clear: both;
  background: url(Images/footer_bg.png) no-repeat;
  height: 75px;
  border-bottom: 1px solid #a0a0a0;
}
#wrapper {
  width: 930px;
  margin: 0 auto;
  text-align: left;
}
img {
  border: 0;
}
#content {
  width: 765px;
  float: right;
}
/*#content img {margin-bottom:-5px;padding:0;}*/

img {
	vertical-align: bottom;
}
#mainContent {
  width: 285px;
  margin: 0;
  float: left;
}
#secondaryContent {
  width: 465px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
}
.clear{
   clear:both;
}
.left {
  float: left;
}
.right {
  float: right;
}
#header .inf_box {
  float: left;
  margin: 0;
  padding: 0;
}
#header .inf_box p {
  padding-left: 20px;
  font-size:1.1em;
  line-height: 15px;
  margin-top: 0;
  font-weight: bold;
}
#header .inf_box h3 {
  color: #ed1848;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 17px;
}
.red_para {
  color: #ed1848;
  font-size: 1.6em;
  font-weight: bold;
}
h1.int_head {
  font-size: 38px;
  margin: 0;
  line-height: 30px;
  font-weight: normal;
  color: #414141;
}
h3.red {
  font-size: 1.6em;
  color: #ed1848;
}
span.int_small {
  font-size: 24px;
}
#footer_base {
  text-align: center;
  padding-top: 3px;
}
#footer_base a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 1.1em;
}
#footer_base a:hover {
  color: #6e6e6e;
}
#footer_base span {
  color: #a0a0a0;
}

a:link, 
a:visited {
	color: #000;
	text-decoration:none;
}

a:hover {

	color: #ed1848;
	text-decoration:underline;
}