

body {
	margin: 0px;
	background: #F5F5F5;
}

body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #329FB8;
	text-decoration: none;
}
a:hover {
	color: #BC006F;
	text-decoration: underline;
}

input.text, textarea, select {
	font-size: 12px;
	padding: 2px 4px;
	border: solid #BC006F 1px;
	color: #329FB8;
}
input.button {
	font-size: 12px;
	padding: 2px 4px;
	border: solid black 1px;
	border-color: #93B6CA #73726D #73726D #93B6CA;
	background: #329EB8;
	color: #ffffff;
	font-weight: bold;
}
input.gold {
	border-color: #DFDC41 #74736E #74736E #DFDC41;
	background: #D3D11E;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
}


h1, .h1 { font-size: 20px; }
h2, .h2 { font-size: 16px; }
h3, .h3 { font-size: 14px; }
h4, .h4 { font-size: 12px; }
h5, .h5 { font-size: 11px; }


.red { color: #BC006F; }
.blue { color: #329FB8; }
.white { color: #ffffff; }

a.white:hover { color: #EAE726; }

.smalltext {
	font-size: 11px;
}


.searchcaption {
	font-size:11px;
	color: #BC006F;
}

form {
	display: inline;
	margin: 0px;

}

hr {
	color: #dddddd;
	background: #dddddd;
	height: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td.formcaption {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 2px 4px;
}

td.formfield {
	padding: 2px 4px;
}







#toplinks {
	padding-top: 2px;
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
}

#toplinks a {
	color: black;
	padding: 0px 3px;
}
#toplinks a:hover {
	color: #4724BC;
}


table#mainmenu {
	font-family: Georgia, Times, serif;
	width: 170px;
	font-size: 13px;
	border-top:solid #ffffff 1px;
}

table#mainmenu td {
	padding: 1px 2px 1px 16px;
	white-space: nowrap;
	border-bottom:solid #ffffff 1px;
	background: url('../images/menu-arrow.png') no-repeat left;
}

table#mainmenu td a {
	color: #E1E1E1;
	text-decoration: none;
}

table#mainmenu td.hover {
	background: #3A1F98 url('../images/menu-arrow-over.png') no-repeat left;
}


table#mainmenu td.hover a {
	color: #ffffff;
}



div#privacylinks {
	text-align: center;
	font-size: 12px;
}

table#pagefooter {
	color: white;
	font-size: 12px;
}

table#pagefooter td {


}




table#searchform td {
	padding: 0px 0px 4px 0px;
}

table.institutionresults {
	border: solid #dddddd;
	border-width: 1px 0px 0px 1px;
}

table.institutionresults td, table.institutionresults th {
	font-size: 12px;
	padding: 2px 4px;
	border: solid #dddddd;
	border-width: 0px 1px 1px 0px;
}

table.institutionresults th {
	font-size: 11px;
	font-weight: bold;
	background: #C3C2BE;
	color: #fff;
	padding: 2px 2px;

}

fieldset {
	padding: 0px;
}

legend {
	margin-left:10px;

	font-weight: bold;
	font-size: 11px;
	color: #414141;
}


.instdetailsformcaption {
	color: #414141;
	width: 85px;
	font-size: 11px;
	white-space: nowrap;

}

.featuredcollegerow {
	background: #433269;
	color: #ffffff;
	padding: 8px 10px;
	font-size: 11px;
}

.featuredcollegerow  a {
	color: #FFFFFF;
}
.featuredcollegerow  a.more {
	color: #87C620;
}
