@charset "utf-8";

* {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
	overflow-y: scroll;
}

.current {
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 11em;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/

	line-height: 16px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	border: thin solid #000;
}

.header {
	text-align: center;
	padding-top: 10px;
}

.sub_header {
	text-shadow: 2px 2px 2px #CCC;
	font-size: 22px;
	font-weight: bold;
	color: #486595;
	font-style: italic;
	padding-top: 35px;
	text-align: center;
}

.cpsa_banner {
	border: thin solid #000;
	box-shadow: 10px 10px 5px #888888;
}

.links_top {
	padding-top: 30px;
	padding-right: 25px;
}

.colleges {
	background-image: url(images/colleges.png);
	background-position: center 180px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.home_list {
	padding-bottom: 25px;
	margin-left: -20px;
	text-shadow: -1px -1px 0px #e3e3e3, 1px -1px 0 #e3e3e3, -1px 1px 0 #e3e3e3, 1px 1px 0 #e3e3e3;
	font-size: 18px;
}

.main_cell {
	font-size: 17px;
	padding-top: 25px;
}

.main_cell ul {
	margin-top: 25px;
}

.events_cell {
	padding-top: 40px;
}

.footer {
	font-size: 13px;
	padding-top: 20px;
	font-family: Arial;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: -1px -1px 0px #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-weight: bold;
}

.footer span {
	margin: 0px 50px;
}

.horiz_rule {
	box-shadow: 2px 2px 2px #686868;
}

.titles {
	color: #000;
	text-shadow: 2px 2px 2px #666;
	font-size: 24px;
	line-height: 28px;
	padding-top: 20px;
}

.dates {
	color: #000;
	text-shadow: 2px 2px 2px #666;
	font-size: 24px;
	line-height: 30px;
	padding-top: 20px;
}

.text {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 15px;
}

.event_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}

.event_item {
	font-size: 13px;
}

.contact_text {
	font-size: 17px;
	text-align: center;
	padding-top: 20px;
}

.sent_request {
	font-size: 30px;
	padding-top: 50px;
	line-height: 40px;
}

.link_box {
	box-shadow: 10px 10px 5px #888888;
	margin-bottom: 5px;
}

body {
	background-color: #D2DBDF;
	/*font-family: Verdana, Geneva, sans-serif;*/
}

.table-stuff {
	background-color: #F3F3F3;
	width: 860px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thick double #666;
}

.disclaimer {
	font-size: 13px;
}

.nostyle {
	text-decoration: none;
	color: black;
}

.testimonials {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px
}

.red {
	color: red;
}

input[type="image"] {
	width: 127.5px;
	height: 165px;
	border: 1px solid #000;
	margin-right: 10px;
}