/* CSS Document */
.siteframe {
	text-align:left;
	background-color:#FFFFFF;
	height: 100%;
	width: 975px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.sideframe {
	width:25px;
	height:100%;
	background-color:#e5fff7;


}
.mainframe {
	width:949px;
	height:100%;
	background-color:#FFFFFF;

}

.hiddenlink {
border:0px;
border-style:hidden;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e5fff7;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #666699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #279c66; }
a:hover		{ text-decoration: underline; color : #17613f; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


