body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(pics/graphic_background.jpg) center top no-repeat;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
.experience-bg {
	background-image: url(pics/graphic_experience.gif);
	background-repeat: no-repeat;
	background-position: 65px 0px;
}

#wrapper {
	width: 800px;
	margin: auto;
	position: relative;
}
#nav {
	position: relative;
	width: 600px;
	padding: 190px 0 55px 20px;
}
#nav p {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
}
#nav a {
	color: #FFFFFF;
}
#nav a:hover {
	color: #FF9900;
	text-decoration: none;
	border-top: #FF9900 2px dotted;
	padding-top: 3px;
}
#nav a:active {
	color: #FF9900;
}


#page {
	width: 800px;
	position: relative;
	overflow: ;
}
#left-column {
	position: relative;
	float: left;
	left: 20px;
	width: 560px;
}

#left-column a:hover {
	color: #FF9900;
	text-decoration: none;
	border-top: #FF9900 2px dotted;
	padding-top: 3px;
}
#left-column a:active {
	color: #FF9900;
}

#team-left-column {
	position: relative;
	float: left;
	left: 0px;
	width: 250px;
}
#team-right-column {
	position: relative;
	float: left;
	left: 0px;
	top: 50px;
	width: 250px;
}

h1 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight:100;
	letter-spacing: 2px;
	line-height: 18px;
	color: #990000;
}
h1:first-letter {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight:100;
	letter-spacing: 2px;
	line-height: 18px;
	color: #990000;
}
h2 {
	margin: 0 0 2px 0;
	font-size: 14px;
	color: #666666;
}
h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:100;
	letter-spacing: 2px;
	line-height: 18px;
	color: #990000;
}
h4 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:100;
	letter-spacing: 2px;
	line-height: 24px;
	color: #996600;
}
p {
	margin: 0 0 4px 0;
	font-size: 14px;
	line-height: 24px;
}
#right-column {
	position: relative;
	float: right;
	right: 20px;
	width: 180px;
}
#right-column p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color:#666666;
	} 
.orange {
	color: #FF6600;
}
.program_links  {
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
}


/*PAGES*/

#home {
	padding-top: 180px;
	width: 480px;
}
#agency {
	padding-top: 30px;
	width: 500px;
}

/*END PAGES*/



#footer {
	position:relative;
	height: 120px;
	width: 800px;
	background: url(pics/graphic_footer.jpg) center top no-repeat;
	clear: left;
	margin-top: 30px;
}
#nav-footer {
	position: relative;
	overflow: hidden;
	top: 40px;
	left: 20px;
	width: 770px;
}
#nav-footer p {
	color: #FFFFFF;
	font-size: 10px;
}
