body {
	background-color: #697172;
	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; } 				

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%; 
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url('../images/square2c.png');
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 140%;
}


/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 

#container {
	width:756px;
	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;	
	
}	  
  
#content {
	padding: 1em; 	
	margin-right: 175px; 
	background-color:#FFFFFF;
	min-height: 550px; 
}

#header {
	width:756px;
	margin:0 auto;
	background-image:url('../images/containerbk.jpg');  
	background-repeat:no-repeat;
	background-color:#59A09A;	
	background-color:#1D6963;			
	height : 80px; 	
}

#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: 2.25em; 
	font-weight: bold; 
	padding-top: 10px; 
	color: #999999; 
	padding-bottom: 10px;
}		

#pagetitlespacer { 
    margin: 0 0 0 0; 
    height: 5px;
    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 { 
	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; */
}




/***********************************************
  Modified version based on the following: 
* Tab Menu- By Alf Magne Kalleland post@removethisdhtmlgoodies.com
* Website Address: http://www.dhtmlgoodies.com
* Script featured/ available at Dynamic Drive: http://www.dynamicdrive.com/
* This notice must stay intact for use
***********************************************/
		
#mainMenu {
    /* Background color of main menu */
/*	background-color:#1D6963;*/
	VERTICAL-ALIGN:middle;
	background-image:url('../images/bgmenubar.gif');
	/* Font & character properties of main menu items */	
	font: 125%/1em Arial, Helvetica, sans-serif
	color: #FFFFFF;
	/*letter-spacing   : .15em;*/ 
	/*text-transform   : uppercase; */
    /* Bottom border of main menu */
	border-top:1px solid #CC7E55;
	border-bottom:1px solid #CC7E55;
	padding-top: 2px;
	/* Height of main menu */   
	height:18px;	         
	 /* Don't change this position attribute */
	/*position:relative;*/
	/*visibility: hidden;*/
}

#mainMenu a {
	/* Custom font/character properties*/
	margin-right: 10px;
	text-decoration:none;
	color: #FFFFFF;
    /* Spaces at the left of main menu items */
	/*padding-left:5px;
    /* Spaces at the right of main menu items */
	/*padding-right:5px;*/
	/*padding-top: 5px;*/
	padding-bottom: 2px;
	/* Don't change these two options */
	/*position:absolute;*/
	/*bottom:-1px;*/
}

html>body #clearmenu { 
	/* non IE browsers menu bottom spacing */ 
	margin-bottom: 2px;                               
}

/*
Style attributes of active menu item 
*/
#mainMenu .activeMenuItem {
	/* Font property of active main menu item*/	
	font-weight:bold; 
	/* Border options */
	/*border-left:1px solid #59A0AA;*/ 
	border-top:1px solid #59A0AA;
	/*border-right:1px solid #CC7E55;*/
	border-bottom:1px solid #59A0AA;
	/* Background color */
	background-color:#59A0AA;
	padding-top: 0px; 
	/* Handcursor on mouseover */	
	cursor:pointer;	
}

/*
Style attributes of inactive menu items
*/
#mainMenu .inactiveMenuItem {		
	/* Text color */
	color:  #FFFFFF;
	/* Handcursor on mouseover */
	cursor:pointer;	
}

/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */

#navlist { 
	vertical-align: top;
	position: relative; 
	*top: -25px; 
	width: 100%; 
	margin-bottom: 20px; 
} 

#navlist ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	position: relative; 
} 

#navlist h2 { 
	background: #59A09A; 
	color: #FFFFFF;
	position: relative; 
	text-transform : uppercase; 
	letter-spacing   : .15em;
	text-align: center;
	padding-top: 5px;
	margin: 0; 
	border-top: 1px solid #94928C; 
	border-left: 1px solid #94928C; 
	border-right: 1px solid #94928C; 
	border-bottom: 1px solid #BA918F; 
	font-size: .9em; 
	height: 23px;
} 

#navlist li { 
	margin: 0; 
	padding: 0; 
	background: #EFEFEF; 
	border-bottom: 1px solid #94928C; 
	border-left: 1px solid #94928C; 
	border-right: 1px solid #94928C; 
	list-style: none; 
} 

#navlist li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
} 

#navlist a {
	padding: 10px 10px; 
	display: block; 
	font-size: 0.85em; 
	font-weight: bold; 
	text-decoration: none; 
	color: #525152; 
	line-height: normal
} 

#navlist a:hover {
	background: #D0CFCF;
/*	background: #CC7E55;*/
} 

#navlist .selected a {
	color: #FFFFFF; 
	background: #932A2A;
} 

#navlist .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}

