* {
	padding:0;
	margin:0;
}
   
   
a {
    color: #181818;
    }

a:visited {
            color: #181818;
            text-decoration: underline; /*underline*/
}

a:hover {
	color: #181818;
}

a:active{ 
	font-weight: bold;
	color: #FFEEA8;

}

.active-link { 
	font-weight: bold;
	color: #FFEEA8;

}

body {
       /*background: url("img/body-bg.jpg");*/
	   /*background: #909090 url("img/bg-wide.gif");*/
	   /*background-repeat:repeat-y;
	   background-position: top center;*/
	   /*background: url("img/overlay.png");*/
	   /*color: #282828;*/
       color: #FFFFFF;
       font-size: 60.5%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
       margin: 0px auto;
       padding: 0px;
       text-align: center;
       }

p {
	   color: #282828;
       font-size: 120%;
       font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	   text-align: left;
	   padding-top: 10px; 

}

h1 {
    font-size: 26px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
	color:#000;
	padding: 0px 0px 0px 0px; /*124*/
	text-align: right;
	}
	
h2 {
    font-size: 18px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
	color:#FFF;
	padding: 0px 0px 0px 0px; /*124*/
	text-align: center;
	}

/*PAGE CONTAINER*/
#wrapper {
width: 1000px;
background: #FFF; /*E5E5E5*/
height: auto;
margin: 0 auto;
}

/*#content img { 
      padding: 0px 15px 10px 0px; 
      border: #636363 0px solid;
      background: #fefefe;
      margin-right: 0px;
      margin-left: 0px;
      }

#content img.alignleft { 
                float: left;
                margin: 3px 0px 3px 0px;
				padding: 0px 0px 0px 0px; 
                }

#content img.alignright { 
                 float: right;
                 margin: 3px 0px 3px 0px;
                 }*/
				 

		
/*BACK BUTTON*/
.backbutton {
			text-align; right;
			font-size: 120%;
            padding: 6px 0px 18px 0px;
			}
				
				
/*MAIN BODY CONTAINER*/
#content {
           float: left;   
           width: 1000px;
           margin: 0px 0px 0px 0px;
           text-align: left;
		   background: #FFF;
           display: inline;
		   padding: 20px 0px 80px 0px;

           }
		   
#content a {
	color: #003399;
	text-decoration: none; 
	}

#content a:hover {
	color:#CC0000;
	text-decoration: underline; 
	}
	
#content p {
	color: #181818;
	font-family: 120% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#content p, #content ul, #content ol {
	margin: 0em 0em 0.7em 0em;
	}
	
#post {
           float: left;   
           width: 920px;
           margin: 0px 0px 0px 40px;
           text-align: left;
		   background: #FFF;
           display: inline;
		   padding: 0px 0px 0px 0px;

           }


.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            padding-top: 5px;
            }


/*FOOTER*/
#footerlogo {

          width: 1000px;
          height: 80px;
          background: #E5E5E5;
          color: #f2f2f2;
          text-align: center;
	  font-size: 11px;
          font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
          margin-left: auto;
          margin-right: auto;
          padding: 0;
          clear: both;
          }
#footer {

          width: 100%;
          height: 39px;
          background: #020202;
          color: #f2f2f2;
          text-align: center;
	      font-size: 11px;
          font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
          margin-left: 0px;
          margin-right: 0px;
          padding: 0;
          clear: both;
          }

#footer  a, #footer  a:visited {
                          color: #f2f2f2;
			  text-decoration: none;
                          font-weight: bold;
                          }
#footer  a:hover, #footer  a:visited:hover {
                          color: #ffc04e;
			  text-decoration: underline;
                          }

#footer p {
                       color: #f2f2f2;
                        text-align: center;
                       padding-top: 10px;
	               font-weight: normal;
                          }


.clear {
	clear: both;
	margin: 0;
	padding: 0;
}



table, td
{
    border-color: #600;
    border-style: solid;
}

table
{
    border-width: 0 0 0px 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 0px;
    border-width: 0px 0px 0 0;
}

