
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#content{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 1.3;
}

#content a:link, #content a:visited, #content a:hover {
	color: #006699;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-weight: bolder;
 line-height: 1.0;	
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #507070;
}

h3{
 font-size: 110%;
 color: #507070;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #507070;
}

h5{
 font-size: 100%;
 color: #507070;
}

#floatingCenteredContent{
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0E0 #E0E0E0 #E0E0E0 #E0E0E0;
	background-color: #FCFCFC;
	width: 42em;
	padding: 20px;
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
}


.errorMsg{
	margin-left: 10px;
	margin-right: 10px;
}

.contentBox{
	border-width: 1px;
	border-style: solid;
	border-color: #E0E0E0 #E0E0E0 #E0E0E0 #E0E0E0;
	background-color: #FCFCFC;
	width: 42em;
	padding: 20px;
	margin: 20px;
}

.inputControls{
	font-size: 70%;
	border-width: 2px;
	border-style: solid;
	border: 1px solid #cccccc;
	border-color: #D0D0D0 #909090 #909090 #D0D0D0;
	background-color: #F5F5F5;
	font-family: tahoma, sans-serif;
	padding: 10px;
}

.vacationDates{
	border-color: #909090 #909090 #909090 #909090;
}

.inputControls p{
	margin-top:.75em;
	margin-bottom:1em;
}

.inputControls th{
	font-weight: bold;
}

.inputControls input{
	font-family: tahoma, sans-serif;
	font-size: 100%;
}

.inputControls input.textBox{
	position: relative;
	top: .4em;
	padding: .15em;
	margin: .3em;
	margin-right: .05em;
}

.inputControls input.radio{
	padding-bottom: .6em;
}

.inputControls input.checkbox{
	padding-bottom: .6em;
}

.vacationDates select{
	font-size: 100%;
}

.inputControls img{
	position: relative;
	top: .4em;
	padding-right: .5em;
	border: 0;
}

p.indented{
	padding-left:4em;
}


#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color: #FCFCFC;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	font-family: Arial,sans-serif;
	line-height: 1.166;	
}

#siteInfoFloatingFooter{
	position: absolute;
	bottom: 19px;
	left: 0;
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color: #FCFCFC;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	font-family: Arial,sans-serif;
	line-height: 1.166;	
}