/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin:				40px 0px 0px 0px;
	width:				220px;
	background:			white;
	line-height:			16px;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;	
	border-left:			2px solid #DAA914;
	padding:			10px 0px 0px 20px;
}

td#widgettitle
{
	padding-top:			0px 0px 5px 20px;
	background:			white;
	color:				#124B36;
	text-align:			left;
	font-weight:			bold;
	font-size:			16px;
	font-family:			times new roman;
}


td#widgetcontent
{
	padding:			10px 0px 0px 20px;
}

#widgetcontent a
{
	color:				rgb(0,82,156);
	text-decoration:		none;
}

#widgetcontent a:hover
{
	color:				rgb(0,82,156);
	text-decoration:		none;
}



/*-------------------------------------------------------------------------------------------------------*/
/*	Form Elements
/*-------------------------------------------------------------------------------------------------------*/
form
{
	
}


/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-color:		white;
	background-image:		url( /images/bg_home.gif );
	background-repeat:		no-repeat;
	background-image-align:		right, bottom;
}
