/*
Main blue: #1F8FBF
Dark blue: #003464
Orange: #F46521
Dark grey: #717171
Light blue: #CCEDFC
Light grey: #E3E5E4
*/

body {
	background-color: #FFF;
	color: #000;
	font: 12px/1.4em "Arial", sans-serif;
	margin: 0px;
	padding: 0px;
}

#container {
	left: 50%;
	margin-left: -416px;
	position: relative;
	width: 813px;
}

/* Common Styling */
a:link, a:visited {
	color: #1F8FBF;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #003464;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	clear: both;
	color: #F46521;
	font: 22px/.8em "Times New Roman", serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
h2 {
	color: #717171;
	font: 18px/1.6em "Times New Roman", serif;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	text-align: left;
}
h3 {
	font: 16px/1.6em "Times New Roman", serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 10px;
}
hr {
	border: 0px; 
	border-top: 1px solid #CCEDFC;
	width: 100%;
	height: 1px;
}
acronym {
	border: 0;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
#dataDisclaimer {
	border: 1px solid #E3E5E4;
	font-size: 11px;
	margin: 2px 120px;
	padding: 8px;
}

.data {
	border: 1px solid #E3E5E4;
	border-collapse: collapse;
	border-spacing: 0px;
	font: 12px/1.6em "Arial", sans-serif;
	margin: auto;
	padding: 0px;
}
.data th {
	background: #CCEDFC;
	border-bottom: 1px solid #E3E5E4;
	font: 12px/1.3em "Arial", sans-serif;
	padding: 2px;
}
.data td {
	border: 1px inset #E3E5E4;
	padding: 2px 2px 2px 6px;
	vertical-align: top;
}

.odd {
	background: #E3E5E4;
}
.barChart {
	font: 11px/1.4em "Arial", sans-serif;
	padding: 2px;
	width: 80%;
}
.barChart td {
	padding: 2px;
}
td.barChart1,td.barChart2,td.barChart3,td.barChart4,td.barChart5,td.barChart6,td.barChart7,td.barChart8 {
	color: #FFF;
	padding: 0px 0px 0px 8px;
}
td.barChart1 {
	background: #FFF url("/shared_files/homepage/bar-chart.gif") 0px 0px no-repeat;
}
td.barChart2 {
	background: #FFF url("/shared_files/homepage/bar-chart.gif") 0px -19px no-repeat;
}
td.barChart3 {
	background: #FFF url("/shared_files/homepage/bar-chart.gif") 0px -38px no-repeat;
}
td.barChart4 {
	background: #FFF url("/shared_files/homepage/bar-chart.gif") 0px -57px no-repeat;
}
td.barChart5 {
	background: #FFF url("/shared_files/homepage/bar-chart.gif") 0px -76px no-repeat;
}
td.barChart6 {
	background: #FFF url("/shared_files/homepage/bar-chart.gif") 0px -95px no-repeat;
}
td.barChart7 {
	background: #FFF url("/shared_files/homepage/bar-chart.gif") 0px -114px no-repeat;
}
td.barChart8 {
	background: #FFF url("/shared_files/homepage/bar-chart.gif") 0px -133px no-repeat;
}

.formButton {
	color: #000;
	font: 12px/1.4em "Arial", sans-serif;
	font-weight: bold;
	padding: 4px;
}
form {
	margin: 0px;
	padding: 0px;
}

.orange {
	color: #F46521;
}

/* Key Facts Styling */
#collegeList {
	font: 12px/1.6em "Arial", sans-serif;
	margin: auto;
	padding: 0px;
}
#collegeList th {
	border: 1px solid #E3E5E4;
	font: 12px/1.6em "Arial", sans-serif;
	padding: 0px;
}
#collegeList td {
	font: 12px/1.6em "Arial", sans-serif;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 0px 32px;
}
#collegeList a {
	color: #003464;
	display: block;
}
#collegeList .selected {
	background: #fff;
	font-weight: bold;
}
#collegeList .off {
	background: #CCEDFC;
}

#keyFacts {
	border: 0px;
	font: 12px/1.6em "Arial", sans-serif;
	margin: auto;
	padding: 0px;
}
#keyFacts th {
	background: #CCEDFC;
	font: 12px/1.6em "Arial", sans-serif;
	padding: 4px;
	text-align: left;
}
#keyFacts td {
	padding: 2px 2px 2px 6px;
	vertical-align: top;
}

