body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color: #A6CAF4;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	scrollbar-3d-light-color: #3460D2;
	scrollbar-arrow-color: #3460D2;
	scrollbar-base-color: #1AB0FF;
	scrollbar-darkshadow-color: #3460D2;
	scrollbar-face-color: #A6CAF4;
	scrollbar-highlight-color: #A6CAF4;
	scrollbar-shadow-color: #3460D2;
	scrollbar-track-color: #A6CAF4;

}

#framecontentTop{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 228px;
	overflow: hidden;
	color: white;
	background-color: #A6CAF4;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	bottom: 0px;
	width: 100%;
	background-image: url(/images/repeater2.jpg);
	}
#sidebar{
	position: absolute;
	margin-left: -366px;
	top: 225px;
	left: 50%;
	bottom: 0;

	visibility: visible;
	background: #A6CAF4;
	height: 150px;
	width: 66px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;

}
#maincontent{
	position: absolute;
	margin-left: -300px;
	top: 225px;
	left: 50%;
	bottom: 0;

	visibility: visible;
	background: #A6CAF4;
	height: 350px;
	width: 600px;
	padding: 0px 10px 0px 0px;
	overflow: auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;f
	color: #666666;
	text-decoration: none;
}	

* html body{ /*IE6 hack*/
padding: 228px 0px 0; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/

}

* html #maincontent{
	width: 700px;
	padding-right: 15px;
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}


p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
}

.anone {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #A6CAF4;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
a:hover {

	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
