/**********************************/
/* Text Styles                    */
/**********************************/

body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	background-color: #ffffff}
	
.menuHead  {
	color: #19bbef;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;}
	
	
.menuOption {
	color: #19bbef;
	font-size: small;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	margin-left: 5px;
	text-decoration: none;}
	
	
#menu1 {
	display: none;}
#menu2 {
	display: none;}
#menu3 {
	display: none;}
	
.hr {
	border: 1px dashed #19bbef;
	height: 1px;
	color: #ffffff;
	shading: Yes
}

/**********************************/
/* Layout Divs                    */
/**********************************/

#iconBar{
	float: left;
	width: 75%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}