
body {
	
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; 
	
	margin-top: 12px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 7pt;	
	color: #000000;
	font-style: normal;
	font-weight: normal;
	background: url("../images/page_bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-color:white;
	
}


a {
    font-style: normal; 
    color: #00839C; 
    font-weight: normal; 
    text-decoration: none
}

a:hover { 
    text-decoration: underline;
}


a.categoryNameLink {
	font-weight: bold;
}


.bold {
	font-weight: bold;
}

.white {
	color: white; 
}



.column_title {
	font-weight: bold;
	color: #00839C;
	position:relative;
	top:-15px;
}


.wide_column_title {
	font-weight: bold;
	color: #00839C;
	position:relative;
	margin-bottom: 25px;
	top:-1px;
	
}


.column_content {
	color: #00839C; 
	margin-top: 5px;	
}


.centered {
	text-align: center
}


   



#header {
	
	width:823px;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	text-align:left; /* Counteract to IE5/Win Hack */
	background: url("../images/header.jpg");
	background-repeat: no-repeat;
	
}

#content {
	padding:0px; 
	width:823px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left; /* Counteract to IE5/Win Hack */
	background: url("../images/content_bg.gif");
	background-repeat: repeat-y;
	
}

#footer {
	
	width:823px;
	height:27px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	text-align:left; /* Counteract to IE5/Win Hack */
	background: url("../images/footer.jpg");
	background-repeat: no-repeat;
	
}






/* four columns  */



#four_cols_wrapper {

	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 795px;
	background: url("../images/4_cols_bg.jpg") repeat;
}

#four_cols_header {
	height: 38px;
	margin: 0 0 15px 0;
	background: url("../images/4_cols_header.jpg")

}


#four_cols_1 {
	position:relative;
	left:15px;
	top:-21px;
	float: left;
	width: 220px;
	
}

#four_cols_2 { 
	position:relative;
	left:56px;
	top:-21px;
	width: 140px;	
	float: left;
}

#four_cols_3 {
	position:relative;
	left:98px;
	top:-21px;
	width: 140px;
	height: 1%;
	float: left;
}
#four_cols_4 {
	position:relative;
	left:140px;
	top:-21px;
	width: 140px;
	height: 1%;
	float: left;
}


#four_cols_footer {
	clear: both;
	height: 21px;
	background: url("../images/4_cols_footer.jpg")
}





/* wide column */



#wide_col_wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 795px;
	background: url("../images/wide_col_bg.gif") repeat;
}

#wide_col_header {
	height: 38px;
	margin: 0 0 0px 0;
	background: url("../images/wide_col_header.jpg")
}


#wide_col {
	position:relative;
	left:15px;
	top:-21px;
	float: left;
	width: 763px;
}


#wide_col_footer {
	clear: both;
	height: 26px;
	background: url("../images/wide_col_footer.jpg")
}






#header_menu {
	color: #00839C;
	position:relative;
	left:147px;
	top:91px;
}





#select_phone {
	text-align: right;
	position:absolute;
	left:570px;	
	top:-3px;

}
   
   
