@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(images/phdbackground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.oneColLiqCtrHdr #header {
	background: #000000;
	height: 40px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #6C1B1A;
	border-right-color: #6C1B1A;
	border-bottom-color: #6C1B1A;
	border-left-color: #6C1B1A;
	padding-bottom: 8px;
}


.oneColLiqCtrHdr #container #header #header47 {
	height: 40px;
	width: 960px;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: auto; margin-right: auto;
}

.oneColLiqCtrHdr #container #header #header47 #qualitytag {
	padding-top: 15px;
	float: left;
	width: 400px;
}

.oneColLiqCtrHdr #container #header #header47 #qualitytag a:link {
	color: #FFFFFF; 
	text-decoration: none;
}

.oneColLiqCtrHdr #container #header #header47 #qualitytag a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}

.oneColLiqCtrHdr #container #header #header47 #qualitytag a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

.oneColLiqCtrHdr #container #header #header47 #47express {
	width: 450px;
	height: 40px;
	float: right;
	}
	
.oneColLiqCtrHdr #container #header #header47 #mp3player {
	float: left;
	width: 290px;
	padding-top: 10px;
	clear: none;
	padding-right: 0px;
}

.oneColLiqCtrHdr #container #mainContent #maincontent1 #leftlinks {
}

.oneColLiqCtrHdr #container #mainContent #maincontent1 #leftlinks #linkage a:link {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 175px;
	padding: 2px;
	padding-left: 20px;
	background: url(images/lbuttonup.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #container #mainContent #maincontent1 #leftlinks #linkage a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 175px;
	padding: 2px;
	padding-left: 20px;
	background: url(images/lbuttonup.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #container #mainContent #maincontent1 #leftlinks #linkage a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 175px;
	background: url(images/lbuttondown.jpg);
	padding: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	
}

.oneColLiqCtrHdr #mainContent {
color: #FFFFFF;
text-align: center;
}


.oneColLiqCtrHdr #container #mainContent #maincontent1 {
	height: 390px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.oneColLiqCtrHdr #container #header #header47 #qualitytag {
	color: #FFFFFF;
}

.oneColLiqCtrHdr #container #mainContent #maincontent1 #leftlinks #linkage ul {
	list-style-type: none;
	padding: 0;
	
}
.oneColLiqCtrHdr #container #mainContent #maincontent1 #toprightpic #flashborderme {
	border: 10px solid #FFFFFF;
}

.oneColLiqCtrHdr #container #mainContent #maincontent1 #toprightpic {
	background-color: #FFFFFF;
	float: right;
	height: 390px;
	width: 700px;
	color: #000000;
}

.oneColLiqCtrHdr #container #tier2 {

}
.oneColLiqCtrHdr #container #tier2 {
	margin-top: 15px;
}
.oneColLiqCtrHdr #container #tier2 #tier2c {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-top-color: #6B1A19;
	border-right-color: #6B1A19;
	border-bottom-color: #6B1A19;
	border-left-color: #6B1A19;
	height: auto;
	border-bottom-style: none;
}
.oneColLiqCtrHdr #container #tier2 #tier2c #bottomlinedcontent {
	padding: 5px;
	float: right;
	width: 686px;
	font-size: 14px;
	background-color: #000000;
	border: thin none #6C1B1A;
	margin-bottom: 15px;
}
.oneColLiqCtrHdr #container #tier2 #tier2c #contactform {
	width: 956px;
	font-size: 14px;
	background-color: #000000;
	border: thin solid #6C1B1A;
	clear: both;
}
.oneColLiqCtrHdr #container #tier2 #tier2c #contactform #form1 {
	padding: 2px;
}

.oneColLiqCtrHdr #footer {
	width: 100%;
	clear: both;
	margin-top: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #6B1A19;
	background-color: #000000;
}

.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #container #footer #footernav {
	clear: both;
	padding-top: 10px;
}

.oneColLiqCtrHdr #container #footer #footernav a:link { 
text-decoration: none;
color: #FFFFFF;
}

.oneColLiqCtrHdr #container #footer #footernav a:visited { 
text-decoration: none;
color: #FFFFFF;
}

.oneColLiqCtrHdr #container #footer #footernav a:hover { 
text-decoration: none;
color: #990000;
}

