@import url(http://fonts.googleapis.com/css?family=Raleway);
* {
 -webkit-text-size-adjust:none;
}
body {
	background-color:#fff;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 160%;
	color: #979797;
	margin: 0px;
	padding: 20px;
}
/* ---Generalize--- */

h1 {
    color: #2DB2EA;
    font-size: 16px;
    font-weight: bold;
	font-family: Helvetica;
}
h3 {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: normal;
	font-family: Helvetica;
}


/* ---End of Generalize--- */

ul#menu {
	list-style: none;
	margin: -20px -20px 0px -20px;
	padding: 7px 0;
	/* the following line is the border below the top nav */
  border-bottom: 2px solid #353535;
	font-weight: normal;
  text-align: center;
	white-space: nowrap;
	background-color: #2DB2EA;

}
ul#menu li {
	display: inline;
	margin: 0 0px;
}
ul#menu a {
	text-decoration: none;
	padding: 5px 6px 10px 6px;
	border-radius:6px 6px 0 0 ;
     font-family: Raleway, sans-serif;

	color: #353535;
}
ul#menu a#active {

	background-color: #353535;
	color: #2DB2EA;
}

#menu ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #2DB2EA;
	background-color: #353535;
	  font-family: Raleway, sans-serif;
}

a {
	text-decoration: none;
		color: #2DB2EA;
}


.pageHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #00;
	text-indent: -10px;
}
.pageSubhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-indent: -10px;
}
.caption {
	font-weight: bold;
}
.footer {
	border-top-style: solid;
	border-width: 1px;
	border-color: #ccc;
	font-size: 10px;
	line-height: 120%;
	text-align: center;
	margin: 25px 20px 0 20px;
}
.imgRight {
	float: right;
	margin: 15px;
	clear: both;
}
.imgLeft {
	float: left;
	margin:15px;
	clear: both;
}
.centered {
 text-align: center;
}