/* Log On Styling */
.acctBox {
	background-color: #F4F4F4;
	border: 1px solid #003464;
	font: 12px/1.6em "Arial", sans-serif;
	margin: auto;
	padding: 8px;
}
.logBox {
	border: 1px solid #003464;
	font: 12px/1.6em "Arial", sans-serif;
	float: left;
	height: 200px;
	margin: 8px 8px 8px 40px;
	padding: 8px 14px 8px 14px;
	width: 280px;
}
.logBox p {
	margin: 2px;
}

.button a,.button a:visited {
	background-color: #1F8FBF;
	border: 1px #1F8FBF solid;
	color: #FFF;
	display: block;
	font: bold 12px/1.6em "Arial", sans-serif;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	margin: 1px 18px 1px 10px;
}
.button a:hover {
	border: 1px #CCEDFC solid;
	color: #FFF;
}

#logon label {
	font: 11px/1.6em "Arial", sans-serif;
	font-weight: bold;
	margin: 14px 4px 1px 10px;
	padding: 0px;
	}
#logon input {
	border: 1px #808080 solid;
	font: 11px/1.6em "Arial", sans-serif;
	padding: 4px;
	margin: 12px 2px 0px 2px;
	width: 110px;
	}

#createAcct label,#myAcct label {
	display: block;
	float: left;
	height: 20px;
	margin: 2px 10px 1px 10px;
	padding: 0px;
	width: 100px;
	text-align: right;
	}
#createAcct .suffix label,#myAcct .suffix label,#acctFinder .suffix label {
	display: inline;
	float: none;
	height: 20px;
	margin: 2px 10px 1px 10px;
	padding: 0px;
	width: 100px;
	}
#myAcct .or {
	height: 20px;
	margin: 2px 10px 1px 10px;
	padding: 0px;
	vertical-align: top;
	width: 30px;
	}
#myAcct .col label {
	display: inline;
	float: none;
	height: 20px;
	margin: 2px 0px 1px 0px;
	padding: 0px;
	}
#createAcct input, #createAcct select,#myAcct input, #myAcct select {
	border: 1px #808080 solid;
	font: 12px/1em "Arial", sans-serif;
	padding: 4px;
	margin: 0px 2px 0px 2px;
	vertical-align: top;
	}
#createAcct .checkboxLabel label,#myAcct .checkboxLabel label,#acctFinder .checkboxLabel label {
	display: inline;
	float: none;
	font: 11px/1em "Arial", sans-serif;
	height: 16px;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	width: 120px;
	text-align: left;
	vertical-align: middle;
	}
#createAcct .checkboxLabel input,#myAcct .checkboxLabel input,#acctFinder .checkboxLabel input {
	display: inline;
	border: none;
	float: none;
	font: 11px/1em "Arial", sans-serif;
	height: 16px;
	padding: 0px;
	margin: 0px 4px 0px 16px;
	vertical-align: middle;
	}
#createAcct .checkbox,#myAcct .checkbox {
	border: none;
	float: left;
	font: 12px/1.6em "Arial", sans-serif;
	padding: 0px;
	margin: 6px 8px;
	}
.emailCheck {
	padding: 0px;
	margin: 0px 2px 20px 120px;
	}
.acctHint {
	color: #888888;
	font: 11px/1.2em "Arial", sans-serif;
	padding: 0px;
	margin: 0px 2px 20px 120px;
	}
#logonCheck {
	padding: 0px;
	margin: 0px 2px 20px 120px;
	}
.error {
	color: #ff0033;
}

/* Account Finder Styling */
#acctFinder fieldset {
	border: none;
	float: none;
	padding: 0px;
	margin: 0px;
	align: left;
	}
#acctFinder legend {
	display: block;
	color:#000;
	border: none;
	float: none;
	font: 12px/1em "Arial", sans-serif;
	height: 16px;
	padding: 4px;
	margin: 0px0px;
	align: left;
	}
#acctFinder label {
	display: block;
	float: left;
	height: 20px;
	margin: 2px 10px 1px 10px;
	padding: 0px;
	width: 150px;
	text-align: right;
	}
#acctFinder label.confirmation {
	height: 20px;
	width: 180px;
	}
#acctFinder .dob label,#myAcct .dob label {
	display: inline;
	float: none;
	height: 20px;
	margin: 2px 10px 1px 10px;
	padding: 0px;
	width: 100px;
	}
