/* A. P. Asay */
/* Please Do NOT edit */

* {
	margin: 0;
	padding: 0;
          font-family: arial, helvetica, sans-serif;
	}
	
html {
	background: #dcf799;
	}
	
body {
	background: #dcf799 url("body-background2.jpg") repeat-x top left;
	text-align: center;
	}
	
body a:link    {
          color: #000;
          }

body a:visited    {
          color: #000;
          }

body a:hover   {
          color: #fff;
          }

body a:active  {
          color: #000;
          }

div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	
div#container div#slim-banner {
	clear: right;
	background: #000;
	height: 30px;
	line-height: 30px;
          border-style: solid;
          border-width: thin;
          border-color: #000;
	color: #fff;
	float: left;
	width: 798px;
	}
	
div#container div#slim-banner h3 {
	color: #FFF;
	text-transform:uppercase;
          border-style: solid;
          border-width: thin;
          border-color: #000;
	padding: 0 5px;
	float: left;
	width: 780px;
	}
	
div#container div#slim-banner2 {
	clear: both;
	background: #cc0000;
	height: 30px;
          border-style: solid;
          border-width: thin;
          border-color: #000;
	line-height: 30px;
	text-align: center;
	color: #fff;
	float: left;
	width: 798px;
	}

div#container div#content {
	float: left;
	clear: both;
          border-style: solid;
          border-width: thin;
          border-color: #000;
	background: #F9B106;
	width: 780px;
	padding: 10px 13px 0px 5px;
	}
	
div#container div#content p 
          {
          padding: 0px 0px 0px 5px;
          }

div#container div#content ul 
          {
          list-style-type: none;
          padding: 5px;
          }

div#container div#content li 
          {
          color: #000;
          padding: 9px 9px 9px 0px;
          border-bottom: thin #dcf799 solid;
          }

div#container div#contentform {
          clear: both;
	float: left;
          border-style: solid;
          border-width: thin;
          border-color: #000; 
	background: #fff url("background-mixed.jpg") repeat-y top left;
	width: 780px;
	padding: 0px 0px 0px 18px;
	}

div#container div#contentform p 
          {
          padding: 0px 0px 0px 5px;
          }

div#container div#contentform ul 
          {
          list-style-type: none;
          padding: 5px;
          }

div#container div#contentform li 
          {
          color: #000;
          padding: 9px 9px 9px 0px;
          border-bottom: thin #dcf799 solid;
          }

div#container div#contentdetail {
	float: left;
	clear: both;
          border-style: solid;
          border-width: thin;
          border-color: #000;
	background: #F9B106;
	width: 780px;
	padding: 10px 13px 0px 5px;
	}
	
div#container div#contentdetail p 
          {
          padding: 0px 0px 0px 5px;
          }

div#container div#contentdetail ul 
          {
          list-style-type: none;
          padding: 5px;
          }

div#container div#contentdetail li 
          {
          color: #000;
          padding: 9px 9px 9px 0px;
          border-bottom: thin #dcf799 solid;
          }

div#container div#TwoColumns
        {
     	clear: both;
	background: #F9B106;
	width: 800px;
        }

div#container div#Column1
	{
	float: left;
          width: 399px;
          height: 1100px;
          text-align: center;
	background: #F9B106;
          border-left-style: solid;
          border-left-width: thin;
          border-left-color: #000;
          }

div#container div#Column2
	{
	float: left;
          width: 397px;
          height: 1100px;
          text-align: center;
          border-right-style: solid;
          border-right-width: thin;
          border-right-color: #000;
	background: #F9B106;
          }

div#container div#sponsor {
	clear: both;
          border-style: solid;
          border-width: thin;
          border-color: #000;
	background: #F9B106;
	color: #fff;
	float: left;
	text-align: center;
	height: 90px;
	width: 795px;
	padding: 4px 4px 2px 0px;
	}
	
div#container div#sponsor p {
	float: left;
	color: #fff;
	width: 450px;
	}
	
div#container div#sponser a:link {
	color: #999;
	}

div#container div#footer {
	clear: both;
	background: #000;
          border-style: solid;
          border-width: thin;
          border-color: #000;
	color: #fff;
	float: left;
	text-align: center;
	height: 15px;
	width: 798px;
	padding: 10px 0 10px 0;
	}
	
div#container div#footer p {
	float: left;
	color: #fff;
	width: 450px;
	}
	
div#container div#footer a:link {
	color: #999;
	}

div#container div#footer a:visited {
	color: #999;
	}

div#container div#humanchk {  
          visibility:hidden;  
          display:none;  
          }  
