@charset "utf-8";
/* CSS Document */

/* General HTML Body Styling */


/* Basic DIV Elements */

#bottomborder {
	text-align: left;
	margin: 0px auto;
	width: 756px;
	height: 8px;
	background: transparent url('/common_images/bottomborder_grayfix.gif') no-repeat center top;
}
	
#container {
	width: 756px;
	margin: 0 auto;
	 /* text-align: center; */ /* affects secondary toolbar positioning */
	background-color: #FFFFFF;
}

#pagetitleHome {
	/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 3.25em;
	font-size: 3em;
	font-weight: bold;
	padding-top: 20px;
	color: #003399;
	/*padding-bottom: .2em;*/
	top: 20px;
}	

#content {
	padding: 1em; 	
	margin-right: 175px; 
	margin-left: 175px; 
	background-color:#FFFFFF;
	min-height: 550px; 
}

#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Arial, Helvetica, sans-serif; 
	font-weight: bold; 	
} 

#rightColumn {
	float : right;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-left: 1px dotted #cccccc;
	background-color: #FFFFFF;		
}	

#leftColumn {
	float : left;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-right: 1px dotted #cccccc;	
	background-color:#F1F1F3;	
}	  

#leftColumn p, #rightColumn p { 
	margin: .5em 0 1em 0; 
}

#p {
padding-bottom: 1.5em;
}

#leftColumn h2, #rightColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}

#rightColumn a:hover {
  background:#DCF8F6;   
}

/*#shipBox { 
	vertical-align: top;
	position: relative; 
	*top: -45px; 
	width: 100%; 	
	background: #999999;
	color: #FFFFFF;
	position: relative; 
	text-transform : uppercase; 
	letter-spacing   : .15em;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0; 
	font-size: .9em; 
	height: 23px;	
	margin-bottom: 20px; 
	display:none;
}*/

/**
 * Class Definitions  
 * ----------------------------
 * 
 */

.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
/*	background-color: #CC7E55; */
}
