/* CSS Document */

/* body */

body {
  width: 760px;
  margin: 0 auto;
  padding: 0;
}

body {
  background-color: #172769;
  background-image: url(../images/bg.gif);
  background-position: top;
  background-repeat: repeat-x;
}

body {
  color: #2a46bd;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

#content {
  background-color: #ffffff;
}

/* /body */

/* header */

#intro-bg {
  background-image: url(../images/header_03.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 200px;
  height: 150px;
}

#intro-title {
  color: #92a6f9;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
  margin: 0;
}

#intro-txt {
  color: #ffffff;
  font-size: 10px;
  text-align: justify;
  padding: 0 10px 0 0;
  margin: 0;
}

/* header */

/* top nav */

#topnav-bg {
  background-image: url(../images/navigation.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 760px;
  height: 50px;
}

#topnav {
  margin: 0;
  padding: 0;
}

#topnav ul {
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
}

#topnav li {
  margin: 0;
  padding: 15px;
  float: left;
  font-size: 16px;
}

#topnav li a {
  color:  #d20000;
  text-decoration: underline;
}

#topnav li a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* /top nav */

/* title bar */

#titlebar-bg {
  background-image: url(../images/title-bar.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 760px;
  height: 37px;
}

#titlebar-title {
  margin: 0;
  padding: 3px 0 0 210px;
  font-size: 24px;
  color: #ffffff;
}

.light-blue {
  color: #c3d0e6;
}

/* /title bar */

/* content */

#left {
  width: 210px;
}

#right {
  width: 550px;
}

.left-title {
  font-size: 18px;
  text-align: left;
  color: #d20000;
  margin: 0;
  padding: 20px 5px 10px 10px;
}

.leftnav {
  margin: 0;
  padding: 0;
}

.leftnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftnav li {
  margin: 0;
  padding: 5px 5px 5px 20px;
  font-size: 12px;
}

.leftnav li a {
  color: #2a46bd;
  text-decoration: underline;
}


.leftnav li a:hover {
  color: #ff0000;
  text-decoration: none;
}



.right-title {
  font-size: 24px;
  text-align: left;
  margin: 0;
  padding: 20px 10px 5px 0px;
}

h2 {
	font-size: 24px;
	text-align: left;
	margin: 0;
	padding: 20px 10px 5px 0px;
	font-weight: normal;
}
.text {
  font-size: 12px;
  margin: 0;
  padding: 15px 10px 20px 0;
  text-align: justify;
}

/* /content */

/* footer */

#footer-bg {
  background-image: url(../images/footer_01.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 420px;
  height: 150px;
}

#copyright {
  font-size: 9px;
  color: #556cc0;
  margin: 0;
  padding: 95px 5px 0 20px;
}

/* /footer */

/* global links */

a {
	color: #d20000;
	text-decoration: underline;
}


a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* /global links */

/* /CSS Document */
h1 {
	font-weight: normal;
	text-transform: capitalize;
}
.cover {
	margin: 3px;
	border: 1px solid #000000;
}
.right-light-blue {
	background-color: #E1E5F4;
	font-size: 11px;
}
.style1 {color: #FFFFFF}.areas {
	font-size: 12px;
	border: 1px solid #D2E4FF;
	background-color: #F2F7FF;
}
.joinnow {
	font-size: 14px;
	border: 1px solid #D2E4FF;
	background-color: #F2F7FF;
	padding: 5px;
	font-weight: bold;
}.style2 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.style4 {color: #FF0000}
.style5 {font-weight: bold; color: #000000;}