/*
      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; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 15px auto;
 width: 922px;
 border: 2px solid #005266;
}
#faux {
 background: url(../column5.jpg);
height: 100%;
/* margin-bottom: 5px; */
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #005266;
 width: 902px;
 padding: 10px;
 height: 120px;
 margin: 0px 0px 0px 0px;
 background: #D1DBDB;
}
#navigation {
 color: #ffffff;
 font-weight: bold;
 padding: 5px;
 margin: 0px 0px 0px 0px;
 background: #005266;
}
#navigation a:link {
	color: #fff;
text-decoration: none;	
		
}
#navigation a:visited {
	color: #fff;
	text-decoration: none;	
}
#navigation a:active {
	color: #fff;
	text-decoration: none;	
}
#navigation a:hover {
		color:  #d1dbdb; 
		text-decoration: none;
}
#leftcolumn { 
 display: inline;
 color: #660011;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
 line-height: 25px;
 font-size: 13px;
 font-family: serif;
 font-weight: bold;
}
#leftcolumn a:link {
	color: #660011;
text-decoration: none;	
		
}
#leftcolumn a:visited {
	color: #005266;
	text-decoration: none;	
}
#leftcolumn a:active {
	color: #fff;
	text-decoration: none;	
}
#leftcolumn a:hover {
		color:  #005266; 
		text-decoration: none;
}
#rightcolumn { 
 float: right;
 color: #000;
  padding: 0px;
 
 width: 693px;
 display: inline;
 position: relative;
}
#rightcolumn a:link {
	color: #660011;
	font-weight: bold;
	
		
}
#rightcolumn a:visited {
	color: #005266;
	font-weight: bold;
}
#rightcolumn a:active {
	color: #fff;
	font-weight: bold;	
}
#rightcolumn a:hover {
		color:  #005266; 
	font-weight: bold;	
		}
#rightcolumn dd  {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 7px;	
}	
#rightcolumn dt  {
color: #005266;
font-family: serif;
font-size: 20px;
font-weight: bold;
		padding-bottom: 7px;
}	
#rightcolumn p {
	padding-right: 35px;
	padding-bottom: 10px;	
}

#footer { 
 width: 902px;
 clear: both;
 color: #fff;
 background: #005266;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 font-size: 10px;
}
#footer a:link {
	color: #d1dbdb;
		
}
#footer a:visited {
	color: #fff;	
}
#footer a:active {
	color: #fff;	
}
#footer a:hover {
		color: #660011;
}
.clear { clear: both; background: none; }
h2, h3 {color: #005266;
font-family: serif;
}