@charset "utf-8";
/* CSS Document */


body {
	background-color: #000;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* 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;

}

.oneColFixCtrHdr #container {
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 8px 8px 0 0;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 949px;
}
.oneColFixCtrHdr #header {
	padding: 12px 25px 5px 75px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}
.oneColFixCtrHdr #header #roundedcorners {
	background-color:#FFCC33;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 8px 8px 0 0;
	color: #000;
	display: block;
	height: 160px;
	margin: 0;
	overflow:hidden;
	width:801px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	width: 929px;
	margin-top: -30px;
}
.mainContent600 {
    margin-left: auto;
    margin-right: auto;
	width: 600px;
}

.mainContent650 {
	height: auto;
	margin: auto;
	width: 650px;

}
.mainContent735 {
	height: auto;
	margin: auto;
	width: 735px;
        z-index: 1;
}

.oneColFixCtrHdr #container .mainContent650 a:link a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;	
}
.oneColFixCtrHdr #container .mainContent650 a:hover a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;	
}

.threeboxes {
	width: 500px;
}


.intro {
	font-weight: normal;
        font-size: 100%;
}

ul li {
	list-style: none;
}
ol li {
	list-style: disc;

}
dt {
	font-size: 90%;
	font-weight: bold;
	margin-left: 20px;
}

dd {
	font-size: 80%;
	font-weight: normal;
	margin-left: 40px;
	margin-right: 30px;
}

hr {
	background: center;
	color: #CC3300;
	display: block;
	height: 2px;
	margin: 0 auto 0 auto;
	width: 500px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
h2 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h3 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h4 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

table {
	background: center;
	border: 1px solid #000;
	border-collapse: collapse;
	cell-spacing: 1px;
	padding: 3px;
	width: auto;
	
}
th {
	background-color:#FFCC33;
	border: 1px solid #000;
	font-size: 14px;
	text-align:center;
}
td {
	border: 1px solid #000;
	color: #000000;
	font-size: 14px;
	text-align:left;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	border-color: #FFCC33;
}
.photocredit600 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtrHdr   #mainContent   #copy   {
	font-size: 9px;
	margin: auto 0 10px 0;
	width: 750px;
}
.oneColFixCtrHdr #footer {
	background:#FC3;
	border: 1px solid #000;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	margin: auto;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	width: 949px;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
}
.menu {
	background:#FC3;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius:0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	height:25px;
	margin:-20px 0 10px 0;
	padding-left:60px;
	width: 741px;
        z-index: 2;
}

.menu ul {
list-style:none; 
margin:0; 
padding:0; 
position:relative; 
white-space:nowrap;
}
.menu > ul {
float:left;
}
.menu ul ul {
left:-9999px; 
position:absolute;
}
.menu > ul > li {
display:block; 
float:left; 
position:relative;
}
.menu ul ul {
	background:#FC3;
	border:1px solid #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;	
	padding:10px 0;

}
.menu > ul > li > ul {
	border-top:0;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}
.menu a {
	color:#000;
	display:block;
	font:normal 11px verdana, arial, sans-serif;
	line-height:25px;
	padding:0 20px 0 10px;
	text-decoration:none;
}
.menu > ul > li > a {
color:#000; 
float:left; 
font-weight:bold; 
text-transform:uppercase;
}
.menu ul ul li a {
line-height:20px;
}
.menu ul li:hover > ul {
left:0; 
top:25px;
}
.menu ul ul li:hover > ul {
left:100%; 
margin:-31px 0 0 -10px; 
top:auto;
}
.menu li.left:hover > ul {
left:auto; 
right:0; 
top:25px;
}
.menu li.left ul li:hover > ul {
left:auto;  
margin:-31px -10px 0 0; 
right:100%; 
top:auto;
}
.menu li.left ul a {
	padding:0 5px 0 5px;
	text-align:right;
}
.menu li a.fly {
background:transparent url(ipad4/arrow.gif) no-repeat right center;
}
.menu li.left ul a.fly {
background:transparent url(ipad4/arrowl.gif) no-repeat left center;
}
.menu > ul li:hover > a {
background-color:#FC3;
}
.menu ul ul li:hover > a, .menu ul ul li:hover > a.fly {
background-color:#FC3; color:#000;
}
.menu > ul > li.close {
background:none; 
display:none; 
height:32px; 
position:absolute;
right:-10px; 
top:-22px; 
width:32px;
}
</style>
.oneColFixCtrHdr #mainContent #mainContent650 p a {
	color: #0000FF;
	text-decoration: none;
}
