/* basic elements */
body {
	font: 12pt/16pt verdana;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0;
	height: 100%;
	text-align: center;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font:10px verdana, arial;
}
td {
	font: 12pt/16pt arial;
	margin-top: 0px;
}

p { 
	font: 12pt/16pt arial; 
	margin-top: 0px; 
}
.form {
	font: 11px arial;
	font-weight: bold;
}

a:link, a:visited {  
	text-decoration: underline; 
	color: #006699;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #3399CC;
}


/* specific divs */
#container {
	width: 100%;
	padding: 0px 0px 0px 0px;  
	margin: 0px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#containerOverlay {
	background: url(../img/header_BG.jpg) repeat-x;
	margin: 0px 0px 0px 0px;
}

#borderTable {	
padding: 2px 4px 2px 4px;
border: 1px solid #002b42;
}

#header {
	background: url(../img/header.jpg) no-repeat;
	height: 166px;
	padding: 0px;
	margin: 0px 0px 0px 200px;
}

#header h1 {
	display: none;
}

#logo {
	position: absolute;
	top: 1px;
	left: 225px;
	width: 296px;
	height: 75px;
	/*background: url(../img/phx_logo.jpg) no-repeat top right; */
}
#logo span {
	display: none;
}

#pageTitle {
	position: absolute;
	top: 150px;
	left: 240px;
	font: 12pt arial, verdana;
	font-weight:bold;
	color: #f5ac00;
	padding: 0;
	margin: 0;
	
}

/* ///////////////////////////////
styles for main navigation
///////////////////////////////*/
#nav { /* positions the naviagation */
	position: absolute;
	top: 78px;
	left: 220px;
	font: 12px verdana; 
	font-weight: bold;
	text-align: center;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav  li {
	float: left;
	position: relative;
}

#nav a { /* affects anchor tags */
	float:left;
  	display:block;
	height: 25px;
  	padding: 13px 7px 0 7px;
  	text-decoration:none;
  	color:#666666;
	background: url('../img/navBG_h.gif') no-repeat left;
}
#nav a:hover {
	height: 38px;
  	color:#851E20;
  	background-position: 50% -38px;
}

#main {
	padding: 20px 20px 20px 20px;
	margin: 0px;
	width:auto;
	min-height:400px; 
	height:auto;
}
/* adjusts min-height for Internet Explorer */
/*\*/
* html #main {
height: 400px;
}
/**/
#content {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	min-height:380px; 
	height:auto;
}
/* adjusts min-height for Internet Explorer */
/*\*/
* html #content {
height: 380px;
}
/**/
#content h1 {
	color: #a0b4be;
	font: 14pt arial, verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 10px 0;
}
#content hr {
	height: 0px;
	border: solid #999999 0px;
	border-top-width: 1px; 
}
#content p {
	font:12px verdana, verdana; 
	margin-top: 0px;
}

#content ul {
	font:12px verdana, verdana;
	list-style-type:square;	
	padding:0 0 0 20px;
	margin-top: 0px;
}

#content ol {
	font:12px verdana, verdana; 
	margin-top: 0px;
}

#content li {
	font:12px verdana, verdana;
	padding: 0px;
	margin-top: 0px;
	padding-left:3px;
}

#content small {
	font: 9pt/13pt verdana;
	margin-top: 0px;
}

#content th {
	font: 13px verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #A0B4BE;
	padding: 2px 2px 3px 3px;
	margin-top: 0px;
}

#footer {
	width: 100%;
	height: 79px;
	padding: 0px 0px 0px 0px;
	background: url('../img/footer_BG.jpg') repeat-x;
}
#footer p {
	width: 750px;
	font: 8pt verdana;
	color: #b4b4b4;
	padding: 40px 0 0 217px;
	margin: 0
}
#footerNav {
	padding: 0 231px 20px 0;
	margin: 0;
	background-color: #FFFFFF;
}
#footerNav p {
	font: 8pt/13pt arial;
	color: #999999;
	padding: 0;
	margin: 0;
	text-align: right;
}
#footerNav a:link, #footerNav a:visited {  
	text-decoration: none; 
	padding: 0 6px 0 6px;
	color: #999999;
}
#footerNav a:hover, #footerNav a:active { 
	text-decoration: underline; 
	padding: 0 6px 0 6px;
	color: #3399CC;
}
#footerNav span {
	color: #FFFFFF;
}


/* Degree Program styles */
#content p.headingLarge { /*Program Name */
	color: #000000;
	font: 10pt/16pt verdana;
	font-weight: bold;
}
#content p.heading {
	color: #000000;
	font: 10pt/16pt verdana;
	font-weight: bold;
}
#content p.headingGray { /*Programs Description */
	color: #555753;
	font: 10pt/16pt verdana;
	font-weight: bold;
}
#content p.Description {
	color: #555753;
	font: 10pt/16pt verdana;
}
#content td.listHead { /*Course#, Course Title, etc. */
	color: #000000;
	font-weight: bold;
}

