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

html,body{
    height: 100%;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 17px;
    margin: 0px;
	background-color:#000000;
}


a {
	color: #990002;
	text-decoration: none;
}
a:hover {
	color: #990002;
	text-decoration: underline;
}

#header {
	background-image:url(../images/header.jpg);
	height:217px;
	width:1002px;
	margin-bottom: 10px; /* This leaves a space to let the horizontal line show through the content areas */
	display: none;
	}
	
/* Navigation Styles */
#nav {
	width: 188px;
	float: left;
	text-align: right;
	margin-top: 5px;
	line-height: 30px;
	font-size: 16px;
	display: none;
	}

ul#nav li a
{
	color: #CCCCCC;
	text-decoration: none;
	display: none;
}

#nav li a:hover
{
	color: #FFFFFF;
	display: none;
}

.mybox
{
	margin: 0 auto;
	border: 0px solid #ffffff;
	color: #000000;
	/*margin-left:275px; remove margin for printing*/
	width: 600px;
	padding: 20px;
	text-align: left;
	background-color: #FFFFFF;
	border: 3px solid #ffffff;
	margin-bottom: 10px;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	CCborderRadius: 20px;
}

/* content area styles */

.mybox h1 {
	color: #000000;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}
.mybox h2 {
	color: #000000;
	margin-bottom: 12px;
	font-size: 14px;
	margin-top: 0px;
}
.mybox p {
	color: #000000;
	margin-bottom: 12px;
	margin-top: 6px;
}
.myBox a {
	color: #990002;
	text-decoration: none;
}
.myBox a:hover {
	color: #990002;
	text-decoration: underline;
}
.mybox span {
	font-style: italic;
	margin-bottom: 0px;
	display: block;
	margin-top: 12px;
	margin-right: 0;
	margin-left: 0;
}

p + span, h2 + h2, h2 + span, ul + span {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;
}

