@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	overflow-y:scroll;
}
body {
	background-color: #E4DFD7;
	background-image: url(images/top_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
a, a:active, a:visited, a:link {
	color:#005499;
	text-decoration: underline;
}
a:hover {
	color:#333333;
	text-decoration: underline;
}
strong {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
span.footnote {
	font-size:9px;
	color: #666;
	vertical-align:top;
	margin-left:2px;
}
#container {	
	width: 968px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header span {
	display:none;
}
#header h1 {
	background-image: url(images/pdltitle.png);
	display: block;
	height: 59px;
	width: 254px;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: hand;
	cursor: pointer;
	background-image: url(images/pdltitle_ie6.gif);
}
#header h5 {
	background-image: url(images/uhclogo.png);
	display: block;
	padding: 0px;
	height: 59px;
	width: 178px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: hand;
	cursor: pointer;
	_background-image: url(images/uhclogo_ie6.gif);
}
#whitebox {
	background-color: #f6f2e8;
	border: 5px solid #FFFFFF;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#topnav {
	display: block;
	margin-bottom: 25px;
}
#topnav li {
	display: inline;
	float: left;
}
#topnav li.alignright {
	float: right;
	margin-right:5px;
}
#topnav li a {
	background-image: url(images/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 23px;
	margin-right: 6px;
}
#topnav li a.first {
	background-position: -8px center;
	padding-left: 16px;
}
#sidenav {
	float:left;
	margin-right:14px;
}
#sidenav li {
	margin-bottom: 4px;
}
#sidenav li a {
	background-image: url(images/mainbutton.gif);
	display: block;
	height: 40px;
	width: 200px;
	color: #222222;
	text-decoration: none;
	line-height: 40px;
	padding-left: 28px;
	font-size: 15px;
	background-position: 0px 0px;
}
#sidenav li a:hover {
	color: #FFFFFF;
	background-position: 0px -40px;
}
#sidenav a.current {
	background-position: 0px -40px;
	color: #FFFFFF;
	cursor:default;
}
#mainarea {
	float: left;
	width: 692px;
	margin-bottom: 15px;
}
#mainareatop {
	background-image: url(images/mainareatop.jpg);
	height: 12px;
	width: 692px;
}
#mainareatophome {
	background-image: url(images/mainareatophome.jpg);
	width: 692px;
}
#mainareatophome img {
	margin: 5px;
}
#mainareatop span, #mainareabottom span {
	display:none;
}
#mainareamiddle {
	background-image: url(images/mainareamiddle.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 0px;
	overflow : hidden; 
	_height : 1%;
}
#mainareamiddle {
	line-height: 18px;
}
#mainareamiddle p {
	margin-bottom: 15px;
}
#mainareamiddle p.legal {
	font-size: 10px;
	color: #666;
	margin-bottom: 6px;
	line-height: 12px;
}
#mainareamiddle table {
	margin-bottom: 15px;
}
#mainareamiddle table td {
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.tableheader {
	background-color: #697b89;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}
.archiveheader td {
	background-color: #e4dfd7;
	font-weight:bold;
	font-size: 12px;
	text-align:left;
}
.oddrow {
	background-color: #f6f2e8;
}
.evenrow {
	background-color: #e4dfd7;
}
a.pdlbutton {
	background-image: url(images/pdlbuttonright.jpg);
	background-position: right 0px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	display: block;
	float: left;
	padding-right:10px;
	height:29px;
	background-repeat: no-repeat;
	font-size: 12px;
	margin-bottom:10px;
}
a.pdlbutton:hover {
	background-position:right -29px;
	text-decoration: none;
}
a.pdlbutton span {
	background-image: url(images/pdlbuttonleft.jpg);
	display: block;
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: left 0
	px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 12px;
}
a.pdlbutton:hover span {
	background-position: left -29px;
}
#mainareabottom {
	background-image: url(images/mainareabottom.jpg);
	height: 20px;
	width: 692px;
}
h2 {
	font-size: 26px;
	color: #697b89;
	margin-bottom: 20px;
}
#mainareamiddle p.introtext {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 26px;
}
.individualfeature {
	display: block;
	float: left;
	width: 299px;
	padding-bottom: 15px;
}
.individualfeature h4 {
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight:bold;
}
.individualfeature p {
	padding-bottom: 10px;
}
.individualfeature ul {
	margin-bottom: 10px;
}
.individualfeature ul li {
	list-style-type: disc;
	margin-left: 16px;
}
#orange {
	background-image: url(images/orangebottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 17px;
}
#orange span {
	background-image: url(images/orangetop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	height: 100%;
	overflow:hidden;
	_height:1%;
}
#green {
	background-image: url(images/greenbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 17px;
}
#green span {
	background-image: url(images/greentop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	height: 100%;
}
#yellow {
	background-image: url(images/yellowbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 0px;
}
#yellow span {
	background-image: url(images/yellowtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	height: 100%;
}
body .linklist li a {
	margin:0px;
	padding:0px;
	background-image: url(images/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: -8px center;
	display: block;
	padding-left: 20px;
	margin-right: 6px;
}
body .linklist li {
	padding:0px;
	margin:0px;
	border-bottom: solid 1px #FFFFFF;
	list-style-type: none;
}
#footer {
	display: block;
	margin-top: 5px;
	margin-bottom: 40px;
	font-size: 10px;
	color: #666666;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer a {
	color: #666666;
}
.clearer {
	clear:both;
}
.qtip a.qtip-button {
	color:#FFFFFF;
}
.qtip .qtip-content {
	line-height:18px;
}
#mainareamiddle dl {
	margin-top:10px;
}
#mainareamiddle dt {
	font-weight:bold;
	margin-bottom:10px;
}
#mainareamiddle dd {
	margin-bottom:10px;
	margin-left:30px;
}
#mainareamiddle ul {
	margin-top:10px;
}
#mainareamiddle li {
	list-style-type:disc;
	margin-left:30px;
	margin-bottom:5px;
}
#mainareamiddle table td.left {
	text-align: left;
}
#mainareamiddle table td.top {
	vertical-align: top;
}
#mainareamiddle .bluedropbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color:#697b89;
	background-image: url(images/togglebutton.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 25px;
	width: 623px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	overflow:hidden;
}
#mainareamiddle .bluedropbox sup{
	line-height: 0px;
	font-size: smaller;
    vertical-align: 3px;

}
#mainareamiddle .bluedropbox sub{
	line-height:0px;
	font-size: smaller;
    vertical-align: baseline;

}
#mainareamiddle .bluedropboxtm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color:#697b89;
	background-image: url(images/togglebutton.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 24px;
	width: 623px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
	overflow:hidden;
}
#mainareamiddle .expand {
	background-image: url(images/togglebutton.gif);
	background-position:right -30px;
}
.tanboxcolumn1 {
	width: 215px;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	display: inline;
}
.tanboxcolumn2 {
	width: 375px;
	margin-left: 20px;
	margin-right: 23px;
	float: left;
	margin-top: 15px;
	display: inline;
}
#mainareamiddle .tanboxbelow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #f6f2e8;
	width: 648px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.headerboxsubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
.tanboxheader {
	font-weight: bold;
}
