body {
	margin-top:0px;
	font-size: 62.5%;
	font: 75%/1em Arial, Helvetica, sans-serif;
	background-color: #dddddd;
}

html>body { font-size: 10px; }
/* Sets default font size for non-IE Browsers */

p {	
	line-height: 1.35em; 
} 		

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:active {
  color: #FF0000;
}

.families {
	color: #ff8a01;
}

.ais_highlight {
	color: #0066FF;
}

.quote {
	color: #CC0000;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}

.attrib {
	color: #000000;
	text-align: right;
}

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

#header {
	height : 94px; 	
    margin: 0 auto;  
	width:756px;
	background-color: #FFFFFF;	
	text-align: center;
	border: 0;
}

#header img {
	border: 0;
}
 
#container {
	width:756px;
    margin: 0 auto;  
	background-color: #FFFFFF;	
	text-align: center;
} 

#mainMenu {
	background-color: #00AA00;
	font-size: .85em;
	font-weight: bolder;
	color: #FFFFFF;  	                                               
	letter-spacing: .15em; 
	text-transform: uppercase; 		
    /* Bottom border of main menu */
	border-bottom:1px solid #CC7E55;
	/* Height of main menu */   
	height:30px;	         
	 /* Don't change this position attribute */	                                           		
	position:relative;	                                               
}

#mainMenu a {
	/* Custom font/character properties*/
	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-bottom: 5px; 
	/* Don't change these two options */
	position:absolute;
	bottom:-1px;
}

#pathway {
	width: 750px;
	margin-bottom: 15px; 
	letter-spacing: .15em; 
	font-size: .8em;
	color: #666666; 
	text-align: left;
}

#pagetitle { 
	font-family: "Tw Cen MT", "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.5em; 
	font-weight: bold; 
	padding-top: 0px; 
	color: #009900; 
	padding-bottom: 25px;
	text-align: center;
	margin-left: 6px;
	line-height: 1.25em;
	font-style: italic;
}		

#pagetitlespacer { 
    margin: 15px 0px 0px 0px; 
    height: 4px;
	background-color: #FF0000;
}

#content {
	padding: 1em; 	
	margin-right: 175px; 
	text-align: justify;
	font-size: 1.15em;
	line-height: 1.35em;
	min-height: 550px; 
}

#content h2 {
	font-size: 1.25em;
	text-align: center;
}

#contentMain {
	padding: 1em; 	
	margin-right: 175px; 
	margin-left: 175px; 
	text-align: justify;
	font-size: 1.15em;
	line-height: 1.35em;
	min-height: 550px; 
}

#contentMain h2 {
	font-size: 1.25em;
	text-align: center;
	color: #000099;
}

#rightColumn {
	float : right;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	text-align: left;
	font-size: 1.0em;
	background-color: #eeffcc;
	position: relative; 
	top: -45px; 
	/* border-left: 1px dotted #cccccc; */
}

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

#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;
	font-size: 1em;
}

#leftColumn {
	float : left;
	width : 150px;
	margin: 0; 
	padding: 1em; 
	min-height: 600px;
	text-align: justify;
}	    

#leftColumn h2 { 
	font-size: 1.3em;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}

#staff {
	font-size: 0.85em; 
	text-decoration: none; 
	color: #999999;
	line-height: normal
}

#staff a {
	color: #999999;
}

#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; 
	font-size: 0.9em;
}

#copyright {
	font: .9em;
    clear: both; 
	text-align: center;
	margin: 0px auto;
	margin-top:0px; 
	width: 736px;
	height: 36px;
	line-height: 1.0em; 
	background-color:#FFFFFF;	
	padding: 1em 0 ; 
	padding-left: 10px; 
	padding-right: 10px; 
}

#printcopy {
	display: none;
}