/* CSS Document */


body 	{
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	width: 99%;
	scrollbar-base-color: blue;
	scrollbar-arrow-color: Aquamarine;
	scrollbar-DarkShadow-Color: Aquamarine;
	}

html 	{ 
  	padding:0px;
  	margin:0px;
  	height: 70%;
	}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {
	background-color:#00CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#top 	{
	width: 99.5%;
	font-size: 11px;
	text-align: right;
	color: #564b47;
	background-color: #FFFFFF;
	padding:5px;
	margin:0px;
	background-attachment: fixed;
	background-image: url(top-edge.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 10px;
	}

#bottomedge-bak	{
	position: absolute;
	width: 99.5%;
	padding:5px;
	text-align: center;
	background-color: #FFFFFF;
	margin:0px;
	background-attachment: fixed;
	background-image: url(bottom-edge.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 40px;
	left: 0%;
	right: 0%;
	bottom: 0%;
		}


#left 	{
	position: absolute;
	left: 0px;
	top: 101px;
	width: 190px;
	background-color: #F8F8F8;
	padding: 5px;
	height: 110%;
	text-align: center;
	
}

#content {
	margin: 3px 196px 0px 215px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	padding: 5px;
	}

#right 	{
	position: absolute;
	right: 0px;
	top: 103px;
	width: 190px;
	background-color: #F8F8F8;
	padding: 5px;
	height: 110%;
	}

.topleftcorner
{
	position:absolute;
	left: 0%;
	top: 0px;

}

.toprightcorner
{
	position:absolute;
	right: 0%;
	top: 0%;
}

.bottomleftcorner
{
	position:absolute;
	left: 0%;
	bottom: 0%;
}

.bottomrightcorner
{
	position:absolute;
	right: 0%;
	bottom: 0%;
}
.style1 {color: #0000CC}
.style2 {color: #0000FF}
.style3 {font-size: xx-small}
.adsensediv{
	float:left;
}
