/* layout for state list */
.state_list tr td{vertical-align:top; text-align:left; width:165px}
.state_list{width:660px}
.country_list{width:825px}
.country_list tr td{vertical-align:top; text-align:left; width:165px}
.state_list a:link{color:#333333}
.state_list a:visited{color:#333333}
.state_list a:hover{color:#FF3300}

#searchText{
font-size:10px;
color:#666666;
}

/* ###### 2 column layout for detail content page ########## */

.contentcolumn1{
margin-left: 150px; /*Set left margin to (leftColumnWidth + RightColumnWidth)*/
}

.leftcolumn1{
float: left;
width: 130px; /*Width of left column in pixels*/
background: #FFFFFF;
}

/* ### font size for detail description ##### */
.detailFont{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}

/* add this class to make it 3 columns */
.right{ position:absolute;left:460px; top:130px;
}

/* spacer for rntire web, equivalant to <br><br> tag */
.spacer{margin:15px;}

/* Google search form align center */
.google_search_form{margin-left:248px;}
.margin_left_20{margin-left:20px;}