@charset "utf-8";

/* CSS Document */



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 9pt;

}

.mytable {
	border-collapse: collapse;
}


#container {
	background-color: #FFFFFF;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}


#container1 {
	background-color: #FFFFFF;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
}


#nav {
	margin: 10px;
	padding: 5px;
	float: left;
	width: 170px;
	border: 2px solid #0000cc;
	text-align: left;
}



/*

Single body section

*/

#story{
	padding: 10px;
	float: left;
	width: 540px;
	clear: right;
	padding: 5px;
	text-align: left;
	font-family: Verdana; 
	font-size: 11pt;
}





/*

double body section

*/



#side1{

	padding: 10px;
	float: left;
	width: 240px;
	clear: right;

}

#side2 {

	padding: 10px;
	float: right;
	width: 240px;
	}



/*

quad body section

*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#s1{

	padding: 5px;
	float: right;
	width: 160px;
	clear: right;
	margin: 10px;
	border: 2px solid #0000cc;
}

#s2 {
	width: 330px;
	padding: 10px;
	margin-top: 5px;
	margin-right: 194px;
	margin-bottom: 5px;
	margin-left: 220px;
	background:#ccffff;
	border: 2px solid #0000cc;
	text-align: left;
	font-family: Verdana; 
	font-size: 10pt;
}

#s3 {
	padding: 5px;
	float: right;
	width: 160px;
	clear: right;
	margin: 10px;
	border: 2px solid #0000cc;
}

#s5 {
	padding: 5px;
	float: right;
	width: 160px;
	clear: right;
	margin: 10px;
	border: 2px solid #0000cc;
}

#s4 {
	width: 330px;
	padding: 10px;
	margin-top: 5px;
	margin-right: 194px;
	margin-bottom: 5px;
	margin-left: 220px;
	border: 2px solid #0000cc;
	background:#ccffff;
	text-align: left;
	font-family: Verdana; 
	font-size: 10pt;
}



#footer {
	padding: 10px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 8;
	font-weight: normal;
	color: #000000;

}


/* Menu link styles */

.mainMenuLink{

   display:block;

   width:125px;

   padding:2px 5px;

   text-decoration:none;

   color:#0f83bb;

   margin:4px;

   border:1px solid #ffffff;

	font-family: Verdana;

   font-size:13px;

   font-weight:bold;

}



.mainMenuLinkSelected{

   display:block;

   width:125px;

   text-decoration:none;

   color:#800080;

   background-color:#f5f5f5;

   margin:4px;

   border:1px solid #ffffff;

	font-family: Verdana;

   font-size:13px;

   font-weight:bold; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px

}



:hover.mainMenuLink{

   background-color:#f1f1f1; color:#FF0000

}



:hover.mainMenuLinkSelected{

   background-color:#f1f1f1; color:#FF0000

}



.subMenuLink{

   display:block;

   text-indent:15px;

   width:125px;

   padding:2px 5px;

   text-decoration:none;

   color:#0f83bb;

   margin:4px;

   border:1px solid #ffffff;

	font-family: Verdana;

   font-size:11px;

}



.subMenuLinkSelected{

   display:block;

   text-indent:15px;

   width:125px;

   text-decoration:none;

   color:#800080;

   background-color:#f5f5f5;

   margin:4px;

   border:1px solid #ffffff;

	font-family: Verdana;

   font-size:11px; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px

}



:hover.subMenuLink{

   background-color:#f1f1f1;color:#FF0000

}



:hover.subMenuLinkSelected{

   background-color:#f1f1f1; color:#FF0000

}


h1 {
	font-family: Rockwell, Verdana;
	font-size: 32px;
	font-weight: bold;
	color: #330066;
}

h2 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #330066;
}

h3 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #330066;
}

a.nolink {text-decoration:none; color:#0000FF}

a:hover.nolink {text-decoration:none; color:#FF0000}


.smallital {
	font-size: 9pt;
	font-style: italic;
}

.smaller {
	font-size: 9pt;
	
}
