/* CSS Document */

/* generic */

body,td,th {font-family: Helvetica Neue, Helvetica, sans-serif; font-size: 14px; width: 760px; margin-top: 20px; line-height: 1.5em;  }

a {text-decoration: none; color: #688FC5;}
a:hover {text-decoration: underline; color: #AEB774;}

#wrapper {width: 750px; margin-left: 100px; }

/* masthead */

#masthead h1 {font-family: "Times New Roman", Times, serif; font-size: 40px; color: #999; padding-bottom: 10px;}
	
/* home */

#home {font-family: Helvetica Neue, Helvetica, sans-serif; font-size: 12px; float: right; width: 360px; color: #999999;}

/* content */

#content {float: left; padding: 0 20px; color:#7D7B77; width: 600px;}
#content h1 {font-size: 20px; border-bottom: 1px solid white; padding-bottom: 0; padding-top: 0; line-height: 1.1em; color: #EF9429;}
#content h2 {font-size: 14px; font-weight:100; color: #7D7B77;}
#content h3 {
	color: #7D7B77;
	font-size: 14px;
	font-weight: bold;
}
#content p {font-size: 14px; padding-bottom: 0; }

