/* CSS Document */

* {margin: 0; padding: 0; border: 0;}

body {
	text-align: center;
	color: #000000;
	min-width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #996600;
}
.text1 {
	font-size: 14px;
	line-height: 18px;
	color: black;
}

a {
	text-decoration:underline;
	color: #fff;
}
a:hover {
	color: #99CC33;
}

h1 {
	margin: 10px;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
	text-align: left;
	padding: 2px;
}
h4 a:hover {
	color: #003366;
}
.bannerLine {
	margin: 10px;
	font-size: 24px;
	color: #FF00FF;
}

.question {
	FONT-SIZE: 16px;
	COLOR: #990000;
	text-align: justify;
	font-weight: bold;
}
.answer {


	FONT-SIZE: 12px;
	COLOR: #000099;
	FONT-FAMILY: Arial;
	text-align: justify;
	line-height: 16px;
}
.question2 {
	FONT-SIZE: 16px;
	COLOR: #FFFFFF;
	text-align: justify;
	font-weight: bold;
	background-color: #000099;
	padding: 5px;
}
.emphasistext {
	FONT-SIZE: 15px;
	COLOR: #990000;
	FONT-FAMILY: Arial;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.emphasistext a {
	FONT-SIZE: 15px;
	COLOR: #990000;
	FONT-FAMILY: Arial;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper {
	text-align: left;
	width: 90%;
	margin: -10px auto;
	background-color: #FFFFFF;
	border: solid #6b635b 2px;
}

#header, #subnav, #footer {
clear: both; 
width: 100%;
}
/* header */

#header {
	height: 170px;
	background-color: #003366;
	padding-top: 5px;
}
#header ul {
	float: right;
	margin-top: 20px;
}
#header li {
	display: inline;
}
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
}

#subnav {
}
/* footer */

#footer {
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #99CC00;
}
#footer ul {
	float: left;
}
#footer li {
	display: inline;
	font-size: 12px;
}
#footer li a {

	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 20px;
}
#contentfloatholder {/* right faux column tab */
	float: left;
	width: 100%;
	border-top: solid #99CC00 5px;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
	margin: 0 200px 0 200px;
	text-align: center;
	padding: 10px;
}

#centerwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

#left {
	float:left;
	width: 200px;
	margin: 0 0 0 -5%;
	background-color: #003366;
	color: #FFFFFF;
	padding-top: 2px;
}

#right {
	float:right;
	width: 200px;
	margin: 0;
	background-color: #003366;
	color: #FFFFFF;
	padding-top: 2px;
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

div h3, div p {
margin: 1em 0;
padding: 0 20px; 
}

/*- Menu Tabs 7--------------------------- */

    #tabs7 {
	float:left;
	width:100%;
	font-size:80%;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/menuback.gif);
      }
    #tabs7 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs7 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs7 a {
	float:left;
	background:url("menu/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabs7 a span {
      float:left;
      display:block;
      background:url("menu/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs7 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs7 a:hover span {
      color:#FFFF00;
      }
    #tabs7 a:hover {
      background-position:0% -42px;
      }
    #tabs7 a:hover span {
      background-position:100% -42px;
      }
.text2 {

	font-size: 10px;
	line-height: 14px;
}
.question a {
	COLOR: #990000;
}
#howto {
	color: #000099;
	font-size: 14px;
	width: 80%;
}
#howto ol {
	text-align: justify;
	list-style:inside;
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 2;
}
#news {
	text-align: left;
	color: #000099;
	font-size: 12px;
	line-height: 2;
	margin: 2px 10px 0 10px;
	width: 75%;
}
#news a {
	color: #990000;
}
.tablebanner {

	FONT-SIZE: 14px;
	COLOR: #990000;
	text-align: left;
	font-weight: bold;
}
h5 {

	font-size: 12px;
	text-align: left;
	padding: 2px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #99CC00;
	background-color: #CCCCCC;
	height: 100%;
	padding: 8px;
}
.linkdesc {
	text-align: justify;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.headline {
	margin: -125px 50px 10px 5px;
	font-size: 22px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
}
h6 a {
	color: #99CC00;
}
#reciplinks {

	text-align: left;
	font-size: 12px;
}
#reciplinks a {
	font-size: 14px;
	color: #99CC00;
}
.affiliate {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #99CC00;
	margin-bottom: -10px;
}
.aboutAffliate {


	font-size: 12px;
	text-align: left;
}
#affiliates {
	width: 80%;
}
#affiliates a {
	width: 100%;
	color: #99CC00;
	text-decoration: underline;
}
.headline a {
	color: #99CC00;
	text-decoration: underline;
}

.costumelinks {
font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size:14px; color:#000000;
}
.costumelinks a:hover {

	color: #FFFFFF;
}
