form {
	margin: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #ed145b;
	text-decoration: none;
}

.body {
	margin: 0px;
}

.bg-black {
	background: #000000;
}

.bg-red {
	background: #320000;
}

.bg-blue {
	background: #0a2c41;
}

.bg-brown {
	background: #292423;
}

.bg-purple {
	background: #360038;
}

.pink-strip {
	float: left;
	width: 100%;
	height: 5px;
	background: #ed145b;
	overflow: hidden;
}

.main-box {
	float: left;
	width: 100%;
}

.main-container {
	width: 950px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
}

.login-line {
	width: 900px;
	height: 33px;
	text-align: left;
}

.login-div {
	float: right;
	width: auto;
}

.logo-line {
	width: 900px;
	height: 46px;
	text-align: left;
}

.logo-div {
	float: left;
	width: 280px;
	height: 46px;
}

.logo-dot {
	float: left;
	width: 40px;
	height: 46px;
}

.logo-name {
	float: left;
	width: 580px;
	height: 46px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #898989;
}

.text-divider {
	margin-bottom: 1px;
}

.nav-bar {
	width: 900px;
	margin-top: 25px;
}

.nav-text {
	padding: 3px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-left: 320px;
}

.nav-link {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.nav-link:hover {
	color: #ed145b;
	text-decoration: none;
}

.nav-selected {
	color: #ed145b;
	text-decoration: underline;
}

.banner-line {
	width: 900px;
	height: 298px;
	border-left: 5px solid #ed145b;
	border-right: 5px solid #ed145b;
	text-align: left;
	background-color: #636363;
	margin-top: 5px;
}

.banner-img {
	z-index: 1;
}

.banner-box {
	width: 900px;
	height: 0px;
	text-align: left;
}

.box-overlay {
	position: absolute;
	margin-top: 150px;
	margin-left: 285px;
	width: 620px;
	height: 116px;
	background-color: #000000;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	z-index: 5;
}

.box-line {
	position: absolute;
	margin-top: 150px;
	margin-left: 280px;
	width: 620px;
	height: 116px;
	border-left: 5px solid #ed145b;
	z-index: 10;
}

.box-text {
	padding-left: 40px;
	padding-top: 27px;
}

.box-tag {
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.box-font {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #898989;
}

.box-spider {
	margin-right: 37px;
	margin-top: -18px;
}

.content-container {
	margin-top: 92px;
	width: 900px;
	text-align: left;
}

.content-home {
	float: left;
	margin-bottom: 40px;
}

.content-line {
	float: left;
	margin-bottom: 40px;
}


.content-header {
	float: left;
	width: 280px;
}

.content-dot {
	float: left;
	width: 40px;
	height: 90px;
	background: url(pics/dots.gif) repeat-y;
}

.content-text {
	float: left;
	width: 580px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #898989;
	text-decoration: none;
	text-align: justify;
}

.resume-company {
	float: left;
	width: 580px;
	font-family: Times New Roman;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.resume-courses {
	float: left;
	width: 580px;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.resume-department {
	float: left;
	width: 580px;
	padding-top: 3px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #898989;
}

.resume-title {
	float: left;
	width: 580px;
	padding-top: 3px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #898989;
}

.resume-line {
	float: left;
	width: 580px;
	padding-top: 12px;
	margin-bottom: 20px;
}

.resume-logo {
	float: left;
	width: 120px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #898989;
	margin-bottom: 30px;
}

.resume-text {
	float: left;
	width: 460px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #898989;
	margin-bottom: 30px;
}

.resume-spacer {
	margin-bottom: 30px;
}

.logo-img {
	width: 90px;
	height: auto;
	padding: 3px;
	background: #FFFFFF;
}

.txt-small {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #898989;
}

.txt-white {
	color: #FFFFFF;
}

.footer-line {
	margin-top: 31px;
	float: left;
	width: 100%;
	height: 56px;
	background: #363636;
}

.footer-container {
	width: 900px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
}

.footer-copyright {
	float: left;
	width: 180px;
	padding-top: 8px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.footer-nav {
	float: left;
	width: auto;
	padding-top: 8px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 115px;
}

.footer-social {
	float: right;
	width: auto;
	padding-top: 8px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.footer-link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-link:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ed145b;
	text-decoration: none;
}

.footer-selected {
	color: #ed145b;
	text-decoration: underline;
}

.backtop-line {
	width: 900px;
	height: 17px;
}

.backtop-div {
	float: right;
	width: auto;
	height: 17px;
}

.png {
	behavior: url("iepngfix.htc");
}

.clickable {
	cursor: hand;
}

.admin-box {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	background: #ed145b;
}

.login-box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

.site-title {
	float: left;
	width: 500px;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.logout-box {
	float: right;
	width: 300px;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 3px;
	text-align: right;
}

.input-site {
	border-color: #ffffff;
	border-style: dotted;
	border-width: 1px;
	width: 280px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 2px;
}

.input-login {
	width: 99px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 2px;
	border: 0px;
	border-bottom: 1px dotted #ffffff;
}

.input-submit {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ed145b;
	text-align: center;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #ffffff;
	background-color: #000000;
}

.input-title {
	text-transform: uppercase;
	border-color: #7e7e7e;
	border-style: dotted;
	border-width: 1px;
	width: 100%;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 2px;
}

.input-tag {
	text-transform: uppercase;
	border-color: #7e7e7e;
	border-style: dotted;
	border-width: 1px;
	width: 430px;
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 2px;
}

.input-sub {
	text-transform: uppercase;
	border-color: #7e7e7e;
	border-style: dotted;
	border-width: 1px;
	width: 430px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 2px;
}

.input-copyright {
	text-transform: uppercase;
	border-color: #7e7e7e;
	border-style: dotted;
	border-width: 1px;
	width: 180px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 2px;
}

.input-text {
	border-color: #7e7e7e;
	border-style: dotted;
	border-width: 1px;
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 2px;
}

.input-textarea {
	border-color: #7e7e7e;
	border-style: dotted;
	border-width: 1px;
	width: 100%;
	height: 250px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 5px;
}

.thumbnail-box {
	float: left;
	width: 270px;
	height: 70px;
	overflow: hidden;
	border-left: 4px solid #ed145b;
	border-right: 4px solid #ed145b;
	background-color: #636363;
	margin-right: 10px;
	margin-top: 10px;
	display: inline;
}

.line-spacer {
	margin-top: 5px;
	margin-bottom: 5px;
	visibility: hidden;
}