
/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	background-color:#FFFFFF;
	margin-top:0px;
	font: 85%/1em Arial, Helvetica, sans-serif; 
}		

a { text-decoration: none } 

a { 
    text-decoration: none;
	  color : #1D6963;
} 

a:hover {
	color: #CC7E55;  

}

img { visibility:hidden; height:0px;}


p, li {	line-height: 1.35em; } 				

h1 { 
	
	font: 185%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
} 

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

/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 
#mainMenu, #mainMenu a, #submenu, #submenu a{ 
  visibility: hidden; 
  height: 0px; 
  background-color:#FFFFFF;
  border-color:#FFFFFF;
  color:#FFFFFF;
}


#container {
	width:100%;
	background-color:#FFFFFF;		
	vertical-align:top;
}
  
#rightColumn {
   visibility:hidden;
   height:0px; 
}	  
  
#content {
	position: relative; 
	background-color:#FFFFFF;
	vertical-align:top;
}

#header {
   visibility:hidden;
   height: 0px; 
}

#pathway {
   visibility:hidden;
  height: 0px; 
}
	
#footer {
   visibility:hidden;
     height: 0px; 
}
	
#pagetitle { 
	font-size: 3.25em; 
	font-weight: bold; 
	margin-top: 1em; 
	color: #000000; 
}		

#pagetitlespacer { 
   visibility:hidden;
     height: 0px; 
}

#topBorder {
   visibility:hidden;
     height: 0px; 
}	


#bottomBorder {
   visibility:hidden;
     height: 0px; 
}


#leftColumn p, #rightColumn p { 
	margin: .5em 0 1em 0; 
}

#leftColumn h2, #rightColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}


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

#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Arial, Helvetica, sans-serif; 
	font-weight: bold; 	
} 

#rightColumn a:hover {
  background:#DCF8F6;   
}

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


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