#acctFinder input, #acctFinder select {
	border: 1px #808080 solid;
	font: 12px/1em "Arial", sans-serif;
	padding: 4px;
	margin: 0px 2px 0px 2px;
	vertical-align: top;
	}
#acctFinder .radio input {
	border: none;
	font: 12px/1em "Arial", sans-serif;
	padding: 0px;
	margin: 0px 4px 0px 16px;
	vertical-align: top;
	}
#acctFinder .radio label {
	display: inline;
	float: none;
	margin: 0px;
	text-align: left;
	width: auto;
	}
#acctFinder .security {
	display: inline;
	float: none;
	height: 20px;
	margin: 2px 10px 1px 10px;
	padding: 6px 0px 0px 0px;
	width: auto;
	text-align: right;
	}
	
/* Header Styling */
#header {
	background: #FFF url("/shared_files/homepage/header-bg.png") top right no-repeat;
	border: 0px;
	height: 88px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 813px;
	position: relative;
}
#header h1 {
	display: none;
}
#header #logo {
	background: transparent url("/shared_files/homepage/CCC-logo.png") no-repeat;
	border: 0px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	text-indent: -3000px;
	width: 480px;
	position: absolute;
	top: 10px;
	left: 0px;
}

#topNav {
	border: 0px;
	font: 14px/1.5em "Times New Roman", serif;
	font-weight: 500;
	height: 60px;
	margin: 0px 0px 0px 480px;
	padding: 0px;
	width: 320px;
}
#topNav ul{
	float: right;
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
#topNav li{
	color: #717171;
	float: left;
	padding: 4px 10px 4px 10px;
}
#topNav li a {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}

#siteSearch {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 320px;
}
#siteSearch label {
	width: 0px;
	height: 0px;
	display: none;
}
#formSearch {
	background: #FFF url("/shared_files/homepage/search.gif") right no-repeat;
	border-top: 1px #808080 solid;
	border-left: 1px #808080 solid;
	font: 14px/1.4em "Arial", sans-serif;
	height: 27px;
	margin: 6px 0px 0px 110px;
	padding: 4px 2px 4px 2px;
	width: 170px;
	top: 3px;
	position: absolute;
}
#formSearch:focus {
	background: #FFF none;
	outline: none;
}
#siteSearch img {
	height: 27px;
	margin: 8px 0px 0px 280px;
	padding: 0px;
	border: 0px;
}

#welcome {
	clear: both;
	border: 0px;
	color: #003366;
	float: right;
	height: 18px;
	margin: 0px;
	padding: 2px 10px 0px 10px;
}

/* Menu Styling */
#menu {
	background: #FFF url("/shared_files/homepage/menu-bg.png") no-repeat;
	border: 0px;
	height: 67px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 813px;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 22px 0px 0px 12px;
	padding: 0px;
}
#menu li { 
	height: 45px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: -3000px;
}
#menu li a { 
	display: block;
	height: 100%;
	padding: 0px;
	text-indent: -3000px;
	width: 100%;
}

#home {
	background: transparent url("/shared_files/homepage/nav-bar.gif") 0px -47px no-repeat;
	left: 0px;
	width: 106px;
}
#home a:hover, #home.selected {
	background: transparent url("/shared_files/homepage/nav-bar.gif") 0px 0px no-repeat;
}
#colleges {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -106px -47px no-repeat;
	left: 106px;
	width: 106px;
}
#colleges a:hover, #colleges.selected {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -106px 0px no-repeat;
}
#apply {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -212px -47px no-repeat;
	left: 212px;
	width: 106px;
}
#apply a:hover, #apply.selected {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -212px 0px no-repeat;
}
#money {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -318px -47px no-repeat;
	left: 318px;
	width: 106px;
}
#money a:hover, #money.selected {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -318px 0px no-repeat;
}
#parents {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -424px -47px no-repeat;
	left: 424px;
	width: 106px;
}
#parents a:hover, #parents.selected {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -424px 0px no-repeat;
}
#help {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -530px -47px no-repeat;
	left: 530px;
	width: 106px;
}
#help a:hover, #help.selected {
	background: transparent url("/shared_files/homepage/nav-bar.gif") -530px 0px no-repeat;
}
#espanol {
	border: 0px;
	float: right;
	margin: 30px 28px 0px 0px;
	padding: 0px;
}
#toggleEng,#toggleEsp {
	border: 0px;
	float: right;
	margin: 27px 28px 0px 0px;
	padding: 0px;
}
#espanol a {
	background: transparent url("/shared_files/homepage/espanol-link.png") no-repeat;
	display: block;
	height: 40px;
	text-indent: -3000px;
	width: 123px;
}
#toggleEng a {
	background: transparent url("/shared_files/homepage/toggle-english.png") no-repeat;
	display: block;
	height: 40px;
	text-indent: -3000px;
	width: 114px;
}
#toggleEsp a {
	background: transparent url("/shared_files/homepage/toggle-espanol.png") no-repeat;
	display: block;
	height: 40px;
	text-indent: -3000px;
	width: 114px;
}


