/* Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */

body {
	background: #ffffff url(images/PHD_header6.jpg) no-repeat top;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
#main {
	text-align: left;
	margin: 100px auto;
	width: 750px;
	padding: 0px 0px 0px;
}





p, ul, li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #333333;
	margin: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	vertical-align: top;
	margin:15px;
}
	
h2 {
	color: 003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 11px;
	margin: 15px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	margin:15px;
}
a {
	color: 4f7190;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
a:hover {
	color: 003366;
	text-decoration: underline;
}


	
	
/* ID Styles */

#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:0.2em;
	line-height:30px;
	}

/* Class Styles */
	
.frontblurb {
	margin: 15px;
}
.frontblurb p {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 32px;
	color: 333333;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	vertical-align: top;
	color: #003366;
}
.secondnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px;
	color: ffffff;
}
.secondnav td{
	height: 16px;
	width: 150px;
	vertical-align:middle;
	border-left-color: 003366;
	border-left-style: solid;
	border-left-width: 1px;

	}
.secondnav a:link, .secondnav a:active, .secondnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 10px;
	color: 4f7190;
}
.secondnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 10px;
	color: 003366;
}
.whiteground {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	}	
.whiteground a:link, .whiteground a:active, .whiteground a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: 006699;
	font-weight: bold;
	text-decoration: none;
	text-transform:lowercase;
	vertical-align:inherit;
	}	
.whiteground a:hover {
	color: 003366;
	text-decoration: underline;
	}
.Location p {
	color:003366;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	}
.Location h2 {
	color:4f7190;
	line-height:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px;

	}	
.whitesubhead {
	color: ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
.bluesubhead {
	color: 003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
.blueMedsubhead {
	color: 006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
.footer {
	width: 750;
	padding: 0px 15px 0px 15px;
	background-color: 993300;
	text-align: right;
	vertical-align:middle;
	margin-left: 15px
	}
.footer a:link, .footer a:active, .footer a:visited {
	color: ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.footer a:hover {
	text-decoration: underline;
	}
	
.copyright {
	margin: 15px auto;
	width: 100%;
	padding: 0px 0px 0px;
	color: 666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	margin: 15px
}
.copyright a:link, .copyright a:active, .copyright a:visited {
	color: 6b91ad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-transform: none;
}
.copyright a:hover {
	text-decoration: underline;
	}

