/*
      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;
	background-color: #0019C0;
	background-image: url(../images/body_bkgrd.jpg);
	background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
	color: #333;
	width: 902px;
	float: left;
	padding: 10px;
	border: 1px none #ccc;
	height: 182px;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/USA%20title%20header%20w_logo.jpg);
}
#leftcolumn {
	color: #333;
	border: 1px none #ccc;
	margin: 0px;
	padding: 10px;
	height: 350px;
	width: 202px;
	float: left;
	background-color: #B80F1A;
	background-repeat: no-repeat;
}
#leftcolumn {
	padding: 10px;
	height: 350px;
	width: 202px;
}
#rightcolumn {
	float: right;
	color: #333;
	border: 1px none #ccc;
	margin: 0px;
	padding: 10px;
	width: 680px;
	display: inline;
	background-color: 0033cc;
}
#footer {
	width: 902px;
	clear: both;
	color: #333;
	border: 1px none #ccc;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.float_right {
	float: right;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.whiteEmailLink {
	color: #FFFFFF;
	text-decoration: none;
}
.red_underline {
	color: #990000;
	text-decoration: underline;
}
