@charset "utf-8";
/* CSS Document */

body{
	background:url(../Images/back_line.jpg) repeat-y left #CCCCCC;
	margin:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link, a:visited{
	color:#e07229;
	text-decoration:none;
}

a:hover, a:active{
	color:#CCCCCC;
	text-decoration:underline;
}

#navPanal {
	background:url(../Images/sidebar_main-small.jpg) no-repeat top left; 
	height:240px; 
	width:140px; 
	position:fixed;
	z-index:9;
	top:20px; left:0px; 
	padding:180px 0px 25px 34px;
	line-height:24px;
	font-size:14px;

	
}

#mainContent {
	background:url(../Images/background_y.jpg) repeat-x top;
	position:fixed;
	top:0px; left:15px;
	padding:0 0 0 25px;
	z-index:-1;
	height:600px;
	width:100%;
	color:#302b29;

}

#mainBlock{
	
	width:400px;
	margin-top:-15px;
	padding-top:160px;
	padding-left:185px;
	
	color:#302b29

}

.header1{
	color:#e07229;
	font-size:14px;
	font-weight:bold;
}

.header2{
	color:#337fdb;
	font-size:14px;
	font-weight:bold;
}

.subHeader1{
	font-size:12px;
	font-weight:bold;
}

.mainContent{
	line-height:16px;
}

.mainContent a:hover, .mainContent a:active{
	color:#337fdb;
	
}



#windowFrame {
	width:600px;
}

#windowTop {
/*	background:url(/Images/windowTop.jpg) no-repeat center bottom;*/
	height:18px;
}

#windowBottom {
	/*background:url(/Images/windowBottom.jpg) no-repeat center top;*/
	height:18px;
}

#windowSlice {
	/*background:url(/Images/windowSlice.jpg) repeat-y;
	 */
}

.windowSlice {
	padding:10px;
	color:#333333;
}

.windowSlice a:hover, .windowSlice a:active {
	color:#333333;
