/* CSS Document */
body{
	margin: 0px;
	background-image:url(../_images/page_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul{
	padding: 0px;
	margin: 0px;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #4f2991;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearall{
	height: 1px;
	line-height: 1px;
	clear: both;
}
h2{
	color: #4e684f;
	font-size: 16px;
	font-weight: bold ;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 20px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #4e684f;
	height: 20px;
}

.wrapper{
	position: relative;
	width: 648px;
	margin: 0px auto 20px auto;
}
.logo{
	position: absolute;
	top: 20px;
	left: -73px;
	z-index:500;
}
.minormenu{
	position: absolute;
	top: 12px;
	_top: 24px;
	left: 517px;
	width: 300px;
	list-style: none;
	color: #4e684f;
}
.minormenu a{
	color: #4e684f;
	text-decoration: none;
}
.minormenu li{
	white-space: nowrap;
	display: inline;
}
.mainmenu{
	position: absolute;
	top: 69px;
	left: 92px;
}
.mainmenu ul{
	height: 33px;
	background-image: url(../_images/pixel_green.png);
	text-align: right;
	width: 553px;
	padding-right: 3px;
}
.mainmenu li{
	list-style: none;
	line-height: 30px;
	display: inline;
	color: #ffd475;
}
.divider{
	margin: 0 3px 0 3px;
	_margin: 0 2px 0 2px;
	font-size: 16px;
}
.mainmenu a{
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a:hover{
	color: #ffd475; 
}
.mainmenu .slug{
	position: absolute;
	right: -12px;
	top: 0px;
	
}
.rule{
	position: absolute;
	top: 162px;
	left: 110px;
}
.pagetitle{
	position: absolute;
	top: 128px;
	left: 110px;
}
.bannerarea{
	position: absolute;
	top: 101px;
}

.content{
	position: absolute;
	top: 190px;
	width: 517px;
	min-height: 350px;
	_height: 350px;
	border: 1px solid #4e684f;
	border-left: 6px solid #4e684f;
	background-color:#FFFFFF;
	padding: 20px 20px 20px 104px;
	
}
.content a{
	text-decoration: none;
	color: #4e684f;
	font-weight: bold;
}
.footer{
	position: absolute;
	bottom: -58px;
	left: 0px;
	width: 648px;
}
.footer ul{
	list-style: none;
	text-align: center;
	margin-bottom: 10px;
}
.footer li{
	display: inline;
	font-size: 10px;
}
.footer .divider{
	font-size: 10px;
}
.footer a{
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

