body
{
	font-family: Verdana, Tahoma, Arial;
	font-size:11px;
    text-decoration: none;
	padding:0px;
	margin:0px;
	background-color:#eae5df;
}

a
{
	text-decoration:none;
}

p
{
	margin:0px;
	padding:0px;
}
img
{
	border:0px;
}

a:hover
{
    cursor: hand
}
/***********************************/

#outmostdiv
{
	width:942px;
}
	#outerdiv
	{
		background-color:White;
		width:942px;
		
	}
		#toplogodiv
		{
			width:942px;
			position:relative;
		}
		#innerdiv
		{
			width:915px;
			padding-bottom:10px;
			border-bottom:1px solid #e9e6df;
			
		}
		#fullcontentdiv
		{
		    text-align: -moz-left;
			text-align:left;
		}
			#maincontentdiv
			{
				width:890px;
				text-align: -moz-left;
				text-align:left;
			}
				#leftcontentdiv
				{
					float:left;
					width:540px;
					margin-right:4px;
				}
				#rightcontentdiv
				{
					float:left;
					width:327px;
					padding-left:10px;
				}
			#footerdiv
			{
				font-size:10px;
				width:942px;
				height:106px;
				background-image:url(/images/footer.jpg);
				background-repeat:no-repeat;
				text-align: -moz-left;
				text-align:left;
			}

