/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2f0000;
	text-align: left;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}
p {
	margin-top: 10px;
	margin-bottom: 0px;
}
ol {
	margin-top: 10px;
	margin-bottom: 0px;
}
ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
span {
	font-size: 10px;
}
#rightCornerSash {
	width: 160px;
	height: 160px;
	position:absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
}
#bigContainer {
	width: 800px;
	position: relative;
	height: 100%;
}
#bigContainer a:link {
	color: #990000;
	text-decoration:none;
	cursor: pointer;
}
#bigContainer a:visited {
	color: #990000;
	text-decoration:none;
	cursor: pointer;
}
#bigContainer a:hover {
	color: #990000;
	text-decoration:underline;
	cursor: pointer;
}
#topNav {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#nav {
	float: left;
	margin: 0px;
	padding: 0px;
}
#staticContent {
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear: left;
}
#flashContent {
	padding: 0px;
	width: 800px;
	height: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 55px;
	margin-left: 0px;
}
#paper400 {
	width: 700px;
	height: 360px;
	background-image: url(images/paper_bg_400.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	clear: left;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: left;
	margin: 0px;
}
#paper600 {
	width: 700px;
	height: 560px;
	background-image: url(images/paper_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	clear: left;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: left;
	margin: 0px;
}
#paper750 {
	width: 700px;
	height: 710px;
	background-image: url(images/paper_bg_750.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	clear: left;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: left;
	margin: 0px;
}
#bottomNav {
	padding: 0px;
	width: 800px;
	clear:left;
}
#subscription {
	text-align:center;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 800px;
	font-size: 12px;
	clear: left;
}
#bottomTxt {
	text-align: center;
	vertical-align: bottom;
	color: #666666;
	bottom: 0px;
	margin-bottom: 20px;
	width: 800px;
	font-size: 10px;
	clear: left;
}
#bottomTxt a:link {
	color: #666666;
	font-size: 10px;
	text-decoration:underline;
	cursor: pointer;
}
#bottomTxt a:visited {
	color: #666666;
	font-size: 10px;
	text-decoration:underline;
	cursor: pointer;
}
#bottomTxt a:hover {
	color: #999999;
	font-size: 10px;
	text-decoration:underline;
	cursor: pointer;
}
#subsform {position:relative;
	top:0px;
	left:470px;
	height:100px;
	text-align:left;
	font-size:14px;
	display:inline;
}
