/***********************************************/
/* stylePrint.css                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: arial;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12pt;
	line-height: 1.3;	
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
.skipLinks {display: none;}
/************** header tag styles **************/

h1{
   font: bold 16pt Arial,sans-serif;
   color: #000;
}

h2{
    font: bold 14pt Arial,sans-serif;
    color: #000;

}

h3{
    font: bold 12pt Arial,sans-serif;
    color: #000;
}

h4{
	font: 12pt Arial,sans-serif;
	font-weight: bold;
	color: #000;
}

h5{
    font: 12pt Arial,sans-serif;
	font-weight:bold;
    color: #000;
}


/*************** list tag styles ***************/

ul{
	list-style-type: circle;
}

ul ul{
	list-style-type: lower-alpha;
}

ul ul ul{
    list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
   font: bold 14pt Arial,sans-serif;
   color: #000;
}
				
input{
  font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead {
    display: none;
}
#masthead .content {

}

#outer_wrapper {
	background-color: #fff;		
}
#wrapper {
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	
}
#left_wrapper {
	line-height: 1.35em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
#left {
	visibility:hidden;
}
#center {
	line-height: 1.35em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
#right {
    display: none;
}

#left .content {

}

.flashnav{display:none;}
#center .content {
	font-size: 12pt;
}
#right .content {
    display: none;
}
h1, h2, h3 {margin-top: 0;}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#center a:link {
	color: #000;
	text-decoration: none;	
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
#wrapper .menulist a:hover {
	border-color: #000;
}

#ftr {
    text-align: center;
 }

 /************** banner styles *****************/ 
 #banner{
    display: none;
 
 }
/********************************************/
/****************** MAP STYLES **************************/
.map{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-color: #ffffff;
	vertical-align : text-bottom;	
	text-align: left;
}
.mapRows{
    clear: both;
	margin-top : 10px;
}
.map img{
	clear : left;
	float: left;
	vertical-align : top;
	padding-right: 8px;
	padding-top: 8px;	
}

.map td{
	padding-left : 0px;
	text-justify : inter-word;
}
.map h4{
	font-size : 100%;
}
.wrap{display: block;}