@charset "utf-8";
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
/*
* {
	margin: 0px;
	padding: 0px;
}
*/
h1 {
	margin: 0px;
	padding: 0px;
}
.style1 {font-size: 12px}
.style2 {
	color: #FF0000;
	font-weight: bold;
}




.paper {
	background-image: url(../images/paper_top.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.ticker {
	background-image: url(../images/ticker_back.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 821px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 0px;
}
.ticker   .controllers  {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
}

.containerTop {
	background-image: url(../images/paper_back.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 900px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
}
.containerTop .logo {
	background-image: url(../images/professor2.png);
	background-repeat: no-repeat;
	float: left;
	height: 492px;
	width: 418px;
	margin-left: -85px;
	margin-top: 0px;
}
.containerTop .signUp {
	float: right;
	width: 215px;
	margin-top: 0px;
}

.containerTop .note {
	background-image: url(../images/note.png);
	background-repeat: no-repeat;
	height: 380px;
	width: 329px;
	margin-left: 330px;
	padding-top: 30px;
	margin-top: 0px;
	background-position: center center;
}
.containerTop .redSpacer {
	background-image: url(../images/red_spacer.png);
	float: right;
	height: 50px;
	width: 550px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 15px;
}


.containerBottom {
	margin-right: auto;
	margin-left: auto;
}
.container {
	background-image: url(../images/paper_back.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 860px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: auto;
	margin-left: auto;
}
.left   {
	float: left;
	width: 250px;
}
.leftNav   {
	width: 250px;
}
.leftNav    a   {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.leftNav  a:hover  {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ED1D22;
	text-decoration: none;
}
.content2 {
	width: 520px;
	float: right;
	padding-right: 80px;
	text-align: justify;
}


.footer  {
	font-size: 9px;
	margin-right: 30px;
	margin-left: 100px;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-position: top; 
	padding-top: 65px;
}

#genAd {
	width: 150px;
	background-color: #4e4e4e;
	color: #ffffff;
	font-family: Verdana;
	line-height: 16px;
	font-size: 12px;
	border: 1px solid #789ec3;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#genAd p {
	margin: 0px;
	padding: 0px;
}

#genAd a {
	color: #c4c4ff;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#genAd .ad2 a {
	color: #789ec3;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.left .googleAds  {
	width: 250px;
}
.content   {
	width: 525px;
	float: right;
	text-align: justify;
	line-height: 1.5em;
}

#popOut {
	position: fixed;
	top: 0px;
	left: -470px;
	display: block;
	width: 450px;
	height: 450px;
	background-image: url('../images/pop_up_background.jpg');
	border: 3px solid #789ec3;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	z-index: 1;
}

#popOut #SignUpMessage {
	position: relative;
	top: 30px;
	width: 400px;
	left: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	height: 150;
	
}

#popOut #SignUpPop {
	position: relative;
	top: 60px;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	padding: 5px;
	border: 1px solid #789ec3;
}

#popOut div#closer {
	position: relative;
	top: 360px;
	left: 215px;
	background-color: #4e4e4e;
	cursor: pointer;
	width: 33px;
	padding: 3px;
}
#menu {
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	color: #910C0E;
	font-weight: bold;
}
#menu ul li ul {
	border-top: 1px solid #fff;
	margin-top: 5px;
	padding-left: 12px;
}

h2 {
	font-size: 16px;
	color: #666;
}
h3.storytitle a {
	font-size: 15px;
	color: #910C0E;
}
a {
	color: #27669F;
}




