@charset "utf-8";
body {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:justify;
	background-color: #3d143c;
	color: #3d143c;
}

#hd {
	
	float: left;
	height: 180px;
	width: 100%;
	font-family: Arial, Verdana, Calibri;
	font-size: 150%;
	color:#ff6600;
	border-bottom: 2px solid #ddd;
	border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    border-top: 3px solid #ddd;
}

#content {    
    position:relative;
    float:left;
    height:100%;
    width: 802px;
    max-width:100%;
    min-width:100%;        
    background: #ffffff url('../img/cpybg1.png') no-repeat center;    
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    color: #3d143c;
    top: 0px;
    left: 0px;
}


#ftr
{
    position:relative;
    float:right;
    right:1px;
    text-align:center;
    color: #3D413C;
    border-top: 2px solid #ddd;
    background-color:#ffffff;
}


#cl
{
    position:relative;    
    float:left;
    width :15%;
    min-width:15%;    
    max-width:15%;
}

#cc
{
    position:relative;   
    float:left;
    background-color: #ffffff;
    top:5px;
    color: #3d143c;
    width:84%;
    min-width:70%;    
    max-width:70%;
    left: 0px;
}

#cr
{
    position:relative;
    width:10%;
    min-width:10%;    
    max-width:10%;
    float:left;
}

#main
{
    color: #3D413C;
    position:relative;    
    clear:both;
    left:1px;
    width: auto;
        
}

#main a
{
    text-decoration: none;
    color: #3D143C;
}

#main a:hover
{
    text-decoration: none;
    color: #ff6600;
}


#main img
{
    border: 1px solid #3D143C;
}

#main p 
{
    line-height: 25px;
}

a
{
    text-decoration: none;
    color: #3D143C;
}

a:hover
{
    text-decoration: none;
    color: #ff6600;
}

#aspcontent
{
    color: #3D413C;            
}

#aspcontent a
{
    text-decoration: none;
    color: #3D143C;
}

#aspcontent a:hover
{
    text-decoration: none;
    color: #ff6600;
}

.panhead 
{
    width:auto;
    border-bottom:#3d143c;
    padding:0px;
}

.panhead td

{
    width:auto;
    border-bottom:#3d143c;
    padding:0px;    
}

.panhead a
{
    text-decoration: none;
    color: #3D143C;   
}

.panhead a:hover
{
    text-decoration: none;
    color: #ff6600;
}

.panhead a:active
{
    text-decoration: none;
    color: #ff6600;
    font-weight:bold;
}