@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

#larkinsTitleText {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 400px;
	float: right;
	padding-top: 15px;
}
#larkinsContentText {
	padding-top: 75px;
	padding-left: 90px;
}
#larkinsFooterText {
	font-size: 11px;
	color: #FFF;
	padding-top: 95px;
	text-align: right;
	padding-right: 100px;
}
#larkinsHeaderText {
	font-size: 11px;
	color: #FFF;
	padding-top: 40px;
	text-align: right;
	padding-right: 100px;
	font-weight: bold;
	text-decoration: none;
}
.larkinsHeaderText {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#larkinsHeaderText a {
	color: #FFF;
	text-decoration: underline;
}
#larkinsFooterText a {
	color: #FFF;
	text-decoration: underline;
}
.adminTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: #06C;
}
.employmentTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: #000;
	text-align: center;
}
.errorText {
	font-weight: bold;
	color: #900;
}
.adminHeader {
	font: 24px Verdana, Geneva, sans-serif;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.adminSmall {
	font-size: 10px;
}
.adminDelete {
	font-size: 10px;
	color: #666;
}
.adminDelete a {
	color: #666;
	text-decoration:underline;
}
.adminBig {
	font-size: 16px;
}
.adminTitle a {
	color: #FFF;
    text-decoration: underline;
}
.adminNote {
	font-style: italic;
	font-size: 12px;
	color: #666;
}
.button {
	font: 10px Verdana, Geneva, sans-serif;
	border: thin solid #BEBAB5;
}
.formField {
	border: thin solid #BEBAB5;
	font: 11px Verdana, Geneva, sans-serif;
}
.homeImage {
	position: absolute;
	height: 200px;
	width: 300px;
}
.transBack {
	background-image: url(images/fadeImage.png);
	background-repeat: repeat;
}

