/* subsite formatting */

/* breadcrumbs properties */

.breadcrumbs {
	padding-bottom: 20px;
}

.breadcrumbs p {
	color: #666;
	font-size: 8pt;
}
.breadcrumbs a {
	color: #666;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #d2af0b;
}

/* layout and formatting properties */
.content {
	padding: 10px 0 20px 0;
}
.column {
	float: left;
	width: 280px;
	background: url(/studentfinance/images/subnav-bg.png) no-repeat;
	background-position: 0px -25px;
}
.pagemeat {
	float: right;
	width: 590px;
}

/* subnav properties */

.subnav {
	margin-right: 1px;
	padding-bottom: 30px;
}
.subnav h2 {
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #71173e;
	margin-bottom: 10px;
}
.subnav li {
	width: 279px;
	display: block;
	padding: 0px;
	margin: 0px;
}
.subnav li a {
	font-size: 9pt;
}
.subnav li a, .subnav li a:hover, .subnav li a:active, .subnav li a:visited {
	display: block;
	padding: 10px;
	text-decoration: none;
}
.subnav li a, .subnav li a:visited {
	color: #333333;
}
.subnav li a:active, .subnav li a:hover {
	background: url(/studentfinance/images/subnav-list-item-mouseover.png);
	color: #71173e;
}

/* button properties */

.button {
	background: url(/studentfinance/images/navi-button-bg.png) no-repeat;
	width: 280px;
	height: 80px;
	overflow: hidden;
}
.button #shift {
	padding: 14px 10px 0 90px;
}
.button h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #681d3d;
	margin-bottom: 2px;
}
.button p {
	font-size: 8pt;
	font-weight: normal;
	color: #666;
	line-height: 16px;
}	
.button a {
	display: block;
	width: 280px;
	height: 80px;
	text-decoration: none;
}

/* content formatting properties */

.single h2, .pagemeat h2 {
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #71173e;
	margin-bottom: 20px;
}

.single h3, .pagemeat h3 {
	font-size: 14pt;
	color: #333;
	margin-bottom: 12px;
}

.single h4, .pagemeat h4, .single h5, .pagemeat h5, .single h6, .pagemeat h6 {
	font-size: 11pt;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
}

.single p, .pagemeat p {
	font-size: 10pt;
	line-height: 18px;
	color: #333;
	margin-bottom: 20px;
}

.single li, .pagemeat li, .single td, .pagemeat td {
	font-size: 10pt;
	line-height: 16px;
	color: #333;
}

.single ul, .pagemeat ul {
	margin: 0 0 15px 15px;
	padding-left: 15px;
}

.single ol, .pagemeat ol {
	margin: 0 0 15px 15px;
	padding-left: 15px;
}

/* link anchor properties */

a, a:visited {
	color: #71173e;
}

a:hover, a:active {
	color: #d2af0b;
}


/* page print properties */

.print {
	float: right;
}

.print a {
	display: block;
	width: 82px;
	height: 22px;
	background: url(/studentfinance/images/functions-page-print.gif) no-repeat;
}

.print h2 {
	text-indent: -9999px;
}

