body{
	margin: 0;
	/*padding: 10px; 1054px*/
	padding:0;
	background-color: #ffffff;
	color: black;
	font: small Arial, Helvetica, Verdana, sans-serif;
	background-image: url(images/backgroundInner.gif);
	background-repeat: no-repeat;
	border:none;
	/*background-position: 10px 10px;*/
	height: 660px;
	text-align: center;
	font-size: 88%;
}

#homeBody {
	background-image: url(images/backgroundHome.gif);
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1024px;
	height: 650px;
}

html>body {
	width: auto;
	min-width: 800px;
}

#header {
	position: absolute;
	left:0px;
	top:0px;
	width: 1020px;
}

#header img {
	padding:0;
	float: left;
	margin: 0px 0 0 0px;
}

#tabs1 {
	margin: 0;
	padding: 0;
	border: 0;
	float:right;
	width:100%;
	font-size:93%;
	line-height:normal;
	width: 637px;
	position: absolute;
	right: 0px;
	top: 97px;
}

   #tabs1 ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
  
   #tabs1 li {
	display:inline;
	margin:0;
	padding:0;
  	margin-right: 8px;
}
   #tabs1 a {
     float:right;
     /*background:url("tableft.gif") no-repeat left top;*/
     margin:0;
     padding:0;
     text-decoration:none;
 }
  
   #tabs1 a span {border: 1px solid black;
     	float:right;
     	display:block;
		width:9em;text-align:center;
     /*background:url("tabright.gif") no-repeat right top;*/
     	padding:5px 5px 4px 5px;
     	color:#000000;
 	 	background-color: white;
 		border-bottom:0;
}
  
   /* Commented Backslash Hack hides rule from IE5-Mac \*/
   #tabs1 a span {float:none;}
   /* End IE5-Mac hack */
   #tabs a:hover span {
     color:#000000;
     }
   
   #tabs1 a:hover span {
     font-weight: bolder;
 }
 
 #sideNavContainer {
 	position: absolute; 
	vertical-align: middle; 
	left:70px; 
	top:230px; 
	width: 219px; 
	font-size: 95%; 
	text-align: center;
 }
 
 #sideNav {
 	list-style:none;
	font-weight: bolder;
	padding: 0; 
	margin: 0em;
 }
 
 #sideNav li{
 	margin-bottom: 10px;
	}
 
 #sideNav a{
 	text-decoration:none;
	color: #000000;
	}
 
 #sideNav a:hover {
     color: #ffffff;
 }
 
 #sideNav2Line {
 	margin-left: auto; 
	margin-right: auto; 
	width: 10em;
 }
 
 #ovalText {
 	border: none; 
	position: absolute; 
	left:800px; 
	top:168px; /*160*/
	/*width: 192px; height: 192px;*/
	z-index: 250;
	width: 192px; height: 126px;
 }
 
 #centerSection {
	position: absolute;
	left: 300px;
	top: 200px; /*220*/
	height: auto;
}
 
 #welcome {
 	color: #000000;
	width: 25em;
	margin-left: 1em; 
	min-height: 95px; 
	width: 560px;
}
 
 #welcome h1 {
 	margin:0;
   	padding:0;
	font: 2.0em Georgia, Times, serif;
	line-height: 1;
	}
	
#welcome h1.oneTwo {
	line-height: 1.2;
}

.imgcaption {
	border: 0; 
	float: right; 
	margin-left: 30px;
	width: 180px;
	display: inline;
	height: 250px;
}

#contentHomePage {
 	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	width: 555px;
	height: 300px;
	margin-top: .6em;
	overflow: auto;
	padding: 24px;
	font-size: 0.8em;
	text-align: justify;
}

#contentHomePage h2 {
	font: italic 900 100% Verdana, Tahoma, Arial, sans-serif;
}

#contentHomePage p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.credit {
	font-style: italic;
	font-size: 0.95em;
	text-align: right;
	line-height: .5em;
}

#contentInnerPage {
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	width: 650px;
	height: auto;
	margin-top: 0.6em;
	overflow: auto;
	padding: 24px;
	font-size: 0.9em;
}

#contentInnerPage h1 {
	font: 900 110% Verdana, Tahoma, Arial, sans-serif;
	color: #336666;
}

#contentInnerPage h2 {
	font: 900 105% Verdana, Tahoma, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

#contentInnerPage p {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

.noPadTop {
	padding-top: 0;
	margin-top: 0;
}

.noPadBottom {
	padding-bottom: 0;
	margin-bototm: 0;
}

.noPad {
	padding: 0;
	margin: 0;
}

.indent {
	margin-left : 50px;
	width: 575px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.bookTitle {
	font-style: italic;
	font-weight: bold;
}
	
#footer {
	padding: 0;
	margin: 1px 0 0 0;
	font-size: 75%;
	text-align: center;
	}
	
#footer p {
	margin:0; 
	padding: 0;
}

a:link {
	color: #000000;
	}
a:visited {
	color: #000000;
	}
a:hover {
	color: #CC3333;

	}
a:active {
	color: #000000;
	}