/* CSS Document */
/* TEXT styles */
/* ID selectors - apply to a single element and can only be used ONCE. These are #xyz commands
example use: <div id="section1"> */
/* Class selectors can extend the element selectors with some attribute such as making the font size smaller for that instance of the element  
These are the .xyz commands. 
example use:  <a class="small">   where .small {font-size: 10px;} */
/* Selector groups -- the set of elements have the same common denominator style. reduces redundancy across styles.
Example use -- make all headings use the same font. */

/* BASIC STYLES */
h1, h2, h3, h4, p, ul, li {font-family: Verdana, Arial, Helvetica, sans-serif; color:#003366;}

/* Element Selectors define the style for each of the standard XHTML elements
shorthand for this is: margin:100px 20px 20px 100px.  If they are all the same use margin: 20px */
body {
	margin: 0;
	padding:0;
	/*margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 60px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1em;
	font-style: normal;
	color:#003698;;  /*text color */
	background-color:#FFFFFF;
}

h1 {
	font-size:18px;
	margin: 0px 0px 30px 0px;
}

h2 {
	margin-top:40px;
	margin-bottom:10px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
}

h3 {
	font-size:12px;
	margin-top:30px;
	margin-bottom:10px;
}

h4 {
	font-size:10px;
	font-weight:bold;
}

p {
	margin: 0px 0px 20px 0px;
	/* padding: 0px 0px 0px 0px;*/
	font-size:12px;
	line-height:16px;
	color: #072849; 
}

td {
 	font-size:11px;
	color:#000000;
}

ul {
	margin-left:50px;
	margin-bottom:6px;
	font-size:12px;
	}

li {
	font-size:12px;
	margin-bottom:4px;
	color: #072849; 
	}


img {
	border: none;
}

a:link {
	background-color: transparent;
	text-decoration:underline;
	color:#996600;
	/* font-weight:bold; */
}

a:visited {
	background-color: transparent;
	text-decoration:underline;
	color:#003366;
}
.note {
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	font-size:12px;
	line-height:16px;
	color: #072849; 
	font-style: italic;

}

.bold {
	font-weight: bold;
	}
.italic { 
	font-style: italic;
	}

.footer-text {
	font-size:x-small;
	}

.padimg {
	padding:6px;
	}
	
#clear {
	clear:both;
	}

/* BEGIN HEADER & MAIN NAVIGATION Styles */

/* IDs for divs for the header */
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:50px;
	}
	
#mainNav{
	float:left;
	width:500px;
}

#headerSearch {
	float:right;
	width:146px;
	height:40px;
	text-align:right;
}
	
#subhead {
	/*position:absolute;
	top: 17px;*/
	margin-left: 170px;
	height: 30px; 
	/*width: 100%;*/
	padding-right:10px;
	background-color:#999999;
	}

/* testing the APPLE design */
#header {
	/*position:absolute;
	top: 0px;
	left: 150px;
	margin-left:170px;
	width: 100%;
	padding-top:10px;
	ext-align:left;
	padding-right:10px;*/
	height: 60px; 
	background-color:#FFFFFF;
	}


/* classes for main navigation */
.MainNavTable {
	border:0;
	padding:0;
	cellpadding:0;
	cellspacing:0;
	width:816px;
	height:56px;
	background-color:#FFFFFF;
	}

	
.MainNavCell {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	vertical-align:bottom;
	background-image:url(../images/main/tab.gif);
	background-repeat:no-repeat;
	width:120px;
	text-align:center;
	padding-bottom:6px;
   /*
	background:#CCCCCC;
	border-style:solid;
	border-width:thin;
	border-color:#333333;*/
}
.SubNavTable {
	border:0;
	padding:0;
	cellpadding:0;
	cellspacing:0;
	width:810px;
	height:20px;
	
	}
	
.subNav {
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:127px;
	height:20px;

}

/* indicate current page "you are here" */
.yah {
	background-color:#66FFCC;
	}
	
/* END header & main nav*/


/* BEGIN LEFT COLUMN Styles */

/* IDs for DIVs in left nav bar */
#left {
	position:absolute;
	top:56px;
	left:0px;
	width:150px;
	padding-bottom:0px;	
	background-color:#C5D1DC; /*pale blue */
	border:groove 2px #9FB2C5;
	}

