/*Main Style Sheet for Leavitt.com Redesign Summer 2003*/

/*Redefine global html tags*/

body {
	font-family: arial;
	font-size: 12px;
}
td {
	font-size: 12px;
}
div {
	font-size: 12px;
}
form {
	display: inline;
}

ol {
	display: inline;
}
li {
	margin-left: 25px;
	padding-bottom: 6px;
}
a
{	color: #4682B9;
	text-decoration: underline;
}
a:hover
{	color: #999999;
	text-decoration: none;
}
.links {
	color: #4682B9;
	text-decoration: underline;
}

.links:hover {
	color: #999999;
	text-decoration: none;
}
.indent1 {
	margin-left: 15px;
}
.scrolly {
/*
scrollbar-3dlight-color:#ccffff;
scrollbar-arrow-color:#000033;
scrollbar-base-color:#FFFFFF;
scrollbar-darkshadow-color:#000033;
scrollbar-face-color:#99CCCC;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#006699;
*/
}


/*Custom classes*/
.text24 {
	font-size: 20px;
}
.text18 {
	font-size: 14px;
	font-weight: bold;
}
.text16 {
	font-size: 12px;
	font-weight: bold;
}
.text10 {
	font-size: 10px;
}
.borderWhite {
	border: 1px solid #FFFFFF;
}
.blueLinks:link, .blueLinks:visited{
	color: blue;
	text-decoration: underline;
}
.blueLinks:hover {
	color: #000066;
	text-decoration: underline;
}
.whiteLinks:link, .whiteLinks:visited{
	color: #ffffff;
	text-decoration: underline;
}
.whiteLinks:hover {
	text-decoration: underline;
	color: #003;
}
.oppLinks:link, .oppLinks:visited{
	color: #4682B9;
	text-decoration: underline;
}
.oppLinks:hover {
	text-decoration: underline;
	color: #999999;
}.red {
	color: #FF0000;
}.text10Gray {
	font-size: 10px;
	color: #999999;

}
.deadlink {
	color: #4682B9;
	font-weight: bold;
}
#footer {
clear:both;
margin-top: 50px;
}
.back {
background:#669999;
border-top: 1px solid #003;
}
.back2 {
background:#669999;
border-top: 1px solid #003;
border-top: 1px solid #003;
}
.back3 {
background-color:#416A87;
}
input.smalltxtBox
{ 	height:19px; 
	font-size:11px;
}