@charset "utf-8";
/* CSS Document */
        /* <![CDATA[ */


            html, body {
	height: 100%;
	margin: 0;
	padding: 0;
            }


            div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -240px;
	float: left;
	text-align: center;
            }


            div#mainPane {
	text-align:center;
	width: 100%;
	min-width: 780px;
	height: 440px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	/*
                 *
                 * Issue: IE4 doesn't allow a negative margin-top.
                 *
                 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
                 * The content will be centered but will crop if the window is not small enough to accommodate it.
                 *
                 */
                position: relative;
	top: -240px;
	/* IE4ever Hack: Hide from IE4 **/
                    position: static;
                /** end hack */

            }


            /*
             *
             * Issue: IE5mac interprets negative values as positive.
             *
             * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
             *
             */

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */


		/* ]]> */
		div#content {
	margin: auto;
	height: 440px;
	width: 740px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 20px;
}
#content p {
	padding-left: 80px;
	padding-right: 80px;
	line-height: 1.5;
}
#content a {
	color: #CCCCCC;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
