/* CSS DOCUMENT */
body	{
	padding : 0px;
	margin : 0px;
}

ul	{
	padding : 0px;
	margin : 5px 0px 5px 20px;
}

li	{
	padding : 2px;
	margin : 0px;
}

a	{
	color : #B88453;
	text-decoration : underline;
}

a:hover	{
	color : #6699CC;
	text-decoration : underline;
}

td	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	line-height : 14px;
	color : #666;
}

.lightBlue	{
	color : #6699CC;
}

#homeContent	{
	padding : 10px 0px 0px 0px;
	margin : 0px;
	width : 380px;
}

#homeRightColumn	{
	padding : 10px 0px 10px 0px;
	margin : 0px;
	width : 151px;	
}

.homeSection	{
	padding : 25px 0px 0px 0px;
	margin : 0px;
}

p	{
	padding : 5px 0px 5px 0px;
	margin : 0px;
}

#footer	{
	border-top : 1px solid #9999CC;
	padding : 10px;
}

.legal	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 9px;
}

.navtext	{
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
}

.content	{
	width : 588px;
}

.input	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}

.subhead	{
	margin-top: 5px;
	margin-left: 0px;
	color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
	border-bottom : 1px solid #CC9966;
}

.callout_button {
		height: 35px;
}

.callout_button a {
	border: 1px solid #B88453;
	background: #FFFFCD;
	padding: 10px;
	text-align: center;
	color:  #B88453;
	text-decoration: none;
	font-weight: bold;
	height: 35px;
}

.callout_button a:hover {
	border: 1px solid #B88453;
	background: #dbdba3;
	padding: 10px;
	text-align: center;
	color:  #8b623b;
	text-decoration: none;
	font-weight: bold;
	height: 35px;
}




#dhtmltooltip 	{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
}

#ddn_what	{
	left : 140px;
	top : 242px;
	width : 145px;
	position: absolute;
	z-index: 10;
}

.drop_down_nav_item	{
	color : #D3541F;
	padding : 5px 0px;
}

.drop_down_nav_item a	{
	color : #D3541F;
	text-decoration : underline;
}

.drop_down_nav_item a:hover	{
	color : #669966;
	text-decoration : underline;
}

.callout_box {
	background: #fafae5; 
	border: 1px solid #d9b18a; 
	padding: 10px;
	width : 99%;
	font-style: italic;
}

.callout_box2 {
	background: #fafae5; 
	border: 1px solid #d9b18a; 
	padding: 10px;
	margin: 0px 0px 10px 12px;
	width : 175px;
	float: right;
}