/* CSS Document */

/* **************** PAGE + FONT STYLES **************** */

body {background-color: #C2D1D3}

.body {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #572600;
	text-align: left;
}
.bodylessleading {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #572600;
	text-align: left;
}

.bodybold {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #572600;
	text-align: left;
}
.bodyboldteallessleading {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #73ADB5;
	text-align: left;
}
.bodysmaller {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #572600;
	text-align: left;
	
	}
.bodysmallerlessleading {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #572600;
	text-align: left;

}
.bodysmallerlessleadingRed {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #C41230;
	text-align: left;

}
.bodyitaliclessleadingbold {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	color: #572600;
	text-align: left;
	margin-left: 0px;

}

.bodysmall {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #572600;
	text-align: center;

}

.bodyextrasmallgray {
	font-family: verdana, arial, sans serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #999999;
	text-align: center;

}

.bodyheader {
	font-family: arial, verdana, sans serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	color: #73ADB5;
	text-align: left;

}
.header {
	font-family: arial, verdana, sans serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	color: #C41230;
	text-align: left;

}
/* **************** IMAGE + TABLE STYLES **************** */

.footerlinks {
	font-family: arial, verdana, sans serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	color: #174A7C;
	text-align: left;
	text-decoration: underline;
}
.imageborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.footernonlinks {
	font-family: arial, verdana, sans serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	color: #572600;
	text-align: left;
}

/* **************** IMAGE + TABLE STYLES **************** */



.floatimageright {
	float: right;
	margin: 30px;

	
}

.floatimagecenter {
	margin: 10px 145px;
}
.buttonpadding {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* **************** HYPERLINK STYLES **************** */


a:link {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	color: #174A7C;
	text-decoration: underline
	font-weight: bold;
}

a:visited {
	font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif;
	color: #999999;
	text-decoration: none
	font-weight: normal;
}
a:hover { 
		font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif; 
		color: #C41230; 
		text-decoration: underline
		font-weight: bold;
}
a:active { 
		font-family: Georgia, Trebuchet MS, Times New Roman, Times, serif; 
		color: #C41230; 
		text-decoration: underline
		font-weight: bold;
}
.highlightit img{
border: 1px solid #FFFFFF;
}

.highlightit:hover img{
border: 1px solid #C41230;
}

.highlightit:hover{
color: #C41230; /* Dummy definition to overcome IE bug */
}
	

	
/* **************** DIV STYLES **************** */
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 25px;
  margin: auto;
  background-color: transparent;
  color: white;
}

/* **************** Form STYLES **************** */
.row{
  padding:5px;
	width:560px;
	height: auto;
	vertical-align:middle;
	background-color: #FFFFFF;
	display: table;
}

.row .fieldname{
	padding-top:3px;
	padding-right: 10px;
	width:285px;
	float:left;
}

.row .fieldinput{
	width:265px;
	float:right;
}

.error{
	border: 2px solid #cc0000;
}

.errormsg{
  padding:5px 0px 0px 5px;
}

.errormsg .text{
  padding-left:5px;
  font-weight: bold;
  display: inline;
  vertical-align:middle;
  color: #c41230;
}
