/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	text-decoration: none; 
	color: #0BA3F7;
	}
a:visited { 
	text-decoration: none; 
	color: #0BA3F7;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	height: 100%;
        background-color:#F5E0F8;
	}
	
#Content {
	width:1000px;
	height: 100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:1px solid #333;
	background-color:#F5E0F8;
	}
#pageHeader { 
	margin: 0px; 
	width: 1000px; 
	height: 56px; 
	text-align:center;
	background-color: #eee;
	color: #000;
	}
#name1 { 
	text-align:center;
	background-color: #eee;
	color: #000;
	font-family:'Times New Roman', Times, serif;
	font-style:italic;
	font-weight:bold;
	}	
#pageSubHeader1 { 
	margin: 0px; 
	width: 1000px; 
	height: 25px; 
	text-align:center;
	color: #fff;
	background-color: #000;
	}
#pageSubHeader2 { 
	margin: 0px; 
	width: 600px; 
	height: 500px; 
	text-align:center;
	background-color:#eee;
	}
#pageSubHeader3 { 
	margin: 0px; 
	padding: 0px;
	width: 1000px; 
	height: 75px; 
	text-align:center;
	background-color:#fff;
	}	
#pageBody { 
	width: 1000px;
	height: 100%;
	margin: 0px;
	}
#left { 
	margin: 0px; 
	width: 100px; 
	height: 500px; 
	float: left;
	background-color:#fff;
        overflow : auto;
	}
#right { 
	margin: 0px; 
	width: 100px; 
	height: 500px; 
	float: right;
	background-color:#fff;
	}
#footer { 
	clear: both;
	height: 300px;
	width: 1000; 
	background-color:#fff;
	position: relative;
	}
#copyright{
	clear: both;
	height: 25px;
	width: 1000px;
	background-color: #000;
	color: #fff;
	}
#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
.L0 {
	float: left;
	}
.L1 {
	float: left;
	margin: 0px; 
	padding: 3px;
	}
.R0 {
	float: right;
	}
.R1 {
	float: left;
	margin: 0px; 
	padding: 3px;
	}
