* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/bg-page.gif);
  background-repeat: repeat-x;
  background-color: #4C7BAA;
  font-size: 12px;
  color: #0B3236;
  text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}

li {
  margin: 10px 20px 10px 60px;
  line-height: 17px;
}

a {
  color: #001A56;
}
a:hover {
  color: #891D8A;
}

.clearfloat {
  clear: both;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  margin-bottom: 10px;
  width: 864px;
  text-align: left;
  background: transparent;
 }

#menu1 {
  width: 862px;
  background-color: #F6665E;
  border: 1px solid #FC99AC;
  text-align: right;
}
#menu1 p {
  margin: 9px 31px 10px 30px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#menu1 a {
  color: #fff;
  text-decoration: none;
}

#menu1 a:hover {
  color: #572156;
  text-decoration: underline;
}

#main {
  width: 864px;
  background: url(../images/bg-main.gif);
  background-repeat: repeat-y;
  background-color: #fff;
}

#columnA {
  float: left;
  width: 201px;
  background: url(../images/iconic.jpg);
  background-repeat: no-repeat;
}
#columnBC {
  float: left;
  margin-left: 1px;
  width: 662px;
}
#feature1 {
  width: 100%;
  background-color: #779EA2;
  height: 51px;
}

#columnB {
  float: left;
  margin-left: 1px;
  width: 541px;
}

#ColumnC {
  float: left;
  width: 76px;
  margin-left: 33px;
  text-align: right;
}


/* columnA menu2 */

#menu2 {
  width: 180px;
  margin-left: 1px;
	background-color: transparent;
  text-align: left;
  margin-top: 327px;
  margin-bottom: 30px;
}

#menu2 ul {
  list-style: none;
}

#menu2 li {
  width: 180px;
  margin: 0;
  line-height: 16px;
}
#menu2 li a {
  display: block;
  padding: 7px 0 6px 25px;
  background: transparent;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#menu2 li a:hover {
  color: #29292A;
}

#sidebar {
  margin-top: 40px;
}
#sidebar p {
  margin: 10px 35px 20px 28px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}


/* ColumnB */

#feature2 {
  width: 100%;
  background: transparent;
}
#feature2 img {
  margin-left: 51px;
}

#content {
  margin-left: 54px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 487px;
  background: transparent;
}


h1 {
  text-align: right;
  margin: 15px 0 15px 60px;
  font-weight: normal;
  font-size: 20px;
  color: #8D398C;
}

#content h2 {
	font-family: verdana, arial, helvetica, sans-serif;
  margin: 16px 0 16px 0;
  font-size: 14px;
  font-weight: bold;
  color: #FA5574;
}

#content h3 {
	font-family: verdana, arial, helvetica, sans-serif;
  margin: 16px 0 16px 0;
  font-size: 13px;
  font-weight: bold;
  color: #227278;
}

#content h4 {
  margin: 16px 31px 16px 0;
  font-size: 12px;
  font-weight: bold;
  color: #743F73;
}

#content p {
  margin: 16px 0 16px 0;
  line-height: 17px;
}

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


/* ColumnC */

#ColumnC p {
  margin: 10px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

/* footer */

#footer {
  clear: both;
  width: 864px;
  text-align: center;
  color: #fff;
  background-color: #F36468;
  border-top: 1px solid #FC92A6;
  border-bottom: 1px solid #FC92A6;
  height: 5em;
}

#fmenu {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 12px;
  color: #fff;
  line-height: 1.5em;
}

#fmenu a {
  font-weight: normal;
  color: #fff;
  /*text-decoration: none;*/
}
#fmenu a:hover {
  color: #572156;
  text-decoration: underline;
}

span.copyright {
  float: left;
  margin-left: 36px;
  font-size: 11px;
  color: #fff;
}

span.credit {
  float: right;
  margin-right: 36px;
  font-size: 11px;
}
span.credit a {
  text-decoration: none;
  color: #fff;
}
span.credit a:hover {
  color: #572156;
  text-decoration: underline;
}

/* Articles */

#breadcrumb {
  margin-top: 19px;
  font-size: 11px;
}

