* {
  font-family: helvetica, Verdana, Geneva, Arial,  sans-serif;
  margin: 0;
  padding: 0;
  color: white;
}

body{
	background-color: #113C5B;
	margin: 15px 15px;
    font-size: 76%;
}

#homePage{
	background-image: url(../images/home/background.gif);
	background-repeat: no-repeat;
}

div.content{
}

.content table{
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
}

ul.menu{
	padding-bottom: 20px;
	margin-left: 0px;
}

ul.menu li {
	text-align: left;
	list-style-type: none;
	text-transform: uppercase;
	margin-left: 0px;
	margin-bottom: 5px;
}

ul.menu a, p.phone a{
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	letter-spacing: 1.1px;
	font-size: 1.1em;
	white-space: nowrap;
}

#homePage #home{
	display: none; /*don't show "home" in menu on home page*/
}

#missionPage #mission a,
#programsPage #programs a,
#eventsPage #events a,
#directorPage #director a,
#contactPage #contact a,
#newsletterPage #newsletter a,
#mediaPage #media a,
#resourcesPage #resources a,
ul.menu a:hover {
	color: #DD399A;
}
 
h1{
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-size: 1.1em;
	margin-bottom: 10px; 
       margin-top: 25px;
	font-weight: bold;
	text-transform: capitalize;
	}

.title{
  font-size: 1.2em;
  line-height: 2;
  font-style: italic;
}

.divider{
  font-style: italic;
  font-weight: normal;
  font-size: 2em;
  line-height: 4;
  letter-spacing: 10px;
}

#rightColumn{
	margin-left: 10px;
	margin-right: 20px;
	}

#rightColumn p{
	letter-spacing: .1em;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
#rightColumn li{
	margin-bottom: 10px;
}

p.phone{
	margin-left: 0;
	margin-bottom: 20px;
}

@media print{
	*{
		background-color: white;
		color: blue;
		font-size: 12px;
		}
	h1, h2{ font-size: 14px; font-weight: bold;}
	h1{padding-top: 20px;}
	#homePage{ background-color: #113C5B;}
}

#homePage .content {
	font: 14px "Courier New", Courier, mono;
	letter-spacing: 0.09em;
	margin: 0px;
	padding: 40px 20px;
	width: 700px;
}
#newsletterPage .content #rightColumn #signup form *{
	font-size: 14px;
	color: #333333;
}
#newsletterPage #rightColumn #signup {
	font-size: 16px;
}
#newsletterPage #rightColumn * {
	font-size: 14px;
	margin-top: 15px;
	text-decoration: none;
}
#newsletterPage #rightColumn ul {
	margin-left: 100px;
}
#homePage .content ul {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#homePage .content li {
	padding-bottom: 15px;
}
#homePage .content p {
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
