/* CSS Document */

body {
	background-color: #9AB6C8;
	padding: 10px 0 10px 0; }
	
td {
	color: #0C2646; }
	
a {
	color: #003817; 
	font-weight: bold; 
	text-decoration: none; }
a:hover {
	color: #0C2646;
	text-decoration: underline; }
	
#mainTable {
	position: relative;
	left: 50%;
	width: 751px;
	margin-left: -375px;
	background-color: #0C2646; }
	
#header {
	background-color: #356e92; }
	
#sidebarLeft {
	background-color: #356e92;
	background-image: url(images/cowoutline.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	width: 157px;
	padding: 20px 0 20px 0; }
	
#login {
	 background-color: #ffffff;
	 width: 585px;
	 padding: 20px; }
	 
#sidebarRight {
	width: 126px;
	background-color: #356e92;
	padding: 20px 10px 20px 10px }
	
#crate {
	width: 456px;
	background-color: #356e92;
	padding: 2px; }
	
#crateContents {
	background-color: #ffffff;
	background-image: url(images/crateBG.gif);
	background-repeat: repeat-y;
	padding: 0 30px 0 30px; }
	
#step1 {
	background-image: url(images/1.gif);
	background-repeat: no-repeat;
	}
	
#step2 {
	background-image: url(images/2.gif);
	background-repeat: no-repeat;
	}
	
#step3 {
	background-image: url(images/3.gif);
	background-repeat: no-repeat;
	}
	
.headline {
	font-size: 20px; }
	
#column1 {
	padding: 0 15px 0 0; }
	
#column3 {
	padding: 0 0 0 15px; }