/* CSS Document */
/***********************************************/
/* bathroom.css                           */
/*          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;


}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	font-size: .8em;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px 0px 0px 4px;
	padding: 4px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
.padding10px {
	padding: 10px 0px 0px;
	margin: 10px;	
}
/***********************************************/
/* style Divs                                 */
/***********************************************/


/************** masthead styles *****************/
#masthead br {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#masthead h1 {
	border: 0px;
	margin: 0px;
	padding: 1px 5px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #CCCCCC;
}

#top_nav{
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

#title_box2_one a:link, #title_box2_one a:visited {
	color: #000000;
	font-size: .8em;
	text-align: center;
	padding: 21px 2px 2px 1px;

}


/*** navBar styles ****/
#navBar a:link, #navBar a:visited {
	display: block;
	border-top: none;
	border-bottom: none;
	padding: 2px 0px 2px 5px;
	color: #FFFFFF;
	font-size: 1em;
}

#navBar a:hover  {
	display: block;
	border-top: none;
	border-bottom: none;
	padding: 2px 0px 2px 5px;
	color: #222222;
	font-size: 1em;
}


/*** contentText styles ****/
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	margin-left: 3px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 2.5em;
	
}
img {
	margin: 0px;
	padding: 0px;	
	
}

.float_right {
	float: right;

	
}

.float_left{
	float: left;

	
}