/*Subnav Content Styling */
#subNav {
	background: transparent url("/shared_files/homepage/subnav-bar.png") no-repeat;
	border: 0px;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 813px;
}
#subNav2 {
	background: transparent url("/shared_files/homepage/subnav-bar.png") no-repeat;
	border-bottom: 0px;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 813px;
}
#subNav ul {
	float: left;
	list-style: none;
	margin: 8px 0px 0px 22px;
	padding: 0px;
	width: 770px;
}
#subNav li { 
	height: 38px;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 3px;
	width: 148px;
}
#subNav li a { 
	color: #F46521;
	font: 14px/1.2em "Times New Roman", serif;
	font-weight: 500;
	display: block;
	padding: 0px;
}
#subNav li.sublinks a { 
	color: #1F8FBF;
	font: 14px/1.2em "Times New Roman", serif;
	font-weight: 500;
	display: block;
	padding: 0px;
}

/* Main Content Styling */
#main {
	background: #FFF url("/shared_files/homepage/main-bg.gif") repeat;
	border: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 813px;
}
img.mainTop {
	display: inline;
	left:0px;
	top: 155px;
	z-index:1;
	position:absolute;
	height: 100px;
}

#mainApps {
	border: 1px #000 solid;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 813px;
}
#mainHome {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	height: 584px;
}
#mainContent {
	border: 0px;
	margin: 0px;
	padding: 0px 38px 0px 38px;
	text-align:left;
}
#mainContent li a {
	font-weight: bold;
}

ul.mainMenu {
	border: 0px;
	height: 60px;
	list-style: none;
	margin: 0px 0px 0px 130px;
	padding: 0px;
	text-align: center;
	width: 550px;
}
ul.mainMenu2 {
	border: 0px;
	height: 60px;
	list-style: none;
	margin: 0px 0px 0px 200px;
	padding: 0px;
	text-align: center;
	width: 500px;
}
ul.mainMenu li,ul.mainMenu2 li {
	float: left;
	list-style: none;
	width: 150px;
}
ul.mainMenu li a,ul.mainMenu2 li a {
	display: block;
	border: 1px solid #E3E5E4;
	padding: 6px;
	margin: 4px;
}
ul.mainMenu li a:hover,ul.mainMenu2 li a:hover {
	background-color: #CCEDFC; 
}
li.mainPDF {
	background: transparent url("/shared_images/icon_pdf.gif") 20px no-repeat;
}
li.mainPDF a:hover {
	background: #CCEDFC url("/shared_images/icon_pdf.gif") 15px no-repeat;
}

/*Apply styling*/
#appManager {
	border: none;
	margin: 0px 0px 0px 28px;
	padding: 0px;
	float: left;
	width: 550px;
}

#appManager h1, #appManager h2 {
	color: #fff;
}
#appManager h1 {
	font: bold 22px/2em "Times New Roman", serif;
	line-height: 32px;
	margin: 0px;
	padding: 18px 0px 0px 0px;
}
#appManager h2 {
	font: bold 16px/1.8em "Times New Roman", serif;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

.appmanager,.appmanager2 {
	margin: 2px;
	padding: 2px;
	text-align: center;
}
.appmanager a,.appmanager2 a {
	background-color: #CCEDFC;
	border: 1px #003464 solid;
	color: #003464;
	font: bold 10px/1.4em "Arial", sans-serif;
	line-height: 11px;
	margin: 0px;
	padding: 3px;
	text-align: center;
}
.appmanager2 a {
	display: block;
}
.appmanager a:hover,.appmanager2 a:hover {
	text-decoration: none;
}

