.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFEFF;
	text-decoration: none;
	font-weight: normal;
}
A.body { text-decoration: underline}
A.body:hover { color: #E7D596; text-decoration: underline}


hr { 
	border:0; 
	color:#ffffff; 
	background-color:#ffffff; 
	height:1px; 
	margin-bottom:15px; 
	margin-top:15px 
}


.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
	color: #1C7894;
	text-decoration: none;
	font-weight: bold;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFEFF;
	text-decoration: none;
	font-weight: normal;
}
A.footer { text-decoration: none}
A.footer:hover { color: #E7D596; text-decoration: underline}

UL {list-style-type: square; margin-top: 4px; margin-bottom: 4px; font-weight: normal; color: #FFFEFF}

.inputFormButton {font-size:11px; cursor:hand; background-color:#565557; color: #ffffff; width: 40px; border: 1px; border-style: solid; border-color: #000000}
.inputFormSelect {font-size:11px; cursor:hand; background-color:#565557; color: #ffffff; border: 1px; border-style: solid; border-color: #000000}

.container {
   border-style: solid;
   border-color: #463B48;
   border-bottom-width:1px;
   border-left-width:1px;
   border-right-width:1px;
   border-top-width:1px;
   width:176px;
   text-align: center;
   background-color: F3F8FC;
}


/****************** homepage *************/
#callout {
	background-image:url(images/bknd_callout.gif);
	background-repeat:no-repeat;
	background-color:#311507;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:796px;
	padding:0px;
	margin:0px;
	text-align:center;
}
#callout p {
	padding-left: 475px;
	padding-top:72px;
}

#callout A:link, #callout A:visited {
	text-decoration:none;
}
#callout A:hover, #callout A:active {
	text-decoration:underline;
}

#intcallout {
	float:right;
	width:270px;
	padding:8px;
	margin-left:22px;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ffffff;
	text-align:center;
	font-size: 11px;
	line-height: 18px;
}


.inputFormButton {
	font-size:11px;
	text-align:center;
	padding: 4px;
	cursor:hand; 
	background-color:#000000; 
	color: #ffffff; 
	border: 1px; 
	border-style: solid; 
	border-color: #000000;
	width:120px;
}