/*** General ***/
* {
  margin: 0;
  padding: 0;
}

html,body {
  height: 100%;
  font-family: Tahoma, Geneva, sans-serif;
  color: #eeeeee;
  text-align: center;
}

body {
  font-size: 100%;
  /*line-height: .875em;*/
  background: url(images/bg.gif);
  background-color: #24292a;
}

#main {
  margin: 0 auto;
  text-align: left;
  width: 950px;
}

div.container {
  overflow: hidden;
  width: 100%;
}


/*** Header ***/
#header {
  height: 140px;
  background: url(images/bg-header.jpg) no-repeat bottom left;
  font-size: 0.625em;
  color: #FFFFFF;
}

#header .logo {
  margin: 0 0 0 12px;
}

#header #top-text {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.12em;
  margin-top: 10px;
  white-space: nowrap;
  text-align: center;
}

#header #top-text p.color {
  color: #cdf000;
  font-weight: bold;
}

#header #top-text p.white {
  color: #ffffff;
  padding-bottom: 7px;
}

#header #top-menu {
  color: #ffffff;
  text-decoration: none;
  margin: 54px 0 0 760px;
  position: absolute;
}

#header #top-menu a {
  color: #ffffff;
  padding: 7px 10px 5px 29px;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

.link-home {
  background: url(images/home.gif) top left no-repeat;
}

.link-newsletter {
  background: url(images/newsletter.gif) top left no-repeat;
}

/*** Footer ***/
#footer {
  height: 50px;
  color: #9d9e9f;
  font-size: 0.725em;
  text-align: right;
  background: url(images/bg-footer.gif) no-repeat top left;
  padding: 0 35px 0 10px;
}

#footer .wrapper {
  padding: 10px 0 0 10px;
}

#footer a {
  color: #9d9e9f;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer small {
  font-size: 0.85em;
  color: #7d7e7f;
}

#footer small a {
  color: #7d7e7f;
}


/*** Counter ***/
#counter {
  height: 1.2em;
  color: #7d7e7f;
  font-size: 0.725em;
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
  padding: 10px 0 5px 0;
}


/*** Alignment ***/
.middle {
  vertical-align: middle;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}


/*** Menu ***/
.menu {
  min-height: 400px;
  height: auto;
  width: 197px;
  float: left;
  font-size: 0.825em;
  background: transparent url(images/bg-menu.jpg) no-repeat scroll 0 0;
}
/* for Internet Explorer */
/*\*/
* html .menu {
height: 400px;
}
/**/

.menu ul {
  margin: 0;
  padding: 0 0 5px 5px;
  list-style: none;
}

.menu li {
  width: 164px;
  height: 20px;
  background: none;
  padding-left: 0px;
  font-style: italic;
  font-size: 1.6em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.menu li span, .menu li a {
  display: block;
  height: 27px;
}

.menu a {
  color: #797e7e;
  text-decoration: none;
  padding: 5px 0 0 25px;
  line-height: 1em;
}

.menu a:hover {
  color: #FFFFFF;
  background: url(images/menu-on.gif) no-repeat top;
  text-decoration: none;
  padding: 5px 0 0 35px;
}

.menu .current a {
  color: #cdf000;
}

.menu .current a:hover {
  color: #FFFFFF;
}

.menu li.first {
  padding-top: 0;
}

.menu .group {
  margin: 0;
  padding-top: 30px;
}

.menu li.group * {
  background: url(images/menu-top.gif) no-repeat top;
  color: #FFFFFF;
  padding: 2px 0 0 35px;
}


/*** Content ***/
.content {
  width: 726px;
  float: left;
}

#content {
  font-size: 0.825em;
  width: 100%;
  text-align: justify;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content p {
  margin: 0 0 13px 0;
  text-align: justify;
}

#content b {
  font-weight: bold;
}

#content em {
  color: #cdf000;
  font-weight: bold;
}

#content em.white {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: #cdf000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1em;
}

#content .myHeading
{
font-family:	Arial,Helvetica,sans-serif;
font-size:	23.1px;
font-weight: 700;
font-style: italic;
color: #CDF000;
}

#content h1, #content h2 {
  font-style: italic;
}

#content h1 {
  font-size: 2em;
}

#content h2 {
  font-size: 1.75em;
}

#content h3 {
  font-size: 1.3em;
  padding-bottom: 5px;
}

#content h4 {
  font-size: 1.15em;
  padding-bottom: 3px;
}

#content h5 {
  font-size: 1em;
  padding-bottom: 1px;
}

#content h6 {
  font-size: .85em;
}

#content img.left {
  float: left;
  margin: 0 10px 10px 0;
}

#content img.right {
  float: right;
  margin: 0 0 10px 10px;
}

#content .indent {
  padding: 13px 0 0 0;
}

#content hr {
  padding: 0;
  margin: 15px 0;
  border: none 0;
  border-top: 1px solid #343b3b;
  height: 1px;
}