/*FAQ styling*/
ul.menuFAQ {
	border: 0px;
	height: 60px;
	list-style: none;
	margin: 0px 0px 0px 70px;
	padding: 0px;
	text-align: center;
	width: 600px;
}
ul.menuFAQ li {
	float: left;
	list-style: none;
	width: 150px;
}
ul.menuFAQ li a {
	display: block;
	border: 1px solid #E3E5E4;
	padding: 6px;
	margin: 4px;
}
ul.menuFAQ li a:hover {
	background-color: #CCEDFC; 
}
ul.menuFAQ li.selected {
	background: url("/shared_files/homepage/arrow-on.gif") 22px 12px no-repeat;
}
.FAQLabel {
	clear: both;
	float: left;
	font: bold 14px/1.2em "Times New Roman", serif;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	width: 30px;
}
.FAQText {
	margin: 0px 0px 22px 30px;
	padding: 0px;
	text-align: left;
}
div.FAQText p {
	margin-top: 0px;
	padding-top: 0px;
	clear: none;
	text-align: left;
}
.FAQQuestion {
	margin: 0px 0px 8px 30px;
	font-weight: bold;
}
.FAQtopButton {
	clear: both;
	text-align: right;
	font-size: 10px;
	margin: 18px 0px 18px 0px;
}


/* Homepage Styling */
#homeBox {
	background: transparent url("/shared_files/homepage/main-box.png") 12px 0px no-repeat;
	border: 0px;
	height: 256px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 813px;
	position: relative;
	z-index: 2;
}
#homePhoto1,#homePhoto2,#homePhoto3,#homePhoto4,#homePhoto5,#homePhoto6 {
	border: 0px;
	height: 245px;
	margin: 0px;
	padding: 0px;
	width: 412px;
	position: absolute;
	top: 5px;
	left: 240px;
}
#homePhoto1 {
	background: transparent url("/shared_files/homepage/homepage1.png") bottom right no-repeat;
}
#homePhoto2 {
	background: transparent url("/shared_files/homepage/homepage2.png") bottom right no-repeat;
}
#homePhoto3 {
	background: transparent url("/shared_files/homepage/homepage3.png") bottom right no-repeat;
}
#homePhoto4 {
	background: transparent url("/shared_files/homepage/homepage4.png") bottom right no-repeat;
}
#homePhoto5 {
	background: transparent url("/shared_files/homepage/homepage5.png") bottom right no-repeat;
}
#homePhoto6 {
	background: transparent url("/shared_files/homepage/homepage6.png") bottom right no-repeat;
}

#homeMessage {
	background: transparent url("/shared_files/homepage/ccc-logo-sm.png") no-repeat;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	width: 224px;
	position: absolute;
	top: 18px;
	left: 40px;
}
#homeMessage .logo {
	border: 0px;
	float: left;
	height: 26px;
	margin: 0px;
	padding: 1px;
	width: 145px;
	text-indent: -3000px;
}

#homeMessage p {
	border: 0px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
#hotLinks {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 595px;
}
#hotLinks ul {
	list-style: none;
	margin: 0px;
	padding: 2px 8px 0px 38px;
}
#hotLinks ul li {
	width: 145px;
	padding: 1px;
}
.hotlinks1 a {
	height: 84px;
	background: transparent url("/shared_files/homepage/hotlinks1-off.png") 0px 0px no-repeat;
	display: block;
	text-indent: -3000px;
}
.hotlinks1 a:hover {
	background: transparent url("/shared_files/homepage/hotlinks1-on.png") 0px 0px no-repeat;
}
.hotlinks2 a {
	height: 64px;
	background: transparent url("/shared_files/homepage/hotlinks2-off.png") 0px 0px no-repeat;
	display: block;
	text-indent: -3000px;
}
.hotlinks2 a:hover {
	background: transparent url("/shared_files/homepage/hotlinks2-on.png") 0px 0px no-repeat;
}
.hotlinks3 a {
	height: 50px;
	background: transparent url("/shared_files/homepage/hotlinks3-off.png") 0px 0px no-repeat;
	display: block;
	text-indent: -3000px;
}
.hotlinks3 a:hover {
	background: transparent url("/shared_files/homepage/hotlinks3-on.png") 0px 0px no-repeat;
}

