
/* color: #006699; */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #797979;

}

table {
	border: 0px blue solid;
}

p, h1, h2 {
	margin-left: 3%;
	margin-right: 6%;
	margin-top: 0px;
}

h1{
  color: #009544;
	font-size: large;
	margin-top: 10px;
}

h2{
	color: green;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
}

em {
	color: green;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

ul {
	margin-left: 6%;
	list-style-position: outside;
}

.bull li {
	list-style-image: url('./images/bullet.png');
}

input {
	border: 1px solid gray; 
	width: 100px;
	margin-top:3px;
	margin-bottom:3px;
}

.header {
	height: 100%;
	vertical-align: top;
	margin-left:2%;
	width: 95%;
}

.footer {
	height: 100%;
	vertical-align: top;
	margin-top: 40px;
	margin-left:2%;
	width: 95%;
}

.designed {
	vertical-align: top;
	margin-top: 10px;
	margin-left:2%;
	width: 95%;
	color:gray;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
}

.leftAlign {
	padding-right:10px;
}

.rightAlign {
	padding-left:10px;
}

.contact {
	margin-left:2%;
}

.icon {
	margin-right: 5px;
}

.menu {
	margin-left: 20px;
}

.menuItem {
	color: #606060;
	border-bottom: 1px #C0C0C0 solid;
	padding: 5px;
	padding-top: 20px;
	font-weight: bold;
}

.bar {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 10;
	margin: 0px;
	padding: 0px;
	border: none;

}

.barTop {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: right;
	height: 100px;
	font-size:18px;
}

a:link {
	color: #009544;
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #009544;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:hover {
	color: #606060;
	background-color: #E6FF9E;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:link {
	color: #606060;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:visited {
	color: #606060;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #009544;
	background-color: #E6FF9E;
	text-decoration: none;
	font-weight: bold;
} 

.bar a:link {
	color: white;
	text-decoration: none;
} 
.bar a:visited {
	color: white;
	text-decoration: none;
} 
.bar a:hover {
	color: white;
	background-color: #95C801;
	text-decoration: none;
} 

#bar1 {
	background-repeat:no-repeat;
	height: 44px;
	width: 13px;
	
}

#bar2 {

	

}

#bar3 {
	background-image:url("images/bar.middle.gif");
}

#bar4 {
	background-image:url("images/bar.middle.gif");
	text-align: right;
}

#bar5 {
	background-image:url("images/bar.right.gif");
	height: 44px;
	width: 13px;
}

