/*
      CSS layout 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
	  
*/



body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #595858;
}
#wrapper { 
/* was margin: 0 auto; */
 width: 918px;
}
#header {
 color: #333;
 width: 930px;
 float: left;
 padding: 0px;
 height: 168px;
 margin: 0px 0px 0px 0px;
 background: #595858;
}
#leftcolumn { 
 color: #333;
 border: 0 px solid #ccc;
 background-image:url('images/new_bg_nav.gif'); 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: px;
 width: 295px;
 float: left;
}
#middlecolumn { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding-left: 30px;
 height: px;
 width: 533px;
 display: inline;
}
#rightcolumn { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 background-image:url('images/Rbkgd.gif'); 
 margin: 0px 0px 0px 0px;
 padding-left: 10px;
 height:  px;
 width: 50px;
}
#footer { 
 width: 930px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: #595858;
 margin: 0px 0px 0px 0px;
 padding: 0px;

}

p {line-height: 1.2; font-size: small; color: #000000; font-weight: normal; text-decoration:none; text-align:left;}
li {line-height: 1.2;  font-size: small; color: #000000; font-weight: normal; text-decoration:none; text-align:left;}

h1 {color: #081e71; font-size: 150%; font-weight:bold; }
h2 {color: #081e71; font-size: 150%; font-weight:normal; }
h3 {color: #333333; font-size: 100%; font-weight:bold; }
h4 {color: #333333; font-size: 100%; font-weight:bold; }
.emphasis {color: #081e71; font-size: 90%; font-weight:bold; }
.footer {font-size: x-small;}

a img { border-width: 0; } 
a:link {color:#081e71;}      /* unvisited link */
a:visited {color:#081e71;}  /* visited link */
a:hover {color:#660099;}  /* mouse over link */ 

