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


body {
	background: #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 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.mainContent650 {
	height: auto;
	width: 650px;
	margin: auto;
}
.mainContent735 {
	width: 735px;
	height: auto;
	margin: auto;
        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;
	width: 500px;
	height: 2px;
	display: block;
	margin: 0 auto 0 auto;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
h2 {
	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;
}
/*hr {
	line-height: 4px;
	background-position: center;
	display: block;
	width: 400px;
	background-color: #CC3300;
}*/

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 {
	color: #000000;
	border: 1px solid #000;
	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;
	width: 750px;
	margin: auto 0 auto 0;
}
.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. */
	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 */
}
.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:0 0 10px 0;
	padding-left:90px;
	width: 711px;
        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;
	padding:10px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
}
.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;
}
