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

a { text-decoration: none } 

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

a:hover {
	color: #CC7E55;  

}


p {
	line-height: 1.35em;
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	text-align: justify;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;
} 
				
h1 { 
	
	font: 185%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
} 


h3 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	color: #000033;
	text-align: justify;
}

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

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

li {
	background-image: url('../images/arrow4.png');
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 140%;
}


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

#container {
	width:972px;
	margin:0 auto;
	background-color:#FFFFFF;		
}
 
#container1 {
	width:972px;
	margin:0 auto;
	background-color:#FFFFFF;		
}  

#rightColumn {
	float : right;
	width : 150px;
	margin: 0;
	margin-top: 20px;
	padding: 1em;
	min-height: 600px;
	border-left: 1px dotted #cccccc;
	background-color: #FFFFFF;
}	  
  
#content {
	padding: 1em; 	
	margin-right: 175px; 
	background-color:#FFFFFF;
	min-height: 550px; 
}

#header {
	width:972px;
	background-repeat:no-repeat;
	background-color:#1D6963;
	height : 151px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#pathway {
	width: 450px;
	margin-bottom: 10px; 
	letter-spacing   : .15em; 
	font-size: .8em;
	color: #666666; 
}
	
#footer {
    clear: both; 
	text-align: left;
	margin: 0px auto;
	margin-top:0px; 
	width: 736px;
	height: 40px;
	line-height: 1.0em; 
	background-color:#FFFFFF;	
	padding: 1em 0 ; 
	padding-left: 10px; 
	padding-right: 10px; 
}
	
#pagetitle { 
/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 3.25em; 
	font-weight: bold; 
	padding-top: 20px; 
	color: #B93D2F; 
	padding-bottom: 20px;
}		

#pagetitle1 {
	/*	font: 185%/1em Arial, Helvetica, sans-serif; */
	font-size: 3.25em;
	font-weight: bold;
	padding-top: 1px;
	color: #B93D2F;
	padding-bottom: 1px;
	padding-right: 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: url('../images/bordertop.gif') no-repeat 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; 
}

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


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

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

#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; */
}
.BlockText {
	background-color: #B5D2D1;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	font-weight: normal;
	cursor: crosshair;
	width: 175px;
	text-align: justify;
	vertical-align: top;
	clear: left;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.BlockTextFall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	font-weight: bold;
	text-align: justify;
	color: #CC6633;
}
