/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }


table {
width: 922px;
table-layout: fixed;
} 


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-align: center;
 background-color: #009966;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-color: #FFFFFF;
}
#faux {
 background: url(faux-3-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 background-color: #FFFFFF;
 background-image:url(images/CandDLogo8.gif);
 background-repeat: no-repeat;
 color: #333;
 width: 902px;
 padding: 10px;
 height: 113px;
 margin: 10px 0px 0px 0px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
 font-size: 18px;
 font-weight: bold;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}

#maincontent {





}

#footer { 
 display: none;
 height: 22px;
 width: 100%;
 background-color: #009ace;
}

#layer1 {
padding: 10px;

}
.clear { clear: both; background: none; }

.menubar {
  height: 25px;
  width: 100%;
  background-color: #009ace;
 /*  background-color: #00ff00; */
 /* word-spacing: 125px; */
  font-size:18px;
  font-style: bold;
  font-family: 
  }

.mainpicture{
    position: relative
	left:5px;
	top:1px;
  }
  
.text1 {
 text-align: left;
 padding: 30px 0px 0px 440px;
}  

.text2 {
 text-align: center;
 padding: 100px 0px 0px 440px;
 font-size: 18px;
 font-style: bold;
} 
  
a{text-decoration:none;}

a:link{color:#FFFFFF;}
a:visited{color:#FFFFFF;}
a:hover{color:#FFFF00; }
a:hover{text-decoration:underline;}
  
a:link.navlink{color:#0000cc;}
a:visited.navlink{color:#0000cc;}
a:hover.navlink{text-decoration:underline;}
/* color:#990000; */

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 85px;
text-align: center;
}

.text3{
 background-color:#C0C0C0;
 text-align: center;
 font-size: 14px;
 line-height: 1.50;

}

.content{
  text-align: left;
  padding: 12px;
  background-color: #99ff99;
  line-height: 1.25;
}
