* {
    padding: 0px;
    margin: 0px;
}

BODY {
	font-family:Georgia, "Times New Roman", Times, serif;
    background-color: #ffffff;
}

a img { border:none; }

hr { border:0; color:#325488; background-color:#325488; height:1px; margin-bottom:5px; margin-top:20px }

#content {
    width: 902px;
	padding:0;
	margin:0;
	text-align:left;
	border:solid 1px #2a3950;
	background-color:#FFFFFF;
}


/****************** body text *************/
#BODY {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	line-height: 19px;
    font-size: 13px;
	margin: 0;
	padding: 0;
	color:#595959;
}

#BODY UL {
    list-style:square;
    padding: 5px 10px 5px 20px;
}

#BODY LI {
    padding-bottom:5px;
}

#BODY A:link, #BODY A:visited {
  text-decoration: none;
  font-weight:bold;
  color:#325488;
}

#BODY A:hover, #BODY A:active {
  text-decoration: underline;
  color:#f47820;
}

#BODY H1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
	line-height:22px;
    font-weight: bold;
    color: #325488;
	margin-bottom: 6px;
}

#BODY H2 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	line-height:16px;
    font-weight: bold;
    color: #325488;
	display:inline;
}

#BODY P {
    margin-top: 15px;
}

#BODY .button A:link, #BODY .button A:visited, #BODY .button A:hover, #BODY .button A:active {
  text-decoration: none;
  text-align:center;
  font-weight:normal;
  color:#ffffff;
  padding:4px;
  background-color:325488;
  width:210px;
}

.inputFormButton {font-size:11px; cursor:hand; background-color:#a17b31; color: #000000; border: 1px; border-style: solid; border-color: #a17b31}

/****************** Callout *************/
#callout {
   border-style: solid;
   border-color: #273067;
   border-bottom-width:1px;
   border-left-width:1px;
   border-right-width:1px;
   border-top-width:1px;
   text-align: left;
   background-color: ffffff;
   padding: 12px;
   margin-bottom:15px;
}
#callout .button, #callout A:link, #callout A:visited {
  text-decoration: none;
  text-align:center;
  font-weight:normal;
  color:#ffffff;
  padding:4px;
  background-color:325488;
}

/****************** footer *************/
#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	line-height: 16px;
    font-size: 12px;
	margin: 0px;
	padding: 150px 0 30px 380px;
	color:#293067;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:900px;
}
#footer A:link, #footer A:visited {
  text-decoration: none;
  color:#293067;
}

#footer A:hover, #footer A:active {
  text-decoration: none;
  color:#f47820;
}