*
	{
	margin:0;
	padding:0;
	}
html{
	overflow-y:scroll;
}

body
	{
	background-color:#ffffff;
	font:normal 10px/14px Arial,Tahoma,Verdana;
	background-image:url('../../images/layout/back.gif');
	background-repeat:repeat-x;
	}
img
	{
	border:none;
	behavior:url('../../images/layout/pngbehavior.htc');
	}
.spacer
	{
	clear:both;
	height:1px;
	float:none;
	border:none;
	}
#allContainer
	{
	width:810px;
	margin:0 auto 0 auto;
	position:relative;
	}
#top
	{
	height:94px;
	}
#logo{
	float:left;
}
#top .advertisement
	{
		float:left;
		width:269px;
		text-align:center;
	}
#top .loggedin
	{
	float:left;
	}
#midContainer
	{
	_margin-top:-3px;
	min-height:405px;
	height:auto !important;
	height:405px;
	background-image:url('../../images/layout/back_top.gif');
	background-repeat:no-repeat;
	}
#topmenu
	{
	height:38px;
	}
#topmenu ul
	{
	margin:0 0 0 300px;
	padding:13px 0 0 0;
	}
#topmenu ul li
	{
	list-style:none;
	float:left;
	margin:0 2px 0 2px;
	}
#topmenu a:link, #topmenu a:visited
	{
	width:77px;
	height:25px;
	display:block;
	background-image:url('../../images/layout/tmenu_back.jpg');
	font:normal 11px/25px Arial,Verdana,Tahoma;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	}
#topmenu a:hover
	{
	background-image:url('../../images/layout/tmenu_back_act.jpg');
	font-weight:bold;
	}
	
#bottom
	{
	height:19px;
	background-color:#f6f6f6;
	font:normal 10px/19px Arial,Verdana,Tahoma;
	color:#666666;
	padding:0 5px 0 5px;
	margin:5px 20px 0 20px;
	}
#bottom .left
	{
	width:805px;
	float:left;
	text-align:center;
	}
#bottom .middle
	{
	width:805px;
	float:left;
	text-align:center;
	}
#bottom .right
	{
	float:right;
	}
	
#overDiv
	{
	background-color:#ffffff;
	border:3px solid #3f6388;
	padding:10px;
	color:#666666;
	}