/* CSS Document */

/*
 * General HTML Body Styling
 * -------------------------
 */
 
body {
	margin-top:0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	
}		

a { 
    text-decoration: underline;
	  color: #336699;
} 

a:hover {
	color: #CC7E55;  

}


p {
	line-height: 1.25em;
} 				

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: #AA0000;
} 


hr { 
	border: none; 
	border-top: 1px solid #C0C0C0; 
	height: 3px; 
	width: 100%; 
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}



/*
 * Basic DIV Elements 
 * ----------------------------
 */
 

#container {
	width:756px;
	margin:0 auto;
	background-color:#FFFFFF;
	color: #000066;
}
  

#rightColumn {
	float : right;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	border-left: 1px dotted #C0C0C0;		
}	  
  
#leftColumn {
	float : left;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	border-right: 1px dotted #C0C0C0;		
}	    
  
#content {
	padding: 1em;
	margin-right: 175px;
	margin-left: 175px;
	background-color:#FFFFFF;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000066;	
}

#content h2 { 
	margin: 1em 0 .5em 0; 
	line-height: 1.35em;
	font-size: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color:#AA0000;	
} 

#content li {
	line-height: 1.35em;
	list-style-image: url(../images/lionbutnSM.jpg);
	text-align: left;
	list-style-position: inside;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;

}



#content2 {
	padding: 1em; 	
	margin-right: 50px; 
	margin-left: 75px; 
	background-color:#FFFFFF;
	
}

#content2 h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 225%;
	color: #AA0000;
}


#content2 h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #AA0000;
}
	
#content2 h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #336699;
	background-color: #fbce64;
	font-weight: bold;
}	

#header {
	width:756px;
	margin:0 auto;
	background-image:url(../images/4l1header-colorNEW.gif);  
	background-repeat:no-repeat;
	background-color:#330099;			
	height : 80px; 	
}


	
#footer {
	clear: left;
	text-align: left;
	margin-top:0px;
	width: 736px;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 9px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;

}
	
#pagetitle { 
/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 3.25em; 
	font-weight: bold; 
	padding-top: 20px; 
	color: #000066; 
	padding-bottom: 10px;
}		

#pagetitlespacer { 
    margin: 0 0 0 0; 
    height: 22px;
	background: url('../images/pagetitlespacer.gif') no-repeat center bottom
}

#topBorder {
	margin: 0 auto;
	margin-top: 10px;
	width: 756px;
	height: 8px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	background-image: url(../images/headertopNEW.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}	


#bottomBorder {
	text-align: left;
	margin: 0px auto;
	width: 756px;
	height: 8px;
	background: transparent url('../images/borderbot.gif') no-repeat center top;
}


#leftColumn p, #rightColumn p { 
	margin: .5em 0 1em 0; 
	font-family: Arial, Helvetica, sans-serif;
}

#leftColumn h2, #rightColumn h2 {
	margin: .5em 0 1em 0;
	font-weight: bold;
	padding-left: 2px;
	margin-bottom: 10px;
	line-height: 1.35em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #AA0000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
}


#rightColumn ul { 
	margin: .5em 0 1em 0; 
}



/**
 * Class Definitions  
 * ----------------------------
 * 
 */


.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
/*	background-color: #CC7E55; */
}
