body
{
	font-family: Tahoma,Arial;
    text-decoration: none;
	padding:0px;
	margin:0px;
}
a
{
    color: #0157ac;
    font-family: Tahoma, Arial;
    text-decoration: none;
}

a:hover
{
    cursor: hand
}
/***********************************/

#outerdiv
{
	margin: 0px auto;
	padding-left: 12px;
	width:792px;
	background-image: url(/images/bg_shadow.png);
	background-repeat:repeat-y;
}

	#innerdiv
	{
		text-align:left;
		width:736px;
		padding:16px;
	}
		#topheaderimagediv
		{
			margin-bottom:16px;
			width:736px;
			height:83px;
		}
		#mainareadiv
		{
			width:736px;
		}
			#leftcolumndiv
			{
				width:168px;
				float:left;
			}
			#maincontentdiv
			{
				float:left;
			}
		#footerdiv
		{
			letter-spacing:1px;
			color:#565656;
			font-family:Tahoma, Arial;
			font-size:10px;
			width:736px;
			height:30px;
			padding-top:12px;
			background-image:url(/images/footer_shadow.gif);
			background-repeat:no-repeat;
			text-align:center;
		}