#content blockquote {
  background: url(images/bg-quote.gif) no-repeat top left;
  padding-left: 60px;
  padding-right: 20px;
  margin-bottom: 10px;
  font-size: 0.875em;
}

#content .author {
  text-align: right;
  padding-right: 20px;
  font-style: italic;
  color: #cccccc;
}


/*** Box ***/
.box {
  width: 100%;
  padding: 0;
  margin: 0;
}

.box tr.header td {
  padding: 0;
  margin: 0;
  height: 52px;
}

.box tr.header td.left {
  width: 31px;
  background: url(images/corner_top_left.gif) no-repeat left top;
}

.box tr.header td.right {
  width: 26px;
  background: url(images/corner_top_right.gif) no-repeat right top;
}

.box tr.header td.mid {
  background: url(images/border_top.gif) repeat-x top;
  vertical-align: middle;
}

.box tr.footer td {
  padding: 0;
  margin: 0;
  height: 27px;
}

.box tr.footer td.left {
  width: 31px;
  background: url(images/corner_bottom_left.gif) no-repeat left bottom;
}

.box tr.footer td.right {
  width: 26px;
  background: url(images/corner_bottom_right.gif) no-repeat right bottom;
}

.box tr.footer td.mid {
  background: url(images/border_bottom.gif) repeat-x bottom;
  vertical-align: middle;
}

.box tr.body td {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.box tr.body td.left {
  width: 31px;
  background: url(images/border_left.gif) repeat-y right;
}

.box tr.body td.right {
  width: 26px;
  background: url(images/border_right.gif) repeat-y left;
}

.box tr.body td.mid {
  background: #4a5455;
  padding: 20px 0;
}


/*** Links ***/
a {
  color: #bfe700;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

a[href$="pdf"] {
  background: url(/images/mime/pdf2.gif) top right no-repeat;
  padding-right: 18px;
}

a[href$="pdf"]:hover {
  background: url(/images/mime/pdf1.gif) top right no-repeat;
}

a[href$="jpg"] {
  background: url(/images/mime/image.png) top right no-repeat;
  padding-right: 18px;
}

a.print {
  background: url(/images/print.gif) top left no-repeat;
  padding-left: 18px;
}

.link {
  color: #bfe700;
  background: url(images/marker.gif) top left no-repeat;
  padding-left: 10px;
  background-position: 0 5px;
  text-decoration: underline;
  font-weight: bold;
}

.link:hover {
  text-decoration: none;
}

a img {
  border: 0px
}


/*** Lists ***/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  margin: 0;
  padding-left: 16px;
  padding-bottom: 10px;
  background: url(images/marker.gif) top left no-repeat;
  background-position: 0 5px;
}

li._1, li._2, li._3, li._4, li._5, li._6, li._7, li._8, li._9 {
  padding-left: 20px;
  padding-bottom: 15px;
}
ul li._1 { background: url(images/1.gif) top left no-repeat; }
ul li._2 { background: url(images/2.gif) top left no-repeat; }
ul li._3 { background: url(images/3.gif) top left no-repeat; }
ul li._4 { background: url(images/4.gif) top left no-repeat; }
ul li._5 { background: url(images/5.gif) top left no-repeat; }
ul li._6 { background: url(images/6.gif) top left no-repeat; }
ul li._7 { background: url(images/7.gif) top left no-repeat; }
ul li._8 { background: url(images/8.gif) top left no-repeat; }
ul li._9 { background: url(images/9.gif) top left no-repeat; }

#content li blockquote {
  background: url(images/bg-quote.gif) no-repeat top left;
  color: #cccccc;
  margin: 5px 10px 0px 0px;
  padding: 0 15px 0 45px;
  font-size: 0.875em;
  font-style: italic;
}

blockquote a {
  text-decoration: none;
  color: #cccccc;
  font-weight: normal;
}

blockquote a:hover {
  color: #ffffff;
}

/*** Form elements ***/
form p {
  margin-bottom: 5px;
  width: 350px;
  font-size: 1em;
  font-weight: bold;
}

input,textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.875em;
  color: #b0b0b0;
  border: 1px solid #343b3b;
  background: #545f60;
  width: 345px;
  padding-left: 5px;
  padding-top: 0px;
  margin-top: 3px;
}

input.small {
  width: 185px;
}

input {
  height: 18px;
}

textarea {
  height: 125px;
  margin-bottom: 10px;
  overflow: auto
}

form #buttons {
  text-align: right;
}

#edges img {
  width: 200px;
}

#edges td {
  padding-bottom: 20px;
}

.error {
  border: 1px solid #343b3b;
  background: url(images/one23/x.gif) #545f60 no-repeat top right;
  color: #bfbfbf;
  font-size: 0.825em;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 96%;
  padding: 5px 10px;
}

.faqh1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 3px;
	font-weight: bold;
	font-style: italic;
	color: #CDF000;
    text-align: justify;
	}
	
