	/* FundWell.com Site Redesign
	January 2008*/
	
	/*Colors
	teal : #339999
	yellow : #ffcc00
	pink : #cc3333
	navy : #000033
	*/
	
	body {
		margin:0;
		padding:0;
		background-color:#ffffff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		width: 1000px;
		color: #000033;
	}
	
	img {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	
	ul {
		font-size: 1em;
	}

	.list ul {
		list-style-type: disc;
		margin-left: 15px;
	}
	
	
	a{
		color: #339999;
		text-decoration: none;
	}
	
	a:hover{
		color: #FFCC33;
		text-decoration: underline;
	}
	.list p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: .9em;
		color: #000066;
		text-align: justify;
	}
	
	
	blockquote {
	padding-left: 0px;
	height: 70px;
	font-size: small;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc3333;
	margin: 0px;
	}
	
	blockquote img {
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	.clearboth {
		clear: both;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	#main-content{
		margin-left: 20px;
	}
	
	#main-content2{
		margin-left: 100px;
		margin-right: 100px
	}
	#main-content2 a{
		color: #339999;
		text-decoration: none;
	}
	
	#main-content2 a:hover{
		color: #FFCC33;
		text-decoration: underline;
	}
	
	#header {
		height: 148px;
		width: 1000px;
	}
	
	#top-paragraph {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		color: #000033;
		margin-right: 0px;
		margin-left: 0px;
		width: 950px;
		text-align: justify;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	#top-paragraph blockquote {
		width: 550px;
	}
	
	#top-paragraph img {
		margin-right: 15px;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	
	.border {
		border-bottom-width: 3px;
		border-bottom-style: double;
		border-bottom-color: #FFCC33;
		margin-bottom: 15px;
	}
	
	#logo-column {
		float: left;
		width: 600px;
	}
	
	#vert-menu {
		float: left;
		width: 380px;
		background-color: #e12349;
		margin: 0px;
		padding-top: 60px;
		padding-left: 20px;
	}
	
	#home-nav {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#home-nav a {
		text-decoration: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		display: block;
		list-style-type: none;
	}
	#home-container {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	}
	#text {
	padding-right: 165px;
	padding-left: 165px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
	text-align: justify;
	}
	#right-bottom {
		float: right;
		width: 380px;
		padding-top: 50px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	#designer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #000033;
		padding: 25px;
		text-align: center;
		clear: both;
	}
	
	#right-bottom img{
		float: right;
	}
	
	/*--------Main Navbar-------*/
	#navbar {
		height: 30px;
		border: none;
		background-color: #ffffff;
		float: right;
		padding-right: 20px;
		padding-top: 85px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2em;
	}
	#navbar ul {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.5em;
		color: #000033;
		line-height: 30px;
		white-space: nowrap;
		font-weight: bold;
	}
	#navbar li {
		list-style-type: none;
		display: inline;
		padding-left: 10px;
	}
	#navbar li a {
		text-decoration: none;
		color: #000033;
		font-weight: bold;
	}
	#navbar li a:link {
		color: #000033:
	}
	
	#navbar li a:hover {
		font-weight: bold;
		color: #ffcc00;
		text-decoration: none;
	}
	
	/*--------Faculty Page Only-------*/
	.faculty {
		background-image: url(images/faculty-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	.faculty-listing{
		font-family: Georgia, "Times New Roman", Times, serif;
		border-top-width: 1px;
		border-right-width: 3px;
		border-bottom-width: 3px;
		border-left-width: 3px;
		border-top-style: dotted;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: #ffcc00;
		width: 600px;
		margin-left: 200px;
		margin-top: 20px;
		padding-top: 10px;
	}
	
	.photo {
		float: left;
		height: 100px;
		width: 100px;
	}
	
	.photo img {
		height: 100px;
		width: 100px;
	}
	
	.snippet {
		padding-left: 20px;
		float: left;
	}
	
	.snippet a {
		color: #339999;
		text-decoration: none;
	}
	
	.snippet a:hover {
		color: #FFCC33;
		text-decoration: underline;
	}
	
	/*------Faculty Profile Pages------*/
	#profile {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#profile img {
		margin-right: 25px;
		margin-left: 25px;
	}
	
	#profile h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.75em;
		font-weight: bold;
		font-variant: small-caps;
		letter-spacing: 1.5em;
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #ffcc00;
		padding-left: 25px;
	}
	#profile  h3 {
		color: #319B9B;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
	}
	
	#education {
		margin-left: 20px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #cc3333;
		font-size: .75em;
	}
	#education li {
		margin-left: 15px;
	}
	
	#background {
		font-size: .75em;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #cc3333;
	}
	#background li {
		font-size: 1.25em;
		padding: 0px;
		margin-left: 15px;
	}
	#background ul {
		font-size: 1em;
	}
	
	
	
	#current {
		font-size: .75em;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #cc3333;
	}
	
	#awards {
		font-size: .75em;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #cc3333;
	}
	
	#fundwell {
		font-size: .75em;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #cc3333;
	}
	/*----------FAQs----------*/
	.faq {
		background-image: url(images/faq-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	.faq-grouped {
		width: 750px;
	}
	
	.question {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #cc3333;
		text-decoration: none;
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #319B9B;
		padding-bottom: 5px;
	}
	.answer {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: .75em;
		color: #000033;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #FFCC33;
		border-right-color: #FFCC33;
		border-bottom-color: #FFCC33;
		border-left-color: #FFCC33;
		padding-top: 5px;
	}
	/*------------------Contact Page--------------*/
	.contact {
		background-image: url(images/contact-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	/*------------------Program Page--------------*/
	.program {
		background-image: url(images/program-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#left-column {
		float: left;
		width: 650px;
		margin-left: 10px;
	}
	
	#right-column {
		float: left;
		width: 260px;
		margin-left: 20px;
		padding: 0px;
		margin-top: 0px;
	}
	.headline h3 a {
		color: #FFCC33;
		margin: 0px;
		padding: 0px;
	}
	.headline img {
		margin: 0px;
		padding: 0px;
	}
	
	
	
	.p-snippet h3 a{
		font-family: Arial, Helvetica, sans-serif;
		color: #339999;
		text-decoration: none;
	}
	.p-snippet h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #E12349;
	}
	
	
	.p-snippet h3 a:hover{
		font-family: Arial, Helvetica, sans-serif;
		color: #ffcc00;
		text-decoration: underline;
	}
	
	.p-snippet p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.9em;
		text-align: justify;
		margin-left: 20px;
	}
	
	.p-snippet img {
		float: right;
		height: 100px;
		width: 111px;
		margin-left: 20px;
	}
	
	.p-snippet blockquote {
		padding-left: 0px;
		height: 70px;
		font-size: 1.2em;
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #cc3333;
		margin: 0px;
	}
	
	.p-snippet blockquote img {
		margin: 0px;
		padding: 0px;
		float: left;
	}
	.headline {
		color: #000033;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: center;
		padding: 0px;
		font-weight: normal;
		width: 260px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
	}
	.p-snippet ul {
		margin-left: 75px;
		list-style-type: disc;
	}
	
	
	.headline h3{
		color: #FFCC33;
		font-family: Georgia, "Times New Roman", Times, serif;
		letter-spacing: .6em;
		font-size: 2em;
		font-weight: bold;
		text-align: center;
		width: 250px;
		margin: 0px;
		padding-top: 5px;
	}
	
	.c-snippet {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000033;
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #FFCC33;
		border-right-color: #FFCC33;
		border-bottom-color: #FFCC33;
		border-left-color: #FFCC33;
	}
	
	.c-snippet p {
		font-size: .75em;
		margin-left: 15px;
		text-align: justify;
	}
	
	.c-snippet p a{
		text-align: justify;
		color: #339999;
		text-decoration: none;
	}
	.c-snippet a:hover{
		color: #ffcc00;
		text-decoration: underline;
	}
	.c-snippet ul{
		color: #ffcc00;
		text-decoration: underline;
		list-style-type: none;
	}
	.c-snippet ul li {
		color: #ffcc00;
		text-decoration: underline;
		list-style-type: none;
	}
	/*----------Alumni Page----------*/
	.alumni {
		background-image: url(images/alumni-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#short-left {
		float: left;
		width: 300px;
		margin-left: 0px;
	}
	
	#center{
		float: left;
		width: 300px;
		margin-left: 15px;
		margin-right: 15px;
		text-align: justify;
	}
	
	#center h3 {
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: .3em;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	#short-right {
	}
	
	#short-right img {
		margin: 0px;
		padding: 0px;
		height: 200px;
		width: 300px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	
	/*----------courses----------*/
	.courses {
		background-image: url(images/courses-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	/*----------certificate----------*/
	.certificate {
		background-image: url(images/certificate-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	/*----------certificate----------*/
	.cfre {
		background-image: url(images/CFRE-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	/*----------organizations----------*/
	.orgs {
		background-image: url(images/organizations-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	.list {
		float: left;
		width: 301px;
		margin-right: 15px;
		margin-left: 0px;
		margin-top: 15px;
	}
	
	.list h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #000033;
		letter-spacing: 0.5em;
		text-align: right;
	}
	#divider h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: bold;
		font-variant: small-caps;
		letter-spacing: 1.2em;
		padding-left: 25px;
		text-align: center;
	}
	#divider {
		width: 900px;
	}
	
	/*----------Academics----------*/
	.academics {
		background-image: url(images/academics-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.af {
		background-image: url(images/af-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.mg {
		background-image: url(images/mg-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.pw {
		background-image: url(images/pw-header.gif);
		height: 148px;
		width: 1000px;
		background-repeat: no-repeat;
		background-position: left top;
	}#mini  {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: .9em;
		color: #FFCC33;
		float: left;
		width: 600px;
		height: 75px;
		margin: 0px;
		padding: 0px;
	}
	#mini img {
		float: left;
		height: 40px;
		width: 40px;
		margin-right: 10px;
	}
	.c-snippet li a {
		font-size: 1.4em;
	}
	.c-snippet h2 {
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.center {
		text-align: center;
	}
	#profile li {
		font-size: 1em;
	}
	#education li {
		font-size: 1.2em;
	}
	#awards li {
		font-size: 1.2em;
	}
	#fundwell li {
		font-size: 1.2em;
	}
	#left-column li {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
#logo-column p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	padding-right: 30px;
	padding-left: 200px;
}