#exploreBox {
	background: transparent url("/shared_files/homepage/explore-box.png") 0px 0px no-repeat;
	border: 0px;
	float: left;
	height: 328px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	width: 262px;
	text-align: left;
}
#exploreBox h2,#applyBox h2, #finaidBox h2 { /*For No CSS/Print*/
	display: none;
}
#applyBox {
	background: transparent url("/shared_files/homepage/apply-box.png") center no-repeat;
	border: 0px;
	float: left;
	height: 328px;
	margin: 0px;
	padding: 0px;
	width: 261px;
	text-align: left;
}
#finaidBox {
	background: transparent url("/shared_files/homepage/finaid-box.png") center no-repeat;
	border: 0px;
	float: left;
	height: 328px;
	margin: 0px;
	padding: 0px;
	width: 262px;
	text-align: left;
}
#exploreContent {
	margin: 126px 0px 0px 6px;
	padding: 1px;
}
#applyContent {
	margin: 126px 0px 0px 3px;
	padding: 1px;
}
#finaidContent {
	margin: 126px 0px 0px 0px;
	padding: 1px;
}
#exploreBox p,#applyBox p,#finaidBox p{
	margin: 0px 10px 10px 24px;
}
#exploreBox a,#applyBox a,#finaidBox a {
	background: transparent url("/shared_files/homepage/arrow-off.gif") 0px 1px no-repeat;
	color: #F46521;
	display: block;
	font: 16px/1.1em "Times New Roman", serif;
	font-weight: 500;
	margin: 0px 0px 0px 12px;
	text-decoration: none;
	text-indent: 12px;
}
#exploreBox a:hover,#applyBox a:hover,#finaidBox a:hover {
	background: transparent url("/shared_files/homepage/arrow-on.gif") 0px 1px no-repeat;
	color: #1E8DBF;
}

#specialBox {
	background: #E3E5E4 url("/shared_files/homepage/special-top.png") top center no-repeat;
	border: 0px;
	clear: left;
	margin: 4px 0px 0px 20px;
	padding: 0px;
	width: 770px;
}
#specialBox h2 {
	color: #000;
	margin: 0px;
	padding: 16px 0px 8px 0px;
	text-align: center;
}
#specialBox p {
	color: #000;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
}
#endBox {
	background: url("/shared_files/homepage/special-bottom.png") top center no-repeat;
	border: 0px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	width: 770px;
}

/* Footer Styling */
#footer {
	background: url("/shared_files/homepage/footer.png") 0px -12px no-repeat;
	border: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px 0px 0px;
	text-align: center;
	width: 813px;
}
#footer p {
	font-size: 10px;
	line-height: 12px;
}
.highlight {
	color:#F46521;
	font-weight: bold;
}
.copyright a, .copyright a:hover, .copyright a:visited {
	color:#000;
	text-decoration: underline;
}




.barelink {
	text-decoration: none
}

.body {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	vertical-align: middle;
}

.body2 {
	font-family: "Arial", sans-serif;
	font-size: 9.5pt;
	vertical-align: middle;
}

.body3 {
	font-family: "Arial", sans-serif;
	font-size: 9pt;
	vertical-align: top
		
}

.justfont {
	font-family: "Arial", sans-serif;
}

.faq {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	color: #cc9900 
}

.field {
	vertical-align: bottom;
}

.formlabel {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
}

.subheading {
	color: #000000;
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	vertical-align: middle;
}

.detail {
	color: #003399;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	vertical-align: middle;
}

.subheadingsmall {
	color: #000000;
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	vertical-align: middle;
}

.label-l {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	text-align: left;
}

.label-r {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	text-align: right;
}

.label-c {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	text-align: center;
}

.hint {
	color: #888888;
	font-family: "Arial", sans-serif;
	font-size: 8pt;
}

.tableheader {
	color:#ffffff;
	font-family: "Arial", sans-serif;
	font-size:9pt;
	font-weight:bold;
	background-color: #003464;
}

.invisible {
	color: #FFF;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
.invisible a {
	color: #ffffff;
}
.invisible a:hover {
	color: #ffffff;
}

a.pdf {
	background: transparent url("/shared_images/icon_pdf.gif") no-repeat;
	text-decoration:none;
	line-height:20px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 2px 20px;}
a.doc {
	background: transparent url("/shared_images/icon_doc.gif") no-repeat;
	text-decoration:none;
	line-height:20px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 2px 20px;}
a.pps {
	background: transparent url("/shared_images/icon_pps.gif") no-repeat;
	text-decoration:none;
	line-height:20px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 2px 20px;}