/* classes for left column */
.leftSection {
	width:150px;
	/* border-bottom:groove 2px #9FB2C5; */
	border-bottom:1px solid #9FB2C5;	
	padding-top:14px;
	}

/* END left column */


/* BEGIN RIGHT COLUMN Styles */
/* ID for DIV in right nav bar */
#right{
	position:absolute;
	top:56px;
	right:0px;
	width:150px;
	background-color:#C5D1DC; /*pale blue */
	border:groove 2px #9FB2C5;
	padding-bottom:0px;	
	}
/* class for right nav */	
.rightSection {
	width:150px;
	/* border-bottom:groove 2px #9FB2C5; */
	border-bottom:1px solid #9FB2C5;
	padding-top:14px;
	/*border-color:#339933; 
	border-style:solid;
	border-width:thin;
	border:thin;*/
	}
	
	
/* SIDE NAVIGATION Styles */
.sideSpacer {
	padding:0px;
	}
	
/* side nav text elements */	
.sideHeader {
	display:block;
	width:88%;
	padding: 6px 6%;
	background-color:#507395; /*mid blue */
	font-size:12px;
	font-stretch:extra-expanded;
	line-height:16px;
	font-weight:400;
	color:#FFFFFF;
	margin:0px;
	}

.sideText {
	margin-left:6px;
	margin-right:6px;
	font-size:11px;
	}
	
.sideLink {
	margin-left:6px;
	font-size:11px;
	text-decoration:underline;
	}

/* to create a side menu */

ul#sideMenu {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0;
	background-color:#C5D1DC; /*pale blue */
/* green	background-color:#E0F0E2; */
	}
	
ul#sideMenu li a:link, ul#sideMenu li a:visited {
	text-decoration:none;
	display:block;
	width:88%;
	padding: 6px 6%;
	background-color:#C5D1DC; /*pale blue */
/* green	background-color:#E0F0E2; */
	font-size:10px;
	/* color:#000033; */
	color: #072849; 
	}

ul#sideMenu li {
	border-top:1px solid #9FB2C5;
	}

ul#sideMenu li a:hover {
		background-color:#9FB2C5; /*light-mid blue */
/* green		background-color:#C4E3C8; */
	color:#FFFFFF;
	}
/* end side menu */



/* CENTER COLUMN Styles */

/* main content area */ 
#center{
	margin-left:150px;
	margin-right:150px;
	padding-top:16px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0px;
	}


#DRRTable {
	border:0px;
/*	padding:0px; */
	cellpadding:0px;
	cellspacing:0px;
	width:100%;
	/* border:1px solid #9FB2C5;  */
	margin-bottom:10px;
	}
	
.DRR_yah {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:33%;
/*	border-top:1px solid #9FB2C5;
	border-right:1px solid #9FB2C5;
	border-bottom:1px solid #9FB2C5; */
	background-color:#C5D1DC; /*pale blue */
	color:#072849; 
}

.DRR_R {
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	width:33%;
/*	border-top:1px solid #D5C098;
	border-right:1px solid #D5C098;
	border-bottom:1px solid #D5C098;	*/
	color:#996600;
	background-color:#F3ECE0;
}

.DRR_C {
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	width:33%;
/*	border-top:1px solid #D5C098;
	border-bottom:1px solid #D5C098;	*/
	color:#996600;
	background-color:#E8DCC5;
}
.DRR_L {
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	width:33%;
	/* border-top:1px solid #D5C098;
	border-left:1px solid #D5C098;
	border-bottom:1px solid #D5C098;	*/	
	color:#996600;
	background-color:#F3ECE0;
}

/* the footer */
#footer {
	background-color:#C5D1DC;
	text-align:center;
	border-color:#9FB2C5;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	}

/* important note div */
#Important {
	border-color:#003366;
	border-style:double;
	border-width:thick;
	/* background-color:#F5F0E6;*/
	margin:30px;
	padding:10px;
	}

/*classes for biography pages */
.biotext {
	margin-left:112px;
	}
.bioName {
	margin-left:110px;
	margin-bottom:20px;
	font-size:24px;
	line-height:26px;
	}

.bioHeading
{
	margin-left:110px;
	margin-top:20px;
	margin-bottom:10px;
	}
.bioTable{
	margin-left:10px;
	}

.bioTopic{
	margin-left:10px;
	}

.indent_content {
	margin-left:200px;
	}


