@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/header_back.gif);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
	background-color: #201f1c;
	background-repeat: repeat-x;
    }
	
p { padding: 3px;
margin: 0px;
color:#FFFFFF;
font-size: 12px;}

h1 {
	background-color:#0a0a0a;
	border-top: 1px solid #302e2a;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
	h2 {
	background-color:#0a0a0a;
	border-top: 1px solid #302e2a;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
h4 {

	margin: 0px;
	padding: 2px;
	font-size: 4px;
	color: #808080;
	font-weight: normal;
}
	



ul { padding: 0px;
margin: 0px;
}

li { padding: 0px;
margin: 0px;
line-height: 12px;}


a:link {
	color: #ff8713;
	font-size: 12px;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	}
	
a:visited {
	color: #ff8713;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}


    .thrColAbsHdr #container { 
    	position: relative; 
    	width: 974px;  
    	background-image:url(images/menu_content_back.gif);
    	margin: 0 auto; 
    	text-align: left;
    } 
    
    .thrColAbsHdr #header { 
    	height: 151px; 
		background-image:url(images/header.jpg);
    } 
    
    .thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 151px;
	left: 0;
	width: 160px;
	padding: 0px;
	margin-left:12px;
    }
	
/* menu left */
	
	.menupoint_left {
	background-image:url(images/menu_point_left.gif);
	width: 160px;
	height: 27px;
	background-color: #00CCFF;
}

.menupoint_left p {
	margin-left: 35px;
	color: #ff8713;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	line-height: 27px;
}


/* menu right */


	.menupoint_right{
	background-image:url(images/menu_point_right.gif);
	width: 150px;
	height: 27px;
	background-color: #00CCFF;
}

.menupoint_right p {
	margin-left: 10px;
	color: #ff8713;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	line-height: 27px;
}



.thrColAbsHdr #sidebar1  a { }

.thrColAbsHdr #sidebar1  li {
	margin-left: 35px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #ff8713;
	font-size: 12px;
	list-style-type: none;
}

.menulink {

	list-style-type: none;
}
	
.menulink li a:link {
	color:#ffffff;
	font-size: 12px;
	text-decoration: none;
}



.menulink li a:active {
	color: #ff8713;
	font-size: 12px;
	text-decoration: none;
}

.menulink li a:visited {
	color:#ffffff;
	font-size: 12px;
	text-decoration: none;
}

.menulink li a:hover {
	color: #ff8713;
	text-decoration: none;
}

	
	
	
    .thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 151px;
	right: 0;
margin-right:12px;
	width: 150px; 
	padding: 0px; 
    }
	
	.thrColAbsHdr #sidebar2  li {
	margin-left: 35px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #ff8713;
	font-size: 12px;
	list-style-type: none;
}

    .thrColAbsHdr #mainContent { 
    	margin: 0px 168px 0px 178px; 
    	padding: 0px;
		
    }
    .thrColAbsHdr #footer { 
    	padding: 0px;
		margin: 0px;
    } 
    .thrColAbsHdr #footer p {
    	margin: 0px;
		margin-top: 500px; 
    	padding: 0px; 
    }
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
	
	.textstyle1
{
margin: 5px;
	background-color: #302e2a;
	padding: 3px;
	border: 1px dashed #000000;
}